#AAA2DC

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

Shades of Wistful #AAA2DC

Tints of Wistful #AAA2DC

Color information

#AAA2DC (or 0xAAA2DC) is unknown color: approx Wistful. HEX triplet: AA, A2 and DC. RGB value is (170,162,220). Sum of RGB (Red+Green+Blue) = 170+162+220=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAA2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2DC is #555D23. Grayscale: #AAAAAA. Windows color (decimal): -5594404 or 14459562. OLE color: 14459562.

HSL color Cylindrical-coordinate representation of color #AAA2DC: hue angle of 248.28º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAA2DC is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170162220-
CMYK0.230.2600.14
HSL248.28º45.31%74.9%-
HSV(B)248.28º26.36%86.27%-
XYZ42.4239.5573.11-
YUV171155.65127.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.80%
GREEN value IS 162 (63.67% from 255) = 29.35%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=30.80%
G=29.35%
B=39.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701622200.230.2600.14248.2845.3174.9
HexAAA2DC171A0Ef82d4b
Octal252242334273201637055113
Binary101010101010001011011100101111101001110111110001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA2DC; }

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

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

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

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

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

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

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

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