Shades of Wistful #A9A6CA
Tints of Wistful #A9A6CA
RGB
CMYK
RGB Variations
Color information
#A9A6CA (or 0xA9A6CA) is known color: Wistful. HEX triplet: A9, A6 and CA. RGB value is (169,166,202). Sum of RGB (Red+Green+Blue) = 169+166+202=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #A9A6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A6CA is #565935. Grayscale: #AAAAAA. Windows color (decimal): -5658934 or 13280937. OLE color: 13280937.
HSL color Cylindrical-coordinate representation of color #A9A6CA: hue angle of 245º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9A6CA is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 166 | 202 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.21 |
| HSL | 245º | 0.25% | 0.72% | - |
| HSV(B) | 245º | 0.18% | 0.79% | - |
| XYZ | 40.66 | 39.97 | 61.45 | - |
| YUV | 171 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 166 | 202 | 0.16 | 0.18 | 0 | 0.21 | 245 | 0.25 | 0.72 |
| Hex | A9 | A6 | CA | 10 | 12 | 0 | 15 | F5 | 19 | 48 |
| Octal | 251 | 246 | 312 | 20 | 22 | 0 | 25 | 365 | 31 | 110 |
| Binary | 10101001 | 10100110 | 11001010 | 10000 | 10010 | 0 | 10101 | 11110101 | 11001 | 1001000 |
Color Harmonies of #A9A6CA
Complementary color
Monochromatic Colors of #A9A6CA
Black with #A9A6CA
Text Example
Text Example
White with #A9A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A6CA; }
p { color: rgb(169,166,202); }
H1.HeaderClassName
{
color: #A9A6CA;
}
.AnyTagClassName
{
color: #A9A6CA;
}
</style>
background-color css
<style>
a { background-color: #A9A6CA; }
a { background-color: rgb(169,166,202); }
div.DivClassName
{
background-color: #A9A6CA;
}
.BgClassName
{
background-color: #A9A6CA;
}
</style>
border-color css
<style>
span { border-color: #A9A6CA; }
span { border-color: rgb(169,166,202); }
td.TdClassName
{
border-color: #A9A6CA;
}
.TagClassName
{
border-color: #A9A6CA;
}
</style>