Shades of Wistful #A9A8DB
Tints of Wistful #A9A8DB
RGB
CMYK
RGB Variations
Color information
#A9A8DB (or 0xA9A8DB) is known color: Wistful. HEX triplet: A9, A8 and DB. RGB value is (169,168,219). Sum of RGB (Red+Green+Blue) = 169+168+219=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A8DB is #565724. Grayscale: #ADADAD. Windows color (decimal): -5658405 or 14395561. OLE color: 14395561.
HSL color Cylindrical-coordinate representation of color #A9A8DB: hue angle of 241.18º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9A8DB is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 168 | 219 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.14 |
| HSL | 241.18º | 0.41% | 0.76% | - |
| HSV(B) | 241.18º | 0.23% | 0.86% | - |
| XYZ | 43.15 | 41.55 | 72.76 | - |
| YUV | 174.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 219 | 0.23 | 0.23 | 0 | 0.14 | 241.18 | 0.41 | 0.76 |
| Hex | A9 | A8 | DB | 17 | 17 | 0 | E | F1 | 29 | 4C |
| Octal | 251 | 250 | 333 | 27 | 27 | 0 | 16 | 361 | 51 | 114 |
| Binary | 10101001 | 10101000 | 11011011 | 10111 | 10111 | 0 | 1110 | 11110001 | 101001 | 1001100 |
Color Harmonies of #A9A8DB
Complementary color
Monochromatic Colors of #A9A8DB
Black with #A9A8DB
Text Example
Text Example
White with #A9A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A8DB; }
p { color: rgb(169,168,219); }
H1.HeaderClassName
{
color: #A9A8DB;
}
.AnyTagClassName
{
color: #A9A8DB;
}
</style>
background-color css
<style>
a { background-color: #A9A8DB; }
a { background-color: rgb(169,168,219); }
div.DivClassName
{
background-color: #A9A8DB;
}
.BgClassName
{
background-color: #A9A8DB;
}
</style>
border-color css
<style>
span { border-color: #A9A8DB; }
span { border-color: rgb(169,168,219); }
td.TdClassName
{
border-color: #A9A8DB;
}
.TagClassName
{
border-color: #A9A8DB;
}
</style>