Shades of Wistful #AAA9CC
Tints of Wistful #AAA9CC
RGB
CMYK
RGB Variations
Color information
#AAA9CC (or 0xAAA9CC) is known color: Wistful. HEX triplet: AA, A9 and CC. RGB value is (170,169,204). Sum of RGB (Red+Green+Blue) = 170+169+204=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAA9CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9CC is #555633. Grayscale: #ADADAD. Windows color (decimal): -5592628 or 13412778. OLE color: 13412778.
HSL color Cylindrical-coordinate representation of color #AAA9CC: hue angle of 241.71º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAA9CC is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 169 | 204 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.2 |
| HSL | 241.71º | 0.26% | 0.73% | - |
| HSV(B) | 241.71º | 0.17% | 0.8% | - |
| XYZ | 41.66 | 41.28 | 62.9 | - |
| YUV | 173.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 204 | 0.17 | 0.17 | 0 | 0.2 | 241.71 | 0.26 | 0.73 |
| Hex | AA | A9 | CC | 11 | 11 | 0 | 14 | F2 | 1A | 49 |
| Octal | 252 | 251 | 314 | 21 | 21 | 0 | 24 | 362 | 32 | 111 |
| Binary | 10101010 | 10101001 | 11001100 | 10001 | 10001 | 0 | 10100 | 11110010 | 11010 | 1001001 |
Color Harmonies of #AAA9CC
Complementary color
Monochromatic Colors of #AAA9CC
Black with #AAA9CC
Text Example
Text Example
White with #AAA9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9CC; }
p { color: rgb(170,169,204); }
H1.HeaderClassName
{
color: #AAA9CC;
}
.AnyTagClassName
{
color: #AAA9CC;
}
</style>
background-color css
<style>
a { background-color: #AAA9CC; }
a { background-color: rgb(170,169,204); }
div.DivClassName
{
background-color: #AAA9CC;
}
.BgClassName
{
background-color: #AAA9CC;
}
</style>
border-color css
<style>
span { border-color: #AAA9CC; }
span { border-color: rgb(170,169,204); }
td.TdClassName
{
border-color: #AAA9CC;
}
.TagClassName
{
border-color: #AAA9CC;
}
</style>