Shades of Wistful #AAA2EB
Tints of Wistful #AAA2EB
RGB
CMYK
RGB Variations
Color information
#AAA2EB (or 0xAAA2EB) is known color: Wistful. HEX triplet: AA, A2 and EB. RGB value is (170,162,235). Sum of RGB (Red+Green+Blue) = 170+162+235=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAA2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA2EB is #555D14. Grayscale: #ACACAC. Windows color (decimal): -5594389 or 15442602. OLE color: 15442602.
HSL color Cylindrical-coordinate representation of color #AAA2EB: hue angle of 246.58º degrees, saturation: 0.65, 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 #AAA2EB is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 162 | 235 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.08 |
| HSL | 246.58º | 0.65% | 0.78% | - |
| HSV(B) | 246.58º | 0.31% | 0.92% | - |
| XYZ | 44.49 | 40.38 | 84.05 | - |
| YUV | 172.71 | 163.15 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 235 | 0.28 | 0.31 | 0 | 0.08 | 246.58 | 0.65 | 0.78 |
| Hex | AA | A2 | EB | 1C | 1F | 0 | 8 | F7 | 41 | 4E |
| Octal | 252 | 242 | 353 | 34 | 37 | 0 | 10 | 367 | 101 | 116 |
| Binary | 10101010 | 10100010 | 11101011 | 11100 | 11111 | 0 | 1000 | 11110111 | 1000001 | 1001110 |
Color Harmonies of #AAA2EB
Complementary color
Monochromatic Colors of #AAA2EB
Black with #AAA2EB
Text Example
Text Example
White with #AAA2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2EB; }
p { color: rgb(170,162,235); }
H1.HeaderClassName
{
color: #AAA2EB;
}
.AnyTagClassName
{
color: #AAA2EB;
}
</style>
background-color css
<style>
a { background-color: #AAA2EB; }
a { background-color: rgb(170,162,235); }
div.DivClassName
{
background-color: #AAA2EB;
}
.BgClassName
{
background-color: #AAA2EB;
}
</style>
border-color css
<style>
span { border-color: #AAA2EB; }
span { border-color: rgb(170,162,235); }
td.TdClassName
{
border-color: #AAA2EB;
}
.TagClassName
{
border-color: #AAA2EB;
}
</style>