#A9AAD9

Color #A9AAD9 Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #A9AAD9

Tints of Wistful #A9AAD9

Color information

#A9AAD9 (or 0xA9AAD9) is unknown color: approx Wistful. HEX triplet: A9, AA and D9. RGB value is (169,170,217). Sum of RGB (Red+Green+Blue) = 169+170+217=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 217 - color contains mainly: blue. Hex color #A9AAD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AAD9 is #565526. Grayscale: #AEAEAE. Windows color (decimal): -5657895 or 14265001. OLE color: 14265001.

HSL color Cylindrical-coordinate representation of color #A9AAD9: hue angle of 238.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9AAD9 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169170217-
CMYK0.220.2200.15
HSL238.75º38.71%75.69%-
HSV(B)238.75º22.12%85.1%-
XYZ43.2642.1971.51-
YUV175.06151.67123.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 30.40%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 217 (85.16% from 255) = 39.03%
R=30.40%
G=30.58%
B=39.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691702170.220.2200.15238.7538.7175.69
HexA9AAD916160Fef274c
Octal251252331262601735747114
Binary101010011010101011011001101101011001111111011111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AAD9; }

 p { color: rgb(169,170,217); }

 H1.HeaderClassName
 {
   color: #A9AAD9;
 }
 .AnyTagClassName
 {
   color: #A9AAD9;
 }
</style>
background-color css

<style>
 a { background-color: #A9AAD9; }

 a { background-color: rgb(169,170,217); }

 div.DivClassName
 {
   background-color: #A9AAD9;
 }
 .BgClassName
 {
   background-color: #A9AAD9;
 }
</style>
border-color css

<style>
 span { border-color: #A9AAD9; }

 span { border-color: rgb(169,170,217); }

 td.TdClassName
 {
   border-color: #A9AAD9;
 }
 .TagClassName
 {
   border-color: #A9AAD9;
 }
</style>