Shades of Wistful #AAA2EF
Tints of Wistful #AAA2EF
RGB
CMYK
RGB Variations
Color information
#AAA2EF (or 0xAAA2EF) is known color: Wistful. HEX triplet: AA, A2 and EF. RGB value is (170,162,239). Sum of RGB (Red+Green+Blue) = 170+162+239=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAA2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA2EF is #555D10. Grayscale: #ACACAC. Windows color (decimal): -5594385 or 15704746. OLE color: 15704746.
HSL color Cylindrical-coordinate representation of color #AAA2EF: hue angle of 246.23º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAA2EF is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 162 | 239 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.06 |
| HSL | 246.23º | 0.71% | 0.79% | - |
| HSV(B) | 246.23º | 0.32% | 0.94% | - |
| XYZ | 45.08 | 40.62 | 87.13 | - |
| YUV | 173.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 239 | 0.29 | 0.32 | 0 | 0.06 | 246.23 | 0.71 | 0.79 |
| Hex | AA | A2 | EF | 1D | 20 | 0 | 6 | F6 | 47 | 4F |
| Octal | 252 | 242 | 357 | 35 | 40 | 0 | 6 | 366 | 107 | 117 |
| Binary | 10101010 | 10100010 | 11101111 | 11101 | 100000 | 0 | 110 | 11110110 | 1000111 | 1001111 |
Color Harmonies of #AAA2EF
Complementary color
Monochromatic Colors of #AAA2EF
Black with #AAA2EF
Text Example
Text Example
White with #AAA2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2EF; }
p { color: rgb(170,162,239); }
H1.HeaderClassName
{
color: #AAA2EF;
}
.AnyTagClassName
{
color: #AAA2EF;
}
</style>
background-color css
<style>
a { background-color: #AAA2EF; }
a { background-color: rgb(170,162,239); }
div.DivClassName
{
background-color: #AAA2EF;
}
.BgClassName
{
background-color: #AAA2EF;
}
</style>
border-color css
<style>
span { border-color: #AAA2EF; }
span { border-color: rgb(170,162,239); }
td.TdClassName
{
border-color: #AAA2EF;
}
.TagClassName
{
border-color: #AAA2EF;
}
</style>