#AAA8D9

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

Shades of Wistful #AAA8D9

Tints of Wistful #AAA8D9

Color information

#AAA8D9 (or 0xAAA8D9) is unknown color: approx Wistful. HEX triplet: AA, A8 and D9. RGB value is (170,168,217). Sum of RGB (Red+Green+Blue) = 170+168+217=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 168 (66.02% from 255 or 30.27% 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 #AAA8D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8D9 is #555726. Grayscale: #ADADAD. Windows color (decimal): -5592871 or 14264490. OLE color: 14264490.

HSL color Cylindrical-coordinate representation of color #AAA8D9: hue angle of 242.45º 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 #AAA8D9 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170168217-
CMYK0.220.2300.15
HSL242.45º39.2%75.49%-
HSV(B)242.45º22.58%85.1%-
XYZ43.141.5671.4-
YUV174.18152.16125.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701682170.220.2300.15242.4539.275.49
HexAAA8D916170Ff2274b
Octal252250331262701736247113
Binary101010101010100011011001101101011101111111100101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8D9; }

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

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

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

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

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

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

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

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