#AAA2D8

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

Shades of Wistful #AAA2D8

Tints of Wistful #AAA2D8

Color information

#AAA2D8 (or 0xAAA2D8) is unknown color: approx Wistful. HEX triplet: AA, A2 and D8. RGB value is (170,162,216). Sum of RGB (Red+Green+Blue) = 170+162+216=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAA2D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2D8 is #555D27. Grayscale: #AAAAAA. Windows color (decimal): -5594408 or 14197418. OLE color: 14197418.

HSL color Cylindrical-coordinate representation of color #AAA2D8: hue angle of 248.89º degrees, saturation: 0.41, 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 #AAA2D8 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170162216-
CMYK0.210.2500.15
HSL248.89º40.91%74.12%-
HSV(B)248.89º25%84.71%-
XYZ41.8939.3470.35-
YUV170.55153.65127.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 162 (63.67% from 255) = 29.56%
BLUE value IS 216 (84.77% from 255) = 39.42%
R=31.02%
G=29.56%
B=39.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701622160.210.2500.15248.8940.9174.12
HexAAA2D815190Ff9294a
Octal252242330253101737151112
Binary101010101010001011011000101011100101111111110011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA2D8; }

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

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

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

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

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

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

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

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