#A8AAD9

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

Shades of Wistful #A8AAD9

Tints of Wistful #A8AAD9

Color information

#A8AAD9 (or 0xA8AAD9) is unknown color: approx Wistful. HEX triplet: A8, AA and D9. RGB value is (168,170,217). Sum of RGB (Red+Green+Blue) = 168+170+217=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #A8AAD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AAD9 is #575526. Grayscale: #AEAEAE. Windows color (decimal): -5723431 or 14265000. OLE color: 14265000.

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

Color convert

RGB168170217-
CMYK0.230.2200.15
HSL237.55º39.2%75.49%-
HSV(B)237.55º22.58%85.1%-
XYZ43.0542.0871.5-
YUV174.76151.84123.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.27%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 217 (85.16% from 255) = 39.10%
R=30.27%
G=30.63%
B=39.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681702170.230.2200.15237.5539.275.49
HexA8AAD917160Fee274b
Octal250252331272601735647113
Binary101010001010101011011001101111011001111111011101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AAD9; }

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

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

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

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

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

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

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

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