Shades of Wistful #AAA2CA
Tints of Wistful #AAA2CA
RGB
CMYK
RGB Variations
Color information
#AAA2CA (or 0xAAA2CA) is known color: Wistful. HEX triplet: AA, A2 and CA. RGB value is (170,162,202). Sum of RGB (Red+Green+Blue) = 170+162+202=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAA2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2CA is #555D35. Grayscale: #A8A8A8. Windows color (decimal): -5594422 or 13279914. OLE color: 13279914.
HSL color Cylindrical-coordinate representation of color #AAA2CA: hue angle of 252º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAA2CA is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 162 | 202 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.21 |
| HSL | 252º | 0.27% | 0.71% | - |
| HSV(B) | 252º | 0.2% | 0.79% | - |
| XYZ | 40.16 | 38.65 | 61.22 | - |
| YUV | 168.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 202 | 0.16 | 0.20 | 0 | 0.21 | 252 | 0.27 | 0.71 |
| Hex | AA | A2 | CA | 10 | 14 | 0 | 15 | FC | 1B | 47 |
| Octal | 252 | 242 | 312 | 20 | 24 | 0 | 25 | 374 | 33 | 107 |
| Binary | 10101010 | 10100010 | 11001010 | 10000 | 10100 | 0 | 10101 | 11111100 | 11011 | 1000111 |
Color Harmonies of #AAA2CA
Complementary color
Monochromatic Colors of #AAA2CA
Black with #AAA2CA
Text Example
Text Example
White with #AAA2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2CA; }
p { color: rgb(170,162,202); }
H1.HeaderClassName
{
color: #AAA2CA;
}
.AnyTagClassName
{
color: #AAA2CA;
}
</style>
background-color css
<style>
a { background-color: #AAA2CA; }
a { background-color: rgb(170,162,202); }
div.DivClassName
{
background-color: #AAA2CA;
}
.BgClassName
{
background-color: #AAA2CA;
}
</style>
border-color css
<style>
span { border-color: #AAA2CA; }
span { border-color: rgb(170,162,202); }
td.TdClassName
{
border-color: #AAA2CA;
}
.TagClassName
{
border-color: #AAA2CA;
}
</style>