Shades of Wistful #A7A8DB
Tints of Wistful #A7A8DB
RGB
CMYK
RGB Variations
Color information
#A7A8DB (or 0xA7A8DB) is known color: Wistful. HEX triplet: A7, A8 and DB. RGB value is (167,168,219). Sum of RGB (Red+Green+Blue) = 167+168+219=554 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.14% from 554); Green value is 168 (66.02% from 255 or 30.32% 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 #A7A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A8DB is #585724. Grayscale: #ADADAD. Windows color (decimal): -5789477 or 14395559. OLE color: 14395559.
HSL color Cylindrical-coordinate representation of color #A7A8DB: hue angle of 238.85º 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 #A7A8DB is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 168 | 219 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.14 |
| HSL | 238.85º | 0.42% | 0.76% | - |
| HSV(B) | 238.85º | 0.24% | 0.86% | - |
| XYZ | 42.73 | 41.34 | 72.74 | - |
| YUV | 173.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 168 | 219 | 0.24 | 0.23 | 0 | 0.14 | 238.85 | 0.42 | 0.76 |
| Hex | A7 | A8 | DB | 18 | 17 | 0 | E | EF | 2A | 4C |
| Octal | 247 | 250 | 333 | 30 | 27 | 0 | 16 | 357 | 52 | 114 |
| Binary | 10100111 | 10101000 | 11011011 | 11000 | 10111 | 0 | 1110 | 11101111 | 101010 | 1001100 |
Color Harmonies of #A7A8DB
Complementary color
Monochromatic Colors of #A7A8DB
Black with #A7A8DB
Text Example
Text Example
White with #A7A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A8DB; }
p { color: rgb(167,168,219); }
H1.HeaderClassName
{
color: #A7A8DB;
}
.AnyTagClassName
{
color: #A7A8DB;
}
</style>
background-color css
<style>
a { background-color: #A7A8DB; }
a { background-color: rgb(167,168,219); }
div.DivClassName
{
background-color: #A7A8DB;
}
.BgClassName
{
background-color: #A7A8DB;
}
</style>
border-color css
<style>
span { border-color: #A7A8DB; }
span { border-color: rgb(167,168,219); }
td.TdClassName
{
border-color: #A7A8DB;
}
.TagClassName
{
border-color: #A7A8DB;
}
</style>