#AAA9D1

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

Shades of Wistful #AAA9D1

Tints of Wistful #AAA9D1

Color information

#AAA9D1 (or 0xAAA9D1) is unknown color: approx Wistful. HEX triplet: AA, A9 and D1. RGB value is (170,169,209). Sum of RGB (Red+Green+Blue) = 170+169+209=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAA9D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9D1 is #55562E. Grayscale: #ADADAD. Windows color (decimal): -5592623 or 13740458. OLE color: 13740458.

HSL color Cylindrical-coordinate representation of color #AAA9D1: hue angle of 241.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAA9D1 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170169209-
CMYK0.190.1900.18
HSL241.5º30.3%74.12%-
HSV(B)241.5º19.14%81.96%-
XYZ42.2741.5366.11-
YUV173.86147.83125.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 169 (66.41% from 255) = 30.84%
BLUE value IS 209 (82.03% from 255) = 38.14%
R=31.02%
G=30.84%
B=38.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701692090.190.1900.18241.530.374.12
HexAAA9D11313012f21e4a
Octal252251321232302236236112
Binary101010101010100111010001100111001101001011110010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9D1; }

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

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

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

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

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

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

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

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