#AAA2D9

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

Shades of Wistful #AAA2D9

Tints of Wistful #AAA2D9

Color information

#AAA2D9 (or 0xAAA2D9) is unknown color: approx Wistful. HEX triplet: AA, A2 and D9. RGB value is (170,162,217). Sum of RGB (Red+Green+Blue) = 170+162+217=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 217 - color contains mainly: blue. Hex color #AAA2D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2D9 is #555D26. Grayscale: #AAAAAA. Windows color (decimal): -5594407 or 14262954. OLE color: 14262954.

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

Color convert

RGB170162217-
CMYK0.220.2500.15
HSL248.73º41.98%74.31%-
HSV(B)248.73º25.35%85.1%-
XYZ42.0239.471.04-
YUV170.66154.15127.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 162 (63.67% from 255) = 29.51%
BLUE value IS 217 (85.16% from 255) = 39.53%
R=30.97%
G=29.51%
B=39.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701622170.220.2500.15248.7341.9874.31
HexAAA2D916190Ff92a4a
Octal252242331263101737152112
Binary101010101010001011011001101101100101111111110011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA2D9; }

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

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

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

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

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

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

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

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