Shades of Wistful #AAA4CA
Tints of Wistful #AAA4CA
RGB
CMYK
RGB Variations
Color information
#AAA4CA (or 0xAAA4CA) is known color: Wistful. HEX triplet: AA, A4 and CA. RGB value is (170,164,202). Sum of RGB (Red+Green+Blue) = 170+164+202=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAA4CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4CA is #555B35. Grayscale: #A9A9A9. Windows color (decimal): -5593910 or 13280426. OLE color: 13280426.
HSL color Cylindrical-coordinate representation of color #AAA4CA: hue angle of 249.47º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAA4CA is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 164 | 202 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.21 |
| HSL | 249.47º | 0.26% | 0.72% | - |
| HSV(B) | 249.47º | 0.19% | 0.79% | - |
| XYZ | 40.51 | 39.36 | 61.34 | - |
| YUV | 170.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 202 | 0.16 | 0.19 | 0 | 0.21 | 249.47 | 0.26 | 0.72 |
| Hex | AA | A4 | CA | 10 | 13 | 0 | 15 | F9 | 1A | 48 |
| Octal | 252 | 244 | 312 | 20 | 23 | 0 | 25 | 371 | 32 | 110 |
| Binary | 10101010 | 10100100 | 11001010 | 10000 | 10011 | 0 | 10101 | 11111001 | 11010 | 1001000 |
Color Harmonies of #AAA4CA
Complementary color
Monochromatic Colors of #AAA4CA
Black with #AAA4CA
Text Example
Text Example
White with #AAA4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4CA; }
p { color: rgb(170,164,202); }
H1.HeaderClassName
{
color: #AAA4CA;
}
.AnyTagClassName
{
color: #AAA4CA;
}
</style>
background-color css
<style>
a { background-color: #AAA4CA; }
a { background-color: rgb(170,164,202); }
div.DivClassName
{
background-color: #AAA4CA;
}
.BgClassName
{
background-color: #AAA4CA;
}
</style>
border-color css
<style>
span { border-color: #AAA4CA; }
span { border-color: rgb(170,164,202); }
td.TdClassName
{
border-color: #AAA4CA;
}
.TagClassName
{
border-color: #AAA4CA;
}
</style>