COLOR #A9A2D6

HEX: #A9A2D6 RGB: (169,162,214)

Color info

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

RGB color model

#A9A2D6 color RGB value is (169,162,214).

RGB: (169,162,214) (66%, 64%, 84%)

RGB channels and saturation

R 169 of 255 = 66%
G 162 of 255 = 64%
B 214 of 255 = 84%

169
162
214

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

Portions of RGB colors in percentages

R + G + B = 169 + 162 + 214 = 545 (100%)
R 169 of 545 ~ 31.01%
G 162 of 545 ~ 29.72%
B 214 of 545 ~ 39.27'%

%31.01
%29.72
%39.27

CMYK color model

#A9A2D6 color CMYK value is (21,24,0,16).

  • cyan value is 21.03%
  • magenta value is 24.30%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (21,24,0,16)
C21M24Y0K16 (21%, 24%, 0%, 16%)
(0.21 / 0.24 / 0.00 / 0.16)

CMYK percentages

%21.03
%24.3
%0
%16.08

Codes

Color #A9A2D6 in popluar color models

A9 A2 D6
RGB 169 162 214
HSL 248° 38.81% 73.73%
HSB/HSV 248° 24.30% 83.92%
CMYK 21.03% 24.30% 0.00%
16.08%

Color #A9A2D6 in popluar number systems.

HEX A9 A2 D6
Decimal 169 162 214
Binary 10101001 10100010 11010110
Octal 251 242 326

Shades and tints

Shades of #A9A2D6

#A9A2D6
(169,162,214)
#9A94C3
(154,148,195)
#8B86B0
(139,134,176)
#7C789D
(124,120,157)
#6D6A8A
(109,106,138)
#5E5C77
(94,92,119)
#4F4E64
(79,78,100)
#404051
(64,64,81)
#31323E
(49,50,62)
#22242B
(34,36,43)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #A9A2D6

#A9A2D6
(169,162,214)
#B0AAD9
(176,170,217)
#B7B2DC
(183,178,220)
#BEBADF
(190,186,223)
#C5C2E2
(197,194,226)
#CCCAE5
(204,202,229)
#D3D2E8
(211,210,232)
#DADAEB
(218,218,235)
#E1E2EE
(225,226,238)
#E8EAF1
(232,234,241)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A2D6 color. Also use rgb(169,162,214) instead hex code.

Text Font Color

.myTextColor { color: #A9A2D6; }

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

This text font color is #A9A2D6.

Background Color

.myBgColor { background-color: #A9A2D6; }

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

This div background color is #A9A2D6.

Border color

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

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

This div border color is #A9A2D6.

Opacity

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

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

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

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

This text has shadow with #A9A2D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A2D6.

Preview

Color preview on black background

This text has color #A9A2D6 on black background.


Color preview on white background

This text has color #A9A2D6 on white background.


Black color preview on #A9A2D6 background

This text has black color on #A9A2D6 background.


White color preview on #A9A2D6 background

This text has white color on #A9A2D6 background.


Related colors

Complementary color

Complementary color for #hex is #565D29.


I love getcolorcode.com

Triadic colors

1 #D6A9A2 and #A2D6A9 with #A9A2D6 are triadic colors.

2 #D6A2A9 and #A2A9D6 with #A9A2D6 are triadic colors.