Shades of Wistful #AAA0EB
Tints of Wistful #AAA0EB
RGB
CMYK
RGB Variations
Color information
#AAA0EB (or 0xAAA0EB) is known color: Wistful. HEX triplet: AA, A0 and EB. RGB value is (170,160,235). Sum of RGB (Red+Green+Blue) = 170+160+235=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAA0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA0EB is #555F14. Grayscale: #ABABAB. Windows color (decimal): -5594901 or 15442090. OLE color: 15442090.
HSL color Cylindrical-coordinate representation of color #AAA0EB: hue angle of 248º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAA0EB is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 160 | 235 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.08 |
| HSL | 248º | 0.65% | 0.77% | - |
| HSV(B) | 248º | 0.32% | 0.92% | - |
| XYZ | 44.14 | 39.69 | 83.93 | - |
| YUV | 171.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 235 | 0.28 | 0.32 | 0 | 0.08 | 248 | 0.65 | 0.77 |
| Hex | AA | A0 | EB | 1C | 20 | 0 | 8 | F8 | 41 | 4D |
| Octal | 252 | 240 | 353 | 34 | 40 | 0 | 10 | 370 | 101 | 115 |
| Binary | 10101010 | 10100000 | 11101011 | 11100 | 100000 | 0 | 1000 | 11111000 | 1000001 | 1001101 |
Color Harmonies of #AAA0EB
Complementary color
Monochromatic Colors of #AAA0EB
Black with #AAA0EB
Text Example
Text Example
White with #AAA0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0EB; }
p { color: rgb(170,160,235); }
H1.HeaderClassName
{
color: #AAA0EB;
}
.AnyTagClassName
{
color: #AAA0EB;
}
</style>
background-color css
<style>
a { background-color: #AAA0EB; }
a { background-color: rgb(170,160,235); }
div.DivClassName
{
background-color: #AAA0EB;
}
.BgClassName
{
background-color: #AAA0EB;
}
</style>
border-color css
<style>
span { border-color: #AAA0EB; }
span { border-color: rgb(170,160,235); }
td.TdClassName
{
border-color: #AAA0EB;
}
.TagClassName
{
border-color: #AAA0EB;
}
</style>