Shades of Wistful #AAA2DC
Tints of Wistful #AAA2DC
RGB
CMYK
RGB Variations
Color information
#AAA2DC (or 0xAAA2DC) is known color: 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
| RGB | 170 | 162 | 220 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.14 |
| HSL | 248.28º | 0.45% | 0.75% | - |
| HSV(B) | 248.28º | 0.26% | 0.86% | - |
| XYZ | 42.42 | 39.55 | 73.11 | - |
| YUV | 171 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 220 | 0.23 | 0.26 | 0 | 0.14 | 248.28 | 0.45 | 0.75 |
| Hex | AA | A2 | DC | 17 | 1A | 0 | E | F8 | 2D | 4B |
| Octal | 252 | 242 | 334 | 27 | 32 | 0 | 16 | 370 | 55 | 113 |
| Binary | 10101010 | 10100010 | 11011100 | 10111 | 11010 | 0 | 1110 | 11111000 | 101101 | 1001011 |
Color Harmonies of #AAA2DC
Complementary color
Monochromatic Colors of #AAA2DC
Black with #AAA2DC
Text Example
Text Example
White with #AAA2DC
Text Example
Text Example
HTML Codes & Css Web 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>