Shades of Wistful #AAA1CE
Tints of Wistful #AAA1CE
RGB
CMYK
RGB Variations
Color information
#AAA1CE (or 0xAAA1CE) is known color: Wistful. HEX triplet: AA, A1 and CE. RGB value is (170,161,206). Sum of RGB (Red+Green+Blue) = 170+161+206=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAA1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1CE is #555E31. Grayscale: #A8A8A8. Windows color (decimal): -5594674 or 13541802. OLE color: 13541802.
HSL color Cylindrical-coordinate representation of color #AAA1CE: hue angle of 252º degrees, saturation: 0.31, 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 #AAA1CE is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 161 | 206 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.19 |
| HSL | 252º | 0.31% | 0.72% | - |
| HSV(B) | 252º | 0.22% | 0.81% | - |
| XYZ | 40.46 | 38.49 | 63.69 | - |
| YUV | 168.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 206 | 0.17 | 0.22 | 0 | 0.19 | 252 | 0.31 | 0.72 |
| Hex | AA | A1 | CE | 11 | 16 | 0 | 13 | FC | 1F | 48 |
| Octal | 252 | 241 | 316 | 21 | 26 | 0 | 23 | 374 | 37 | 110 |
| Binary | 10101010 | 10100001 | 11001110 | 10001 | 10110 | 0 | 10011 | 11111100 | 11111 | 1001000 |
Color Harmonies of #AAA1CE
Complementary color
Monochromatic Colors of #AAA1CE
Black with #AAA1CE
Text Example
Text Example
White with #AAA1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1CE; }
p { color: rgb(170,161,206); }
H1.HeaderClassName
{
color: #AAA1CE;
}
.AnyTagClassName
{
color: #AAA1CE;
}
</style>
background-color css
<style>
a { background-color: #AAA1CE; }
a { background-color: rgb(170,161,206); }
div.DivClassName
{
background-color: #AAA1CE;
}
.BgClassName
{
background-color: #AAA1CE;
}
</style>
border-color css
<style>
span { border-color: #AAA1CE; }
span { border-color: rgb(170,161,206); }
td.TdClassName
{
border-color: #AAA1CE;
}
.TagClassName
{
border-color: #AAA1CE;
}
</style>