Shades of Wistful #A89EDB
Tints of Wistful #A89EDB
RGB
CMYK
RGB Variations
Color information
#A89EDB (or 0xA89EDB) is known color: Wistful. HEX triplet: A8, 9E and DB. RGB value is (168,158,219). Sum of RGB (Red+Green+Blue) = 168+158+219=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #A89EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89EDB is #576124. Grayscale: #A7A7A7. Windows color (decimal): -5726501 or 14393000. OLE color: 14393000.
HSL color Cylindrical-coordinate representation of color #A89EDB: hue angle of 249.84º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A89EDB is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 158 | 219 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.14 |
| HSL | 249.84º | 0.46% | 0.74% | - |
| HSV(B) | 249.84º | 0.28% | 0.86% | - |
| XYZ | 41.16 | 37.89 | 72.16 | - |
| YUV | 167.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 219 | 0.23 | 0.28 | 0 | 0.14 | 249.84 | 0.46 | 0.74 |
| Hex | A8 | 9E | DB | 17 | 1C | 0 | E | FA | 2E | 4A |
| Octal | 250 | 236 | 333 | 27 | 34 | 0 | 16 | 372 | 56 | 112 |
| Binary | 10101000 | 10011110 | 11011011 | 10111 | 11100 | 0 | 1110 | 11111010 | 101110 | 1001010 |
Color Harmonies of #A89EDB
Complementary color
Monochromatic Colors of #A89EDB
Black with #A89EDB
Text Example
Text Example
White with #A89EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89EDB; }
p { color: rgb(168,158,219); }
H1.HeaderClassName
{
color: #A89EDB;
}
.AnyTagClassName
{
color: #A89EDB;
}
</style>
background-color css
<style>
a { background-color: #A89EDB; }
a { background-color: rgb(168,158,219); }
div.DivClassName
{
background-color: #A89EDB;
}
.BgClassName
{
background-color: #A89EDB;
}
</style>
border-color css
<style>
span { border-color: #A89EDB; }
span { border-color: rgb(168,158,219); }
td.TdClassName
{
border-color: #A89EDB;
}
.TagClassName
{
border-color: #A89EDB;
}
</style>