Shades of Wistful #A9A6DB
Tints of Wistful #A9A6DB
RGB
CMYK
RGB Variations
Color information
#A9A6DB (or 0xA9A6DB) is known color: Wistful. HEX triplet: A9, A6 and DB. RGB value is (169,166,219). Sum of RGB (Red+Green+Blue) = 169+166+219=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9A6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A6DB is #565924. Grayscale: #ACACAC. Windows color (decimal): -5658917 or 14395049. OLE color: 14395049.
HSL color Cylindrical-coordinate representation of color #A9A6DB: hue angle of 243.4º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9A6DB is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 166 | 219 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.14 |
| HSL | 243.4º | 0.42% | 0.75% | - |
| HSV(B) | 243.4º | 0.24% | 0.86% | - |
| XYZ | 42.78 | 40.82 | 72.64 | - |
| YUV | 172.94 | 153.99 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 166 | 219 | 0.23 | 0.24 | 0 | 0.14 | 243.4 | 0.42 | 0.75 |
| Hex | A9 | A6 | DB | 17 | 18 | 0 | E | F3 | 2A | 4B |
| Octal | 251 | 246 | 333 | 27 | 30 | 0 | 16 | 363 | 52 | 113 |
| Binary | 10101001 | 10100110 | 11011011 | 10111 | 11000 | 0 | 1110 | 11110011 | 101010 | 1001011 |
Color Harmonies of #A9A6DB
Complementary color
Monochromatic Colors of #A9A6DB
Black with #A9A6DB
Text Example
Text Example
White with #A9A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A6DB; }
p { color: rgb(169,166,219); }
H1.HeaderClassName
{
color: #A9A6DB;
}
.AnyTagClassName
{
color: #A9A6DB;
}
</style>
background-color css
<style>
a { background-color: #A9A6DB; }
a { background-color: rgb(169,166,219); }
div.DivClassName
{
background-color: #A9A6DB;
}
.BgClassName
{
background-color: #A9A6DB;
}
</style>
border-color css
<style>
span { border-color: #A9A6DB; }
span { border-color: rgb(169,166,219); }
td.TdClassName
{
border-color: #A9A6DB;
}
.TagClassName
{
border-color: #A9A6DB;
}
</style>