Shades of Wistful #A09EE2
Tints of Wistful #A09EE2
RGB
CMYK
RGB Variations
Color information
#A09EE2 (or 0xA09EE2) is known color: Wistful. HEX triplet: A0, 9E and E2. RGB value is (160,158,226). Sum of RGB (Red+Green+Blue) = 160+158+226=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 226 (88.67% from 255 or 41.54% from 544); Max value from RGB is 226 - color contains mainly: blue. Hex color #A09EE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09EE2 is #5F611D. Grayscale: #A6A6A6. Windows color (decimal): -6250782 or 14851744. OLE color: 14851744.
HSL color Cylindrical-coordinate representation of color #A09EE2: hue angle of 241.76º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A09EE2 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 158 | 226 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.11 |
| HSL | 241.76º | 0.54% | 0.75% | - |
| HSV(B) | 241.76º | 0.3% | 0.89% | - |
| XYZ | 40.45 | 37.42 | 77.04 | - |
| YUV | 166.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 226 | 0.29 | 0.30 | 0 | 0.11 | 241.76 | 0.54 | 0.75 |
| Hex | A0 | 9E | E2 | 1D | 1E | 0 | B | F2 | 36 | 4B |
| Octal | 240 | 236 | 342 | 35 | 36 | 0 | 13 | 362 | 66 | 113 |
| Binary | 10100000 | 10011110 | 11100010 | 11101 | 11110 | 0 | 1011 | 11110010 | 110110 | 1001011 |
Color Harmonies of #A09EE2
Complementary color
Monochromatic Colors of #A09EE2
Black with #A09EE2
Text Example
Text Example
White with #A09EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09EE2; }
p { color: rgb(160,158,226); }
H1.HeaderClassName
{
color: #A09EE2;
}
.AnyTagClassName
{
color: #A09EE2;
}
</style>
background-color css
<style>
a { background-color: #A09EE2; }
a { background-color: rgb(160,158,226); }
div.DivClassName
{
background-color: #A09EE2;
}
.BgClassName
{
background-color: #A09EE2;
}
</style>
border-color css
<style>
span { border-color: #A09EE2; }
span { border-color: rgb(160,158,226); }
td.TdClassName
{
border-color: #A09EE2;
}
.TagClassName
{
border-color: #A09EE2;
}
</style>