Shades of Wistful #AAA0EF
Tints of Wistful #AAA0EF
RGB
CMYK
RGB Variations
Color information
#AAA0EF (or 0xAAA0EF) is known color: Wistful. HEX triplet: AA, A0 and EF. RGB value is (170,160,239). Sum of RGB (Red+Green+Blue) = 170+160+239=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAA0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA0EF is #555F10. Grayscale: #ABABAB. Windows color (decimal): -5594897 or 15704234. OLE color: 15704234.
HSL color Cylindrical-coordinate representation of color #AAA0EF: hue angle of 247.59º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAA0EF is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 160 | 239 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.06 |
| HSL | 247.59º | 0.71% | 0.78% | - |
| HSV(B) | 247.59º | 0.33% | 0.94% | - |
| XYZ | 44.73 | 39.92 | 87.01 | - |
| YUV | 172 | 165.81 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 239 | 0.29 | 0.33 | 0 | 0.06 | 247.59 | 0.71 | 0.78 |
| Hex | AA | A0 | EF | 1D | 21 | 0 | 6 | F8 | 47 | 4E |
| Octal | 252 | 240 | 357 | 35 | 41 | 0 | 6 | 370 | 107 | 116 |
| Binary | 10101010 | 10100000 | 11101111 | 11101 | 100001 | 0 | 110 | 11111000 | 1000111 | 1001110 |
Color Harmonies of #AAA0EF
Complementary color
Monochromatic Colors of #AAA0EF
Black with #AAA0EF
Text Example
Text Example
White with #AAA0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0EF; }
p { color: rgb(170,160,239); }
H1.HeaderClassName
{
color: #AAA0EF;
}
.AnyTagClassName
{
color: #AAA0EF;
}
</style>
background-color css
<style>
a { background-color: #AAA0EF; }
a { background-color: rgb(170,160,239); }
div.DivClassName
{
background-color: #AAA0EF;
}
.BgClassName
{
background-color: #AAA0EF;
}
</style>
border-color css
<style>
span { border-color: #AAA0EF; }
span { border-color: rgb(170,160,239); }
td.TdClassName
{
border-color: #AAA0EF;
}
.TagClassName
{
border-color: #AAA0EF;
}
</style>