Shades of Wistful #A09EDB
Tints of Wistful #A09EDB
RGB
CMYK
RGB Variations
Color information
#A09EDB (or 0xA09EDB) is known color: Wistful. HEX triplet: A0, 9E and DB. RGB value is (160,158,219). Sum of RGB (Red+Green+Blue) = 160+158+219=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #A09EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09EDB is #5F6124. Grayscale: #A5A5A5. Windows color (decimal): -6250789 or 14392992. OLE color: 14392992.
HSL color Cylindrical-coordinate representation of color #A09EDB: hue angle of 241.97º 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 #A09EDB is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 158 | 219 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.14 |
| HSL | 241.97º | 0.46% | 0.74% | - |
| HSV(B) | 241.97º | 0.28% | 0.86% | - |
| XYZ | 39.51 | 37.04 | 72.09 | - |
| YUV | 165.55 | 158.16 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 219 | 0.27 | 0.28 | 0 | 0.14 | 241.97 | 0.46 | 0.74 |
| Hex | A0 | 9E | DB | 1B | 1C | 0 | E | F2 | 2E | 4A |
| Octal | 240 | 236 | 333 | 33 | 34 | 0 | 16 | 362 | 56 | 112 |
| Binary | 10100000 | 10011110 | 11011011 | 11011 | 11100 | 0 | 1110 | 11110010 | 101110 | 1001010 |
Color Harmonies of #A09EDB
Complementary color
Monochromatic Colors of #A09EDB
Black with #A09EDB
Text Example
Text Example
White with #A09EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09EDB; }
p { color: rgb(160,158,219); }
H1.HeaderClassName
{
color: #A09EDB;
}
.AnyTagClassName
{
color: #A09EDB;
}
</style>
background-color css
<style>
a { background-color: #A09EDB; }
a { background-color: rgb(160,158,219); }
div.DivClassName
{
background-color: #A09EDB;
}
.BgClassName
{
background-color: #A09EDB;
}
</style>
border-color css
<style>
span { border-color: #A09EDB; }
span { border-color: rgb(160,158,219); }
td.TdClassName
{
border-color: #A09EDB;
}
.TagClassName
{
border-color: #A09EDB;
}
</style>