#AAA9D9

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

Shades of Wistful #AAA9D9

Tints of Wistful #AAA9D9

Color information

#AAA9D9 (or 0xAAA9D9) is unknown color: approx Wistful. HEX triplet: AA, A9 and D9. RGB value is (170,169,217). Sum of RGB (Red+Green+Blue) = 170+169+217=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 169 (66.41% from 255 or 30.40% 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 #AAA9D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9D9 is #555626. Grayscale: #AEAEAE. Windows color (decimal): -5592615 or 14264746. OLE color: 14264746.

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

Color convert

RGB170169217-
CMYK0.220.2200.15
HSL241.25º38.71%75.69%-
HSV(B)241.25º22.12%85.1%-
XYZ43.2941.9371.46-
YUV174.77151.83124.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 169 (66.41% from 255) = 30.40%
BLUE value IS 217 (85.16% from 255) = 39.03%
R=30.58%
G=30.40%
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
Decimal1701692170.220.2200.15241.2538.7175.69
HexAAA9D916160Ff1274c
Octal252251331262601736147114
Binary101010101010100111011001101101011001111111100011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9D9; }

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

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

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

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

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

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

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

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