Shades of Wistful #A7A9DB
Tints of Wistful #A7A9DB
RGB
CMYK
RGB Variations
Color information
#A7A9DB (or 0xA7A9DB) is known color: Wistful. HEX triplet: A7, A9 and DB. RGB value is (167,169,219). Sum of RGB (Red+Green+Blue) = 167+169+219=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 169 (66.41% from 255 or 30.45% 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 #A7A9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A9DB is #585624. Grayscale: #ADADAD. Windows color (decimal): -5789221 or 14395815. OLE color: 14395815.
HSL color Cylindrical-coordinate representation of color #A7A9DB: hue angle of 237.69º 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 #A7A9DB is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 169 | 219 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.14 |
| HSL | 237.69º | 0.42% | 0.76% | - |
| HSV(B) | 237.69º | 0.24% | 0.86% | - |
| XYZ | 42.91 | 41.71 | 72.81 | - |
| YUV | 174.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 169 | 219 | 0.24 | 0.23 | 0 | 0.14 | 237.69 | 0.42 | 0.76 |
| Hex | A7 | A9 | DB | 18 | 17 | 0 | E | EE | 2A | 4C |
| Octal | 247 | 251 | 333 | 30 | 27 | 0 | 16 | 356 | 52 | 114 |
| Binary | 10100111 | 10101001 | 11011011 | 11000 | 10111 | 0 | 1110 | 11101110 | 101010 | 1001100 |
Color Harmonies of #A7A9DB
Complementary color
Monochromatic Colors of #A7A9DB
Black with #A7A9DB
Text Example
Text Example
White with #A7A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A9DB; }
p { color: rgb(167,169,219); }
H1.HeaderClassName
{
color: #A7A9DB;
}
.AnyTagClassName
{
color: #A7A9DB;
}
</style>
background-color css
<style>
a { background-color: #A7A9DB; }
a { background-color: rgb(167,169,219); }
div.DivClassName
{
background-color: #A7A9DB;
}
.BgClassName
{
background-color: #A7A9DB;
}
</style>
border-color css
<style>
span { border-color: #A7A9DB; }
span { border-color: rgb(167,169,219); }
td.TdClassName
{
border-color: #A7A9DB;
}
.TagClassName
{
border-color: #A7A9DB;
}
</style>