COLOR #A59DD6

HEX: #A59DD6
RGB: (165,157,214)

Color info

#A59DD6 contains red, green and blue colors in about the same proportion. Web safe color of #A59DD6 is #9999CC (or #99C).

RGB color model

#A59DD6 color RGB value is (165,157,214).

  • red value is 165;
  • green value is 157;
  • blue value is 214.
RGB:
(165,157,214)
(65%,62%,84%)

RGB channels and saturation

R 165 of 255 = 65%
G 157 of 255 = 62%
B 214 of 255 = 84%

165
157
214

R + G + B ~ 70%. #A59DD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 157 + 214 = 536 (100%)
R 165 of 536 ~ 30.78%
G 157 of 536 ~ 29.29%
B 214 of 536 ~ 39.93%

%30.78
%29.29
%39.93

CMYK color model

#A59DD6 color CMYK value is (23,27,0,16).

  • cyan value is 22.90%
  • magenta value is 26.64%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(23,27,0,16)
C23M27Y0K16 
(23%,27%,0%,16%)
(0.23/0.27/0.00/0.16)	

CMYK percentages

%22.9
%26.64
%0
%16.08

Codes

Color #A59DD6 in popluar color models

A59DD6
RGB165157214
HSL248°41.01%72.75%
HSB/HSV248°26.64%83.92%
CMYK22.90%26.64%0.00%
16.08%

Color #A59DD6 in popluar number systems.

HEXA59DD6
Decimal165157214
Binary101001011001110111010110
Octal245235326

Shades and tints

Shades of #A59DD6

#A59DD6
(165,157,214)
#968FC3
(150,143,195)
#8781B0
(135,129,176)
#78739D
(120,115,157)
#69658A
(105,101,138)
#5A5777
(90,87,119)
#4B4964
(75,73,100)
#3C3B51
(60,59,81)
#2D2D3E
(45,45,62)
#1E1F2B
(30,31,43)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #A59DD6

#A59DD6
(165,157,214)
#ADA5D9
(173,165,217)
#B5ADDC
(181,173,220)
#BDB5DF
(189,181,223)
#C5BDE2
(197,189,226)
#CDC5E5
(205,197,229)
#D5CDE8
(213,205,232)
#DDD5EB
(221,213,235)
#E5DDEE
(229,221,238)
#EDE5F1
(237,229,241)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59DD6 color. Also use rgb(165,157,214) instead hex code.

Text Font Color

.myTextColor { color: #A59DD6; }

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

This text font color is #A59DD6.


Background Color

.myBgColor { background-color: #A59DD6; }

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

This div background color is #A59DD6.


Border color

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

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

This div border color is #A59DD6.


Opacity

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

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

Text with #A59DD6 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 #A59DD6;}

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

This text has shadow with #A59DD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59DD6 on black background.


Color preview on white background

This text has color #A59DD6 on white background.



Black color preview on #A59DD6 background

This text has black color on #A59DD6 background.


White color preview on #A59DD6 background

This text has white color on #A59DD6 background.