COLOR #A53BD5

HEX: #A53BD5
RGB: (165,59,213)

Color info

#A53BD5 contains mainly red and blue colors. Web safe color of #A53BD5 is #9933CC (or #93C).

RGB color model

#A53BD5 color RGB value is (165,59,213).

  • red value is 165;
  • green value is 59;
  • blue value is 213.
RGB:
(165,59,213)
(65%,23%,84%)

RGB channels and saturation

R 165 of 255 = 65%
G 59 of 255 = 23%
B 213 of 255 = 84%

165
59
213

R + G + B ~ 57%. #A53BD5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 59 + 213 = 437 (100%)
R 165 of 437 ~ 37.76%
G 59 of 437 ~ 13.5%
B 213 of 437 ~ 48.74%

%37.76
%13.5
%48.74

CMYK color model

#A53BD5 color CMYK value is (23,72,0,16).

  • cyan value is 22.54%
  • magenta value is 72.30%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(23,72,0,16)
C23M72Y0K16 
(23%,72%,0%,16%)
(0.23/0.72/0.00/0.16)	

CMYK percentages

%22.54
%72.3
%0
%16.47

Codes

Color #A53BD5 in popluar color models

A53BD5
RGB16559213
HSL281°64.71%53.33%
HSB/HSV281°72.30%83.53%
CMYK22.54%72.30%0.00%
16.47%

Color #A53BD5 in popluar number systems.

HEXA53BD5
Decimal16559213
Binary1010010111101111010101
Octal24573325

Shades and tints

Shades of #A53BD5

#A53BD5
(165,59,213)
#9636C2
(150,54,194)
#8731AF
(135,49,175)
#782C9C
(120,44,156)
#692789
(105,39,137)
#5A2276
(90,34,118)
#4B1D63
(75,29,99)
#3C1850
(60,24,80)
#2D133D
(45,19,61)
#1E0E2A
(30,14,42)
#0F0917
(15,9,23)
#000000
(0,0,0)

Tints of #A53BD5

#A53BD5
(165,59,213)
#AD4CD8
(173,76,216)
#B55DDB
(181,93,219)
#BD6EDE
(189,110,222)
#C57FE1
(197,127,225)
#CD90E4
(205,144,228)
#D5A1E7
(213,161,231)
#DDB2EA
(221,178,234)
#E5C3ED
(229,195,237)
#EDD4F0
(237,212,240)
#F5E5F3
(245,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A53BD5 color. Also use rgb(165,59,213) instead hex code.

Text Font Color

.myTextColor { color: #A53BD5; }

<p style="color:#A53BD5">This sample text font color is #A53BD5.</p>

This text font color is #A53BD5.


Background Color

.myBgColor { background-color: #A53BD5; }

<div style="background-color:#A53BD5">Inner text</div>

This div background color is #A53BD5.


Border color

.myBorderColor { border: 1px solid #A53BD5; }

<div style="border:3px solid #A53BD5">Div</div>

This div border color is #A53BD5.


Opacity

.myOpacity80 { color: #A53BD5; opacity: 0.8; }

<p style="color:#A53BD5;opacity:0.8;">80%</p>

Text with #A53BD5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A53BD5;}

<p style="text-shadow: 3px 3px 1px #A53BD5">Text here.</p>

This text has shadow with #A53BD5 color.

.textShadow {text-shadow: 3px 3px 1px #A53BD5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A53BD5, 5px 5px 20px red">Text here.</p>

This text has shadow with #A53BD5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A53BD5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A53BD5, Direction=45, Strength=4)">Text</p>

This text has shadow with #A53BD5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A53BD5;
  -webkit-box-shadow:	1px 1px 3px 2px #A53BD5;
  box-shadow:		1px 1px 3px 2px #A53BD5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A53BD5;
-webkit-box-shadow: 1px 1px 3px 2px #A53BD5;
box-shadow:1px 1px 3px 2px #A53BD5;">
Div content here</div>
This div box has shadow with color #A53BD5.

Preview

Color preview on black background

This text has color #A53BD5 on black background.


Color preview on white background

This text has color #A53BD5 on white background.



Black color preview on #A53BD5 background

This text has black color on #A53BD5 background.


White color preview on #A53BD5 background

This text has white color on #A53BD5 background.