Shades of Wistful #AAA8CE
Tints of Wistful #AAA8CE
RGB
CMYK
RGB Variations
Color information
#AAA8CE (or 0xAAA8CE) is known color: Wistful. HEX triplet: AA, A8 and CE. RGB value is (170,168,206). Sum of RGB (Red+Green+Blue) = 170+168+206=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAA8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8CE is #555731. Grayscale: #ACACAC. Windows color (decimal): -5592882 or 13543594. OLE color: 13543594.
HSL color Cylindrical-coordinate representation of color #AAA8CE: hue angle of 243.16º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAA8CE is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 168 | 206 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.19 |
| HSL | 243.16º | 0.28% | 0.73% | - |
| HSV(B) | 243.16º | 0.18% | 0.81% | - |
| XYZ | 41.72 | 41.01 | 64.11 | - |
| YUV | 172.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 206 | 0.17 | 0.18 | 0 | 0.19 | 243.16 | 0.28 | 0.73 |
| Hex | AA | A8 | CE | 11 | 12 | 0 | 13 | F3 | 1C | 49 |
| Octal | 252 | 250 | 316 | 21 | 22 | 0 | 23 | 363 | 34 | 111 |
| Binary | 10101010 | 10101000 | 11001110 | 10001 | 10010 | 0 | 10011 | 11110011 | 11100 | 1001001 |
Color Harmonies of #AAA8CE
Complementary color
Monochromatic Colors of #AAA8CE
Black with #AAA8CE
Text Example
Text Example
White with #AAA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA8CE; }
p { color: rgb(170,168,206); }
H1.HeaderClassName
{
color: #AAA8CE;
}
.AnyTagClassName
{
color: #AAA8CE;
}
</style>
background-color css
<style>
a { background-color: #AAA8CE; }
a { background-color: rgb(170,168,206); }
div.DivClassName
{
background-color: #AAA8CE;
}
.BgClassName
{
background-color: #AAA8CE;
}
</style>
border-color css
<style>
span { border-color: #AAA8CE; }
span { border-color: rgb(170,168,206); }
td.TdClassName
{
border-color: #AAA8CE;
}
.TagClassName
{
border-color: #AAA8CE;
}
</style>