Shades of Wistful #A6A9DB
Tints of Wistful #A6A9DB
RGB
CMYK
RGB Variations
Color information
#A6A9DB (or 0xA6A9DB) is known color: Wistful. HEX triplet: A6, A9 and DB. RGB value is (166,169,219). Sum of RGB (Red+Green+Blue) = 166+169+219=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 169 (66.41% from 255 or 30.51% 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 #A6A9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A9DB is #595624. Grayscale: #ADADAD. Windows color (decimal): -5854757 or 14395814. OLE color: 14395814.
HSL color Cylindrical-coordinate representation of color #A6A9DB: hue angle of 236.6º 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 #A6A9DB is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 169 | 219 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.14 |
| HSL | 236.6º | 0.42% | 0.75% | - |
| HSV(B) | 236.6º | 0.24% | 0.86% | - |
| XYZ | 42.7 | 41.6 | 72.8 | - |
| YUV | 173.8 | 153.51 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 169 | 219 | 0.24 | 0.23 | 0 | 0.14 | 236.6 | 0.42 | 0.75 |
| Hex | A6 | A9 | DB | 18 | 17 | 0 | E | ED | 2A | 4B |
| Octal | 246 | 251 | 333 | 30 | 27 | 0 | 16 | 355 | 52 | 113 |
| Binary | 10100110 | 10101001 | 11011011 | 11000 | 10111 | 0 | 1110 | 11101101 | 101010 | 1001011 |
Color Harmonies of #A6A9DB
Complementary color
Monochromatic Colors of #A6A9DB
Black with #A6A9DB
Text Example
Text Example
White with #A6A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A9DB; }
p { color: rgb(166,169,219); }
H1.HeaderClassName
{
color: #A6A9DB;
}
.AnyTagClassName
{
color: #A6A9DB;
}
</style>
background-color css
<style>
a { background-color: #A6A9DB; }
a { background-color: rgb(166,169,219); }
div.DivClassName
{
background-color: #A6A9DB;
}
.BgClassName
{
background-color: #A6A9DB;
}
</style>
border-color css
<style>
span { border-color: #A6A9DB; }
span { border-color: rgb(166,169,219); }
td.TdClassName
{
border-color: #A6A9DB;
}
.TagClassName
{
border-color: #A6A9DB;
}
</style>