COLOR #A9A6DF

HEX: #A9A6DF RGB: (169,166,223)

Color info

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

RGB color model

#A9A6DF color RGB value is (169,166,223).

RGB: (169,166,223) (66%, 65%, 87%)

RGB channels and saturation

R 169 of 255 = 66%
G 166 of 255 = 65%
B 223 of 255 = 87%

169
166
223

R + G + B ~ 73%. #A9A6DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 166 + 223 = 558 (100%)
R 169 of 558 ~ 30.29%
G 166 of 558 ~ 29.75%
B 223 of 558 ~ 39.96'%

%30.29
%29.75
%39.96

CMYK color model

#A9A6DF color CMYK value is (24,26,0,13).

  • cyan value is 24.22%
  • magenta value is 25.56%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (24,26,0,13)
C24M26Y0K13 (24%, 26%, 0%, 13%)
(0.24 / 0.26 / 0.00 / 0.13)

CMYK percentages

%24.22
%25.56
%0
%12.55

Codes

Color #A9A6DF in popluar color models

A9 A6 DF
RGB 169 166 223
HSL 243° 47.11% 76.27%
HSB/HSV 243° 25.56% 87.45%
CMYK 24.22% 25.56% 0.00%
12.55%

Color #A9A6DF in popluar number systems.

HEX A9 A6 DF
Decimal 169 166 223
Binary 10101001 10100110 11011111
Octal 251 246 337

Shades and tints

Shades of #A9A6DF

#A9A6DF
(169,166,223)
#9A97CB
(154,151,203)
#8B88B7
(139,136,183)
#7C79A3
(124,121,163)
#6D6A8F
(109,106,143)
#5E5B7B
(94,91,123)
#4F4C67
(79,76,103)
#403D53
(64,61,83)
#312E3F
(49,46,63)
#221F2B
(34,31,43)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #A9A6DF

#A9A6DF
(169,166,223)
#B0AEE1
(176,174,225)
#B7B6E3
(183,182,227)
#BEBEE5
(190,190,229)
#C5C6E7
(197,198,231)
#CCCEE9
(204,206,233)
#D3D6EB
(211,214,235)
#DADEED
(218,222,237)
#E1E6EF
(225,230,239)
#E8EEF1
(232,238,241)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A6DF; }

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

This text font color is #A9A6DF.

Background Color

.myBgColor { background-color: #A9A6DF; }

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

This div background color is #A9A6DF.

Border color

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

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

This div border color is #A9A6DF.

Opacity

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

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

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

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

This text has shadow with #A9A6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A6DF.

Preview

Color preview on black background

This text has color #A9A6DF on black background.


Color preview on white background

This text has color #A9A6DF on white background.


Black color preview on #A9A6DF background

This text has black color on #A9A6DF background.


White color preview on #A9A6DF background

This text has white color on #A9A6DF background.


Related colors

Complementary color

Complementary color for #hex is #565920.


I love getcolorcode.com

Triadic colors

1 #DFA9A6 and #A6DFA9 with #A9A6DF are triadic colors.

2 #DFA6A9 and #A6A9DF with #A9A6DF are triadic colors.