COLOR #A9A1D7

HEX: #A9A1D7 RGB: (169,161,215)

Color info

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

RGB color model

#A9A1D7 color RGB value is (169,161,215).

RGB: (169,161,215) (66%, 63%, 84%)

RGB channels and saturation

R 169 of 255 = 66%
G 161 of 255 = 63%
B 215 of 255 = 84%

169
161
215

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

Portions of RGB colors in percentages

R + G + B = 169 + 161 + 215 = 545 (100%)
R 169 of 545 ~ 31.01%
G 161 of 545 ~ 29.54%
B 215 of 545 ~ 39.45'%

%31.01
%29.54
%39.45

CMYK color model

#A9A1D7 color CMYK value is (21,25,0,16).

  • cyan value is 21.40%
  • magenta value is 25.12%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (21,25,0,16)
C21M25Y0K16 (21%, 25%, 0%, 16%)
(0.21 / 0.25 / 0.00 / 0.16)

CMYK percentages

%21.4
%25.12
%0
%15.69

Codes

Color #A9A1D7 in popluar color models

A9 A1 D7
RGB 169 161 215
HSL 249° 40.30% 73.73%
HSB/HSV 249° 25.12% 84.31%
CMYK 21.40% 25.12% 0.00%
15.69%

Color #A9A1D7 in popluar number systems.

HEX A9 A1 D7
Decimal 169 161 215
Binary 10101001 10100001 11010111
Octal 251 241 327

Shades and tints

Shades of #A9A1D7

#A9A1D7
(169,161,215)
#9A93C4
(154,147,196)
#8B85B1
(139,133,177)
#7C779E
(124,119,158)
#6D698B
(109,105,139)
#5E5B78
(94,91,120)
#4F4D65
(79,77,101)
#403F52
(64,63,82)
#31313F
(49,49,63)
#22232C
(34,35,44)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #A9A1D7

#A9A1D7
(169,161,215)
#B0A9DA
(176,169,218)
#B7B1DD
(183,177,221)
#BEB9E0
(190,185,224)
#C5C1E3
(197,193,227)
#CCC9E6
(204,201,230)
#D3D1E9
(211,209,233)
#DAD9EC
(218,217,236)
#E1E1EF
(225,225,239)
#E8E9F2
(232,233,242)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A1D7 color. Also use rgb(169,161,215) instead hex code.

Text Font Color

.myTextColor { color: #A9A1D7; }

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

This text font color is #A9A1D7.

Background Color

.myBgColor { background-color: #A9A1D7; }

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

This div background color is #A9A1D7.

Border color

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

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

This div border color is #A9A1D7.

Opacity

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

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

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

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

This text has shadow with #A9A1D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A1D7.

Preview

Color preview on black background

This text has color #A9A1D7 on black background.


Color preview on white background

This text has color #A9A1D7 on white background.


Black color preview on #A9A1D7 background

This text has black color on #A9A1D7 background.


White color preview on #A9A1D7 background

This text has white color on #A9A1D7 background.


Related colors

Complementary color

Complementary color for #hex is #565E28.


I love getcolorcode.com

Triadic colors

1 #D7A9A1 and #A1D7A9 with #A9A1D7 are triadic colors.

2 #D7A1A9 and #A1A9D7 with #A9A1D7 are triadic colors.