COLOR #A9A5C9

HEX: #A9A5C9
RGB: (169,165,201)

Color info

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

RGB color model

#A9A5C9 color RGB value is (169,165,201).

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

RGB channels and saturation

R 169 of 255 = 66%
G 165 of 255 = 65%
B 201 of 255 = 79%

169
165
201

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

Portions of RGB colors in percentages

R + G + B =
169 + 165 + 201 = 535 (100%)
R 169 of 535 ~ 31.59%
G 165 of 535 ~ 30.84%
B 201 of 535 ~ 37.57%

%31.59
%30.84
%37.57

CMYK color model

#A9A5C9 color CMYK value is (16,18,0,21).

  • cyan value is 15.92%
  • magenta value is 17.91%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(16,18,0,21)
C16M18Y0K21 
(16%,18%,0%,21%)
(0.16/0.18/0.00/0.21)	

CMYK percentages

%15.92
%17.91
%0
%21.18

Codes

Color #A9A5C9 in popluar color models

A9A5C9
RGB169165201
HSL247°25.00%71.76%
HSB/HSV247°17.91%78.82%
CMYK15.92%17.91%0.00%
21.18%

Color #A9A5C9 in popluar number systems.

HEXA9A5C9
Decimal169165201
Binary101010011010010111001001
Octal251245311

Shades and tints

Shades of #A9A5C9

#A9A5C9
(169,165,201)
#9A96B7
(154,150,183)
#8B87A5
(139,135,165)
#7C7893
(124,120,147)
#6D6981
(109,105,129)
#5E5A6F
(94,90,111)
#4F4B5D
(79,75,93)
#403C4B
(64,60,75)
#312D39
(49,45,57)
#221E27
(34,30,39)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #A9A5C9

#A9A5C9
(169,165,201)
#B0ADCD
(176,173,205)
#B7B5D1
(183,181,209)
#BEBDD5
(190,189,213)
#C5C5D9
(197,197,217)
#CCCDDD
(204,205,221)
#D3D5E1
(211,213,225)
#DADDE5
(218,221,229)
#E1E5E9
(225,229,233)
#E8EDED
(232,237,237)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A5C9; }

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

This text font color is #A9A5C9.


Background Color

.myBgColor { background-color: #A9A5C9; }

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

This div background color is #A9A5C9.


Border color

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

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

This div border color is #A9A5C9.


Opacity

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

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

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

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

This text has shadow with #A9A5C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A5C9 on black background.


Color preview on white background

This text has color #A9A5C9 on white background.



Black color preview on #A9A5C9 background

This text has black color on #A9A5C9 background.


White color preview on #A9A5C9 background

This text has white color on #A9A5C9 background.