Shades of Wistful #AAA8CA
Tints of Wistful #AAA8CA
RGB
CMYK
RGB Variations
Color information
#AAA8CA (or 0xAAA8CA) is known color: Wistful. HEX triplet: AA, A8 and CA. RGB value is (170,168,202). Sum of RGB (Red+Green+Blue) = 170+168+202=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAA8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8CA is #555735. Grayscale: #ACACAC. Windows color (decimal): -5592886 or 13281450. OLE color: 13281450.
HSL color Cylindrical-coordinate representation of color #AAA8CA: hue angle of 243.53º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAA8CA is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 168 | 202 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.21 |
| HSL | 243.53º | 0.24% | 0.73% | - |
| HSV(B) | 243.53º | 0.17% | 0.79% | - |
| XYZ | 41.24 | 40.82 | 61.58 | - |
| YUV | 172.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 202 | 0.16 | 0.17 | 0 | 0.21 | 243.53 | 0.24 | 0.73 |
| Hex | AA | A8 | CA | 10 | 11 | 0 | 15 | F4 | 18 | 49 |
| Octal | 252 | 250 | 312 | 20 | 21 | 0 | 25 | 364 | 30 | 111 |
| Binary | 10101010 | 10101000 | 11001010 | 10000 | 10001 | 0 | 10101 | 11110100 | 11000 | 1001001 |
Color Harmonies of #AAA8CA
Complementary color
Monochromatic Colors of #AAA8CA
Black with #AAA8CA
Text Example
Text Example
White with #AAA8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA8CA; }
p { color: rgb(170,168,202); }
H1.HeaderClassName
{
color: #AAA8CA;
}
.AnyTagClassName
{
color: #AAA8CA;
}
</style>
background-color css
<style>
a { background-color: #AAA8CA; }
a { background-color: rgb(170,168,202); }
div.DivClassName
{
background-color: #AAA8CA;
}
.BgClassName
{
background-color: #AAA8CA;
}
</style>
border-color css
<style>
span { border-color: #AAA8CA; }
span { border-color: rgb(170,168,202); }
td.TdClassName
{
border-color: #AAA8CA;
}
.TagClassName
{
border-color: #AAA8CA;
}
</style>