Shades of Wistful #A9A6D1
Tints of Wistful #A9A6D1
RGB
CMYK
RGB Variations
Color information
#A9A6D1 (or 0xA9A6D1) is known color: Wistful. HEX triplet: A9, A6 and D1. RGB value is (169,166,209). Sum of RGB (Red+Green+Blue) = 169+166+209=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #A9A6D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A6D1 is #56592E. Grayscale: #ABABAB. Windows color (decimal): -5658927 or 13739689. OLE color: 13739689.
HSL color Cylindrical-coordinate representation of color #A9A6D1: hue angle of 244.19º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9A6D1 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 166 | 209 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.18 |
| HSL | 244.19º | 0.32% | 0.74% | - |
| HSV(B) | 244.19º | 0.21% | 0.82% | - |
| XYZ | 41.51 | 40.31 | 65.91 | - |
| YUV | 171.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 166 | 209 | 0.19 | 0.21 | 0 | 0.18 | 244.19 | 0.32 | 0.74 |
| Hex | A9 | A6 | D1 | 13 | 15 | 0 | 12 | F4 | 20 | 4A |
| Octal | 251 | 246 | 321 | 23 | 25 | 0 | 22 | 364 | 40 | 112 |
| Binary | 10101001 | 10100110 | 11010001 | 10011 | 10101 | 0 | 10010 | 11110100 | 100000 | 1001010 |
Color Harmonies of #A9A6D1
Complementary color
Monochromatic Colors of #A9A6D1
Black with #A9A6D1
Text Example
Text Example
White with #A9A6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A6D1; }
p { color: rgb(169,166,209); }
H1.HeaderClassName
{
color: #A9A6D1;
}
.AnyTagClassName
{
color: #A9A6D1;
}
</style>
background-color css
<style>
a { background-color: #A9A6D1; }
a { background-color: rgb(169,166,209); }
div.DivClassName
{
background-color: #A9A6D1;
}
.BgClassName
{
background-color: #A9A6D1;
}
</style>
border-color css
<style>
span { border-color: #A9A6D1; }
span { border-color: rgb(169,166,209); }
td.TdClassName
{
border-color: #A9A6D1;
}
.TagClassName
{
border-color: #A9A6D1;
}
</style>