Shades of Wistful #AAA6CC
Tints of Wistful #AAA6CC
RGB
CMYK
RGB Variations
Color information
#AAA6CC (or 0xAAA6CC) is known color: Wistful. HEX triplet: AA, A6 and CC. RGB value is (170,166,204). Sum of RGB (Red+Green+Blue) = 170+166+204=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAA6CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6CC is #555933. Grayscale: #ABABAB. Windows color (decimal): -5593396 or 13412010. OLE color: 13412010.
HSL color Cylindrical-coordinate representation of color #AAA6CC: hue angle of 246.32º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAA6CC is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 166 | 204 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.2 |
| HSL | 246.32º | 0.27% | 0.73% | - |
| HSV(B) | 246.32º | 0.19% | 0.8% | - |
| XYZ | 41.11 | 40.18 | 62.72 | - |
| YUV | 171.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 204 | 0.17 | 0.19 | 0 | 0.2 | 246.32 | 0.27 | 0.73 |
| Hex | AA | A6 | CC | 11 | 13 | 0 | 14 | F6 | 1B | 49 |
| Octal | 252 | 246 | 314 | 21 | 23 | 0 | 24 | 366 | 33 | 111 |
| Binary | 10101010 | 10100110 | 11001100 | 10001 | 10011 | 0 | 10100 | 11110110 | 11011 | 1001001 |
Color Harmonies of #AAA6CC
Complementary color
Monochromatic Colors of #AAA6CC
Black with #AAA6CC
Text Example
Text Example
White with #AAA6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6CC; }
p { color: rgb(170,166,204); }
H1.HeaderClassName
{
color: #AAA6CC;
}
.AnyTagClassName
{
color: #AAA6CC;
}
</style>
background-color css
<style>
a { background-color: #AAA6CC; }
a { background-color: rgb(170,166,204); }
div.DivClassName
{
background-color: #AAA6CC;
}
.BgClassName
{
background-color: #AAA6CC;
}
</style>
border-color css
<style>
span { border-color: #AAA6CC; }
span { border-color: rgb(170,166,204); }
td.TdClassName
{
border-color: #AAA6CC;
}
.TagClassName
{
border-color: #AAA6CC;
}
</style>