COLOR #A9A6E6

HEX: #A9A6E6 RGB: (169,166,230)

Color info

#A9A6E6 contains mainly blue color. Web safe color of #A9A6E6 is #9999CC (or #99C).

RGB color model

#A9A6E6 color RGB value is (169,166,230).

RGB: (169,166,230) (66%, 65%, 90%)

RGB channels and saturation

R 169 of 255 = 66%
G 166 of 255 = 65%
B 230 of 255 = 90%

169
166
230

R + G + B ~ 74%. #A9A6E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 166 + 230 = 565 (100%)
R 169 of 565 ~ 29.91%
G 166 of 565 ~ 29.38%
B 230 of 565 ~ 40.71'%

%29.91
%29.38
%40.71

CMYK color model

#A9A6E6 color CMYK value is (27,28,0,10).

  • cyan value is 26.52%
  • magenta value is 27.83%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (27,28,0,10)
C27M28Y0K10 (27%, 28%, 0%, 10%)
(0.27 / 0.28 / 0.00 / 0.10)

CMYK percentages

%26.52
%27.83
%0
%9.8

Codes

Color #A9A6E6 in popluar color models

A9 A6 E6
RGB 169 166 230
HSL 243° 56.14% 77.65%
HSB/HSV 243° 27.83% 90.20%
CMYK 26.52% 27.83% 0.00%
9.80%

Color #A9A6E6 in popluar number systems.

HEX A9 A6 E6
Decimal 169 166 230
Binary 10101001 10100110 11100110
Octal 251 246 346

Shades and tints

Shades of #A9A6E6

#A9A6E6
(169,166,230)
#9A97D2
(154,151,210)
#8B88BE
(139,136,190)
#7C79AA
(124,121,170)
#6D6A96
(109,106,150)
#5E5B82
(94,91,130)
#4F4C6E
(79,76,110)
#403D5A
(64,61,90)
#312E46
(49,46,70)
#221F32
(34,31,50)
#13101E
(19,16,30)
#000000
(0,0,0)

Tints of #A9A6E6

#A9A6E6
(169,166,230)
#B0AEE8
(176,174,232)
#B7B6EA
(183,182,234)
#BEBEEC
(190,190,236)
#C5C6EE
(197,198,238)
#CCCEF0
(204,206,240)
#D3D6F2
(211,214,242)
#DADEF4
(218,222,244)
#E1E6F6
(225,230,246)
#E8EEF8
(232,238,248)
#EFF6FA
(239,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A6E6 color. Also use rgb(169,166,230) instead hex code.

Text Font Color

.myTextColor { color: #A9A6E6; }

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

This text font color is #A9A6E6.

Background Color

.myBgColor { background-color: #A9A6E6; }

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

This div background color is #A9A6E6.

Border color

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

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

This div border color is #A9A6E6.

Opacity

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

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

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

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

This text has shadow with #A9A6E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A6E6.

Preview

Color preview on black background

This text has color #A9A6E6 on black background.


Color preview on white background

This text has color #A9A6E6 on white background.


Black color preview on #A9A6E6 background

This text has black color on #A9A6E6 background.


White color preview on #A9A6E6 background

This text has white color on #A9A6E6 background.


Related colors

Complementary color

Complementary color for #hex is #565919.


I love getcolorcode.com

Triadic colors

1 #E6A9A6 and #A6E6A9 with #A9A6E6 are triadic colors.

2 #E6A6A9 and #A6A9E6 with #A9A6E6 are triadic colors.