Shades of Wistful #AAA9CA
Tints of Wistful #AAA9CA
RGB
CMYK
RGB Variations
Color information
#AAA9CA (or 0xAAA9CA) is known color: Wistful. HEX triplet: AA, A9 and CA. RGB value is (170,169,202). Sum of RGB (Red+Green+Blue) = 170+169+202=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAA9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9CA is #555635. Grayscale: #ACACAC. Windows color (decimal): -5592630 or 13281706. OLE color: 13281706.
HSL color Cylindrical-coordinate representation of color #AAA9CA: hue angle of 241.82º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAA9CA is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 169 | 202 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.21 |
| HSL | 241.82º | 0.24% | 0.73% | - |
| HSV(B) | 241.82º | 0.16% | 0.79% | - |
| XYZ | 41.43 | 41.19 | 61.64 | - |
| YUV | 173.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 202 | 0.16 | 0.16 | 0 | 0.21 | 241.82 | 0.24 | 0.73 |
| Hex | AA | A9 | CA | 10 | 10 | 0 | 15 | F2 | 18 | 49 |
| Octal | 252 | 251 | 312 | 20 | 20 | 0 | 25 | 362 | 30 | 111 |
| Binary | 10101010 | 10101001 | 11001010 | 10000 | 10000 | 0 | 10101 | 11110010 | 11000 | 1001001 |
Color Harmonies of #AAA9CA
Complementary color
Monochromatic Colors of #AAA9CA
Black with #AAA9CA
Text Example
Text Example
White with #AAA9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9CA; }
p { color: rgb(170,169,202); }
H1.HeaderClassName
{
color: #AAA9CA;
}
.AnyTagClassName
{
color: #AAA9CA;
}
</style>
background-color css
<style>
a { background-color: #AAA9CA; }
a { background-color: rgb(170,169,202); }
div.DivClassName
{
background-color: #AAA9CA;
}
.BgClassName
{
background-color: #AAA9CA;
}
</style>
border-color css
<style>
span { border-color: #AAA9CA; }
span { border-color: rgb(170,169,202); }
td.TdClassName
{
border-color: #AAA9CA;
}
.TagClassName
{
border-color: #AAA9CA;
}
</style>