Shades of Wistful #AAA2EA
Tints of Wistful #AAA2EA
RGB
CMYK
RGB Variations
Color information
#AAA2EA (or 0xAAA2EA) is known color: Wistful. HEX triplet: AA, A2 and EA. RGB value is (170,162,234). Sum of RGB (Red+Green+Blue) = 170+162+234=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAA2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA2EA is #555D15. Grayscale: #ACACAC. Windows color (decimal): -5594390 or 15377066. OLE color: 15377066.
HSL color Cylindrical-coordinate representation of color #AAA2EA: hue angle of 246.67º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAA2EA is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 162 | 234 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.08 |
| HSL | 246.67º | 0.63% | 0.78% | - |
| HSV(B) | 246.67º | 0.31% | 0.92% | - |
| XYZ | 44.35 | 40.33 | 83.29 | - |
| YUV | 172.6 | 162.65 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 234 | 0.27 | 0.31 | 0 | 0.08 | 246.67 | 0.63 | 0.78 |
| Hex | AA | A2 | EA | 1B | 1F | 0 | 8 | F7 | 3F | 4E |
| Octal | 252 | 242 | 352 | 33 | 37 | 0 | 10 | 367 | 77 | 116 |
| Binary | 10101010 | 10100010 | 11101010 | 11011 | 11111 | 0 | 1000 | 11110111 | 111111 | 1001110 |
Color Harmonies of #AAA2EA
Complementary color
Monochromatic Colors of #AAA2EA
Black with #AAA2EA
Text Example
Text Example
White with #AAA2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2EA; }
p { color: rgb(170,162,234); }
H1.HeaderClassName
{
color: #AAA2EA;
}
.AnyTagClassName
{
color: #AAA2EA;
}
</style>
background-color css
<style>
a { background-color: #AAA2EA; }
a { background-color: rgb(170,162,234); }
div.DivClassName
{
background-color: #AAA2EA;
}
.BgClassName
{
background-color: #AAA2EA;
}
</style>
border-color css
<style>
span { border-color: #AAA2EA; }
span { border-color: rgb(170,162,234); }
td.TdClassName
{
border-color: #AAA2EA;
}
.TagClassName
{
border-color: #AAA2EA;
}
</style>