COLOR #A9A7E6

HEX: #A9A7E6 RGB: (169,167,230)

Color info

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

RGB color model

#A9A7E6 color RGB value is (169,167,230).

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

RGB channels and saturation

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

169
167
230

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

Portions of RGB colors in percentages

R + G + B = 169 + 167 + 230 = 566 (100%)
R 169 of 566 ~ 29.86%
G 167 of 566 ~ 29.51%
B 230 of 566 ~ 40.64'%

%29.86
%29.51
%40.64

CMYK color model

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

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

CMYK: (27,27,0,10)
C27M27Y0K10 (27%, 27%, 0%, 10%)
(0.27 / 0.27 / 0.00 / 0.10)

CMYK percentages

%26.52
%27.39
%0
%9.8

Codes

Color #A9A7E6 in popluar color models

A9 A7 E6
RGB 169 167 230
HSL 242° 55.75% 77.84%
HSB/HSV 242° 27.39% 90.20%
CMYK 26.52% 27.39% 0.00%
9.80%

Color #A9A7E6 in popluar number systems.

HEX A9 A7 E6
Decimal 169 167 230
Binary 10101001 10100111 11100110
Octal 251 247 346

Shades and tints

Shades of #A9A7E6

#A9A7E6
(169,167,230)
#9A98D2
(154,152,210)
#8B89BE
(139,137,190)
#7C7AAA
(124,122,170)
#6D6B96
(109,107,150)
#5E5C82
(94,92,130)
#4F4D6E
(79,77,110)
#403E5A
(64,62,90)
#312F46
(49,47,70)
#222032
(34,32,50)
#13111E
(19,17,30)
#000000
(0,0,0)

Tints of #A9A7E6

#A9A7E6
(169,167,230)
#B0AFE8
(176,175,232)
#B7B7EA
(183,183,234)
#BEBFEC
(190,191,236)
#C5C7EE
(197,199,238)
#CCCFF0
(204,207,240)
#D3D7F2
(211,215,242)
#DADFF4
(218,223,244)
#E1E7F6
(225,231,246)
#E8EFF8
(232,239,248)
#EFF7FA
(239,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A7E6; }

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

This text font color is #A9A7E6.

Background Color

.myBgColor { background-color: #A9A7E6; }

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

This div background color is #A9A7E6.

Border color

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

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

This div border color is #A9A7E6.

Opacity

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

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

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

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

This text has shadow with #A9A7E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A7E6.

Preview

Color preview on black background

This text has color #A9A7E6 on black background.


Color preview on white background

This text has color #A9A7E6 on white background.


Black color preview on #A9A7E6 background

This text has black color on #A9A7E6 background.


White color preview on #A9A7E6 background

This text has white color on #A9A7E6 background.


Related colors

Complementary color

Complementary color for #hex is #565819.


I love getcolorcode.com

Triadic colors

1 #E6A9A7 and #A7E6A9 with #A9A7E6 are triadic colors.

2 #E6A7A9 and #A7A9E6 with #A9A7E6 are triadic colors.