Shades of Wistful #A9A7DB
Tints of Wistful #A9A7DB
RGB
CMYK
RGB Variations
Color information
#A9A7DB (or 0xA9A7DB) is known color: Wistful. HEX triplet: A9, A7 and DB. RGB value is (169,167,219). Sum of RGB (Red+Green+Blue) = 169+167+219=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9A7DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A7DB is #565824. Grayscale: #ADADAD. Windows color (decimal): -5658661 or 14395305. OLE color: 14395305.
HSL color Cylindrical-coordinate representation of color #A9A7DB: hue angle of 242.31º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9A7DB is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 167 | 219 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.14 |
| HSL | 242.31º | 0.42% | 0.76% | - |
| HSV(B) | 242.31º | 0.24% | 0.86% | - |
| XYZ | 42.97 | 41.19 | 72.7 | - |
| YUV | 173.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 167 | 219 | 0.23 | 0.24 | 0 | 0.14 | 242.31 | 0.42 | 0.76 |
| Hex | A9 | A7 | DB | 17 | 18 | 0 | E | F2 | 2A | 4C |
| Octal | 251 | 247 | 333 | 27 | 30 | 0 | 16 | 362 | 52 | 114 |
| Binary | 10101001 | 10100111 | 11011011 | 10111 | 11000 | 0 | 1110 | 11110010 | 101010 | 1001100 |
Color Harmonies of #A9A7DB
Complementary color
Monochromatic Colors of #A9A7DB
Black with #A9A7DB
Text Example
Text Example
White with #A9A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A7DB; }
p { color: rgb(169,167,219); }
H1.HeaderClassName
{
color: #A9A7DB;
}
.AnyTagClassName
{
color: #A9A7DB;
}
</style>
background-color css
<style>
a { background-color: #A9A7DB; }
a { background-color: rgb(169,167,219); }
div.DivClassName
{
background-color: #A9A7DB;
}
.BgClassName
{
background-color: #A9A7DB;
}
</style>
border-color css
<style>
span { border-color: #A9A7DB; }
span { border-color: rgb(169,167,219); }
td.TdClassName
{
border-color: #A9A7DB;
}
.TagClassName
{
border-color: #A9A7DB;
}
</style>