Shades of Wistful #AAA6CE
Tints of Wistful #AAA6CE
RGB
CMYK
RGB Variations
Color information
#AAA6CE (or 0xAAA6CE) is known color: Wistful. HEX triplet: AA, A6 and CE. RGB value is (170,166,206). Sum of RGB (Red+Green+Blue) = 170+166+206=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAA6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6CE is #555931. Grayscale: #ABABAB. Windows color (decimal): -5593394 or 13543082. OLE color: 13543082.
HSL color Cylindrical-coordinate representation of color #AAA6CE: hue angle of 246º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAA6CE is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 166 | 206 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.19 |
| HSL | 246º | 0.29% | 0.73% | - |
| HSV(B) | 246º | 0.19% | 0.81% | - |
| XYZ | 41.35 | 40.27 | 63.99 | - |
| YUV | 171.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 206 | 0.17 | 0.19 | 0 | 0.19 | 246 | 0.29 | 0.73 |
| Hex | AA | A6 | CE | 11 | 13 | 0 | 13 | F6 | 1D | 49 |
| Octal | 252 | 246 | 316 | 21 | 23 | 0 | 23 | 366 | 35 | 111 |
| Binary | 10101010 | 10100110 | 11001110 | 10001 | 10011 | 0 | 10011 | 11110110 | 11101 | 1001001 |
Color Harmonies of #AAA6CE
Complementary color
Monochromatic Colors of #AAA6CE
Black with #AAA6CE
Text Example
Text Example
White with #AAA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6CE; }
p { color: rgb(170,166,206); }
H1.HeaderClassName
{
color: #AAA6CE;
}
.AnyTagClassName
{
color: #AAA6CE;
}
</style>
background-color css
<style>
a { background-color: #AAA6CE; }
a { background-color: rgb(170,166,206); }
div.DivClassName
{
background-color: #AAA6CE;
}
.BgClassName
{
background-color: #AAA6CE;
}
</style>
border-color css
<style>
span { border-color: #AAA6CE; }
span { border-color: rgb(170,166,206); }
td.TdClassName
{
border-color: #AAA6CE;
}
.TagClassName
{
border-color: #AAA6CE;
}
</style>