Shades of Wistful #AAA2E5
Tints of Wistful #AAA2E5
RGB
CMYK
RGB Variations
Color information
#AAA2E5 (or 0xAAA2E5) is known color: Wistful. HEX triplet: AA, A2 and E5. RGB value is (170,162,229). Sum of RGB (Red+Green+Blue) = 170+162+229=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAA2E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2E5 is #555D1A. Grayscale: #ABABAB. Windows color (decimal): -5594395 or 15049386. OLE color: 15049386.
HSL color Cylindrical-coordinate representation of color #AAA2E5: hue angle of 247.16º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAA2E5 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 162 | 229 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.10 |
| HSL | 247.16º | 0.56% | 0.77% | - |
| HSV(B) | 247.16º | 0.29% | 0.9% | - |
| XYZ | 43.64 | 40.04 | 79.56 | - |
| YUV | 172.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 229 | 0.26 | 0.29 | 0 | 0.10 | 247.16 | 0.56 | 0.77 |
| Hex | AA | A2 | E5 | 1A | 1D | 0 | A | F7 | 38 | 4D |
| Octal | 252 | 242 | 345 | 32 | 35 | 0 | 12 | 367 | 70 | 115 |
| Binary | 10101010 | 10100010 | 11100101 | 11010 | 11101 | 0 | 1010 | 11110111 | 111000 | 1001101 |
Color Harmonies of #AAA2E5
Complementary color
Monochromatic Colors of #AAA2E5
Black with #AAA2E5
Text Example
Text Example
White with #AAA2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2E5; }
p { color: rgb(170,162,229); }
H1.HeaderClassName
{
color: #AAA2E5;
}
.AnyTagClassName
{
color: #AAA2E5;
}
</style>
background-color css
<style>
a { background-color: #AAA2E5; }
a { background-color: rgb(170,162,229); }
div.DivClassName
{
background-color: #AAA2E5;
}
.BgClassName
{
background-color: #AAA2E5;
}
</style>
border-color css
<style>
span { border-color: #AAA2E5; }
span { border-color: rgb(170,162,229); }
td.TdClassName
{
border-color: #AAA2E5;
}
.TagClassName
{
border-color: #AAA2E5;
}
</style>