Shades of Wistful #AAA0CE
Tints of Wistful #AAA0CE
RGB
CMYK
RGB Variations
Color information
#AAA0CE (or 0xAAA0CE) is known color: Wistful. HEX triplet: AA, A0 and CE. RGB value is (170,160,206). Sum of RGB (Red+Green+Blue) = 170+160+206=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAA0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0CE is #555F31. Grayscale: #A8A8A8. Windows color (decimal): -5594930 or 13541546. OLE color: 13541546.
HSL color Cylindrical-coordinate representation of color #AAA0CE: hue angle of 253.04º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAA0CE is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 160 | 206 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.19 |
| HSL | 253.04º | 0.32% | 0.72% | - |
| HSV(B) | 253.04º | 0.22% | 0.81% | - |
| XYZ | 40.29 | 38.14 | 63.63 | - |
| YUV | 168.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 206 | 0.17 | 0.22 | 0 | 0.19 | 253.04 | 0.32 | 0.72 |
| Hex | AA | A0 | CE | 11 | 16 | 0 | 13 | FD | 20 | 48 |
| Octal | 252 | 240 | 316 | 21 | 26 | 0 | 23 | 375 | 40 | 110 |
| Binary | 10101010 | 10100000 | 11001110 | 10001 | 10110 | 0 | 10011 | 11111101 | 100000 | 1001000 |
Color Harmonies of #AAA0CE
Complementary color
Monochromatic Colors of #AAA0CE
Black with #AAA0CE
Text Example
Text Example
White with #AAA0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0CE; }
p { color: rgb(170,160,206); }
H1.HeaderClassName
{
color: #AAA0CE;
}
.AnyTagClassName
{
color: #AAA0CE;
}
</style>
background-color css
<style>
a { background-color: #AAA0CE; }
a { background-color: rgb(170,160,206); }
div.DivClassName
{
background-color: #AAA0CE;
}
.BgClassName
{
background-color: #AAA0CE;
}
</style>
border-color css
<style>
span { border-color: #AAA0CE; }
span { border-color: rgb(170,160,206); }
td.TdClassName
{
border-color: #AAA0CE;
}
.TagClassName
{
border-color: #AAA0CE;
}
</style>