Shades of Wistful #AAA2EC
Tints of Wistful #AAA2EC
RGB
CMYK
RGB Variations
Color information
#AAA2EC (or 0xAAA2EC) is known color: Wistful. HEX triplet: AA, A2 and EC. RGB value is (170,162,236). Sum of RGB (Red+Green+Blue) = 170+162+236=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAA2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA2EC is #555D13. Grayscale: #ACACAC. Windows color (decimal): -5594388 or 15508138. OLE color: 15508138.
HSL color Cylindrical-coordinate representation of color #AAA2EC: hue angle of 246.49º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAA2EC is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 162 | 236 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.07 |
| HSL | 246.49º | 0.66% | 0.78% | - |
| HSV(B) | 246.49º | 0.31% | 0.93% | - |
| XYZ | 44.64 | 40.44 | 84.81 | - |
| YUV | 172.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 236 | 0.28 | 0.31 | 0 | 0.07 | 246.49 | 0.66 | 0.78 |
| Hex | AA | A2 | EC | 1C | 1F | 0 | 7 | F6 | 42 | 4E |
| Octal | 252 | 242 | 354 | 34 | 37 | 0 | 7 | 366 | 102 | 116 |
| Binary | 10101010 | 10100010 | 11101100 | 11100 | 11111 | 0 | 111 | 11110110 | 1000010 | 1001110 |
Color Harmonies of #AAA2EC
Complementary color
Monochromatic Colors of #AAA2EC
Black with #AAA2EC
Text Example
Text Example
White with #AAA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2EC; }
p { color: rgb(170,162,236); }
H1.HeaderClassName
{
color: #AAA2EC;
}
.AnyTagClassName
{
color: #AAA2EC;
}
</style>
background-color css
<style>
a { background-color: #AAA2EC; }
a { background-color: rgb(170,162,236); }
div.DivClassName
{
background-color: #AAA2EC;
}
.BgClassName
{
background-color: #AAA2EC;
}
</style>
border-color css
<style>
span { border-color: #AAA2EC; }
span { border-color: rgb(170,162,236); }
td.TdClassName
{
border-color: #AAA2EC;
}
.TagClassName
{
border-color: #AAA2EC;
}
</style>