Shades of Wistful #A9A0C5
Tints of Wistful #A9A0C5
RGB
CMYK
RGB Variations
Color information
#A9A0C5 (or 0xA9A0C5) is known color: Wistful. HEX triplet: A9, A0 and C5. RGB value is (169,160,197). Sum of RGB (Red+Green+Blue) = 169+160+197=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 197 - color contains mainly: blue. Hex color #A9A0C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A0C5 is #565F3A. Grayscale: #A6A6A6. Windows color (decimal): -5660475 or 12951721. OLE color: 12951721.
HSL color Cylindrical-coordinate representation of color #A9A0C5: hue angle of 254.59º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9A0C5 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 160 | 197 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.23 |
| HSL | 254.59º | 0.24% | 0.7% | - |
| HSV(B) | 254.59º | 0.19% | 0.77% | - |
| XYZ | 39.01 | 37.61 | 58.03 | - |
| YUV | 166.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 197 | 0.14 | 0.19 | 0 | 0.23 | 254.59 | 0.24 | 0.7 |
| Hex | A9 | A0 | C5 | E | 13 | 0 | 17 | FF | 18 | 46 |
| Octal | 251 | 240 | 305 | 16 | 23 | 0 | 27 | 377 | 30 | 106 |
| Binary | 10101001 | 10100000 | 11000101 | 1110 | 10011 | 0 | 10111 | 11111111 | 11000 | 1000110 |
Color Harmonies of #A9A0C5
Complementary color
Monochromatic Colors of #A9A0C5
Black with #A9A0C5
Text Example
Text Example
White with #A9A0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A0C5; }
p { color: rgb(169,160,197); }
H1.HeaderClassName
{
color: #A9A0C5;
}
.AnyTagClassName
{
color: #A9A0C5;
}
</style>
background-color css
<style>
a { background-color: #A9A0C5; }
a { background-color: rgb(169,160,197); }
div.DivClassName
{
background-color: #A9A0C5;
}
.BgClassName
{
background-color: #A9A0C5;
}
</style>
border-color css
<style>
span { border-color: #A9A0C5; }
span { border-color: rgb(169,160,197); }
td.TdClassName
{
border-color: #A9A0C5;
}
.TagClassName
{
border-color: #A9A0C5;
}
</style>