Shades of Wistful #AAA2EE
Tints of Wistful #AAA2EE
RGB
CMYK
RGB Variations
Color information
#AAA2EE (or 0xAAA2EE) is known color: Wistful. HEX triplet: AA, A2 and EE. RGB value is (170,162,238). Sum of RGB (Red+Green+Blue) = 170+162+238=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAA2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA2EE is #555D11. Grayscale: #ACACAC. Windows color (decimal): -5594386 or 15639210. OLE color: 15639210.
HSL color Cylindrical-coordinate representation of color #AAA2EE: hue angle of 246.32º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAA2EE is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 162 | 238 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.07 |
| HSL | 246.32º | 0.69% | 0.78% | - |
| HSV(B) | 246.32º | 0.32% | 0.93% | - |
| XYZ | 44.93 | 40.56 | 86.35 | - |
| YUV | 173.06 | 164.65 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 238 | 0.29 | 0.32 | 0 | 0.07 | 246.32 | 0.69 | 0.78 |
| Hex | AA | A2 | EE | 1D | 20 | 0 | 7 | F6 | 45 | 4E |
| Octal | 252 | 242 | 356 | 35 | 40 | 0 | 7 | 366 | 105 | 116 |
| Binary | 10101010 | 10100010 | 11101110 | 11101 | 100000 | 0 | 111 | 11110110 | 1000101 | 1001110 |
Color Harmonies of #AAA2EE
Complementary color
Monochromatic Colors of #AAA2EE
Black with #AAA2EE
Text Example
Text Example
White with #AAA2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2EE; }
p { color: rgb(170,162,238); }
H1.HeaderClassName
{
color: #AAA2EE;
}
.AnyTagClassName
{
color: #AAA2EE;
}
</style>
background-color css
<style>
a { background-color: #AAA2EE; }
a { background-color: rgb(170,162,238); }
div.DivClassName
{
background-color: #AAA2EE;
}
.BgClassName
{
background-color: #AAA2EE;
}
</style>
border-color css
<style>
span { border-color: #AAA2EE; }
span { border-color: rgb(170,162,238); }
td.TdClassName
{
border-color: #AAA2EE;
}
.TagClassName
{
border-color: #AAA2EE;
}
</style>