COLOR #A9A5D3

HEX: #A9A5D3
RGB: (169,165,211)

Color info

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

RGB color model

#A9A5D3 color RGB value is (169,165,211).

  • red value is 169;
  • green value is 165;
  • blue value is 211.
RGB:
(169,165,211)
(66%,65%,83%)

RGB channels and saturation

R 169 of 255 = 66%
G 165 of 255 = 65%
B 211 of 255 = 83%

169
165
211

R + G + B ~ 71%. #A9A5D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 165 + 211 = 545 (100%)
R 169 of 545 ~ 31.01%
G 165 of 545 ~ 30.28%
B 211 of 545 ~ 38.72%

%31.01
%30.28
%38.72

CMYK color model

#A9A5D3 color CMYK value is (20,22,0,17).

  • cyan value is 19.91%
  • magenta value is 21.80%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(20,22,0,17)
C20M22Y0K17 
(20%,22%,0%,17%)
(0.20/0.22/0.00/0.17)	

CMYK percentages

%19.91
%21.8
%0
%17.25

Codes

Color #A9A5D3 in popluar color models

A9A5D3
RGB169165211
HSL245°34.33%73.73%
HSB/HSV245°21.80%82.75%
CMYK19.91%21.80%0.00%
17.25%

Color #A9A5D3 in popluar number systems.

HEXA9A5D3
Decimal169165211
Binary101010011010010111010011
Octal251245323

Shades and tints

Shades of #A9A5D3

#A9A5D3
(169,165,211)
#9A96C0
(154,150,192)
#8B87AD
(139,135,173)
#7C789A
(124,120,154)
#6D6987
(109,105,135)
#5E5A74
(94,90,116)
#4F4B61
(79,75,97)
#403C4E
(64,60,78)
#312D3B
(49,45,59)
#221E28
(34,30,40)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #A9A5D3

#A9A5D3
(169,165,211)
#B0ADD7
(176,173,215)
#B7B5DB
(183,181,219)
#BEBDDF
(190,189,223)
#C5C5E3
(197,197,227)
#CCCDE7
(204,205,231)
#D3D5EB
(211,213,235)
#DADDEF
(218,221,239)
#E1E5F3
(225,229,243)
#E8EDF7
(232,237,247)
#EFF5FB
(239,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A5D3 color. Also use rgb(169,165,211) instead hex code.

Text Font Color

.myTextColor { color: #A9A5D3; }

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

This text font color is #A9A5D3.


Background Color

.myBgColor { background-color: #A9A5D3; }

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

This div background color is #A9A5D3.


Border color

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

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

This div border color is #A9A5D3.


Opacity

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

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

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

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

This text has shadow with #A9A5D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A5D3 on black background.


Color preview on white background

This text has color #A9A5D3 on white background.



Black color preview on #A9A5D3 background

This text has black color on #A9A5D3 background.


White color preview on #A9A5D3 background

This text has white color on #A9A5D3 background.