Shades of Wistful #A09ED0
Tints of Wistful #A09ED0
RGB
CMYK
RGB Variations
Color information
#A09ED0 (or 0xA09ED0) is known color: Wistful. HEX triplet: A0, 9E and D0. RGB value is (160,158,208). Sum of RGB (Red+Green+Blue) = 160+158+208=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #A09ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ED0 is #5F612F. Grayscale: #A4A4A4. Windows color (decimal): -6250800 or 13672096. OLE color: 13672096.
HSL color Cylindrical-coordinate representation of color #A09ED0: hue angle of 242.4º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A09ED0 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 158 | 208 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.18 |
| HSL | 242.4º | 0.35% | 0.72% | - |
| HSV(B) | 242.4º | 0.24% | 0.82% | - |
| XYZ | 38.11 | 36.48 | 64.71 | - |
| YUV | 164.3 | 152.66 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 208 | 0.23 | 0.24 | 0 | 0.18 | 242.4 | 0.35 | 0.72 |
| Hex | A0 | 9E | D0 | 17 | 18 | 0 | 12 | F2 | 23 | 48 |
| Octal | 240 | 236 | 320 | 27 | 30 | 0 | 22 | 362 | 43 | 110 |
| Binary | 10100000 | 10011110 | 11010000 | 10111 | 11000 | 0 | 10010 | 11110010 | 100011 | 1001000 |
Color Harmonies of #A09ED0
Complementary color
Monochromatic Colors of #A09ED0
Black with #A09ED0
Text Example
Text Example
White with #A09ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09ED0; }
p { color: rgb(160,158,208); }
H1.HeaderClassName
{
color: #A09ED0;
}
.AnyTagClassName
{
color: #A09ED0;
}
</style>
background-color css
<style>
a { background-color: #A09ED0; }
a { background-color: rgb(160,158,208); }
div.DivClassName
{
background-color: #A09ED0;
}
.BgClassName
{
background-color: #A09ED0;
}
</style>
border-color css
<style>
span { border-color: #A09ED0; }
span { border-color: rgb(160,158,208); }
td.TdClassName
{
border-color: #A09ED0;
}
.TagClassName
{
border-color: #A09ED0;
}
</style>