Shades of Wistful #A09EE1
Tints of Wistful #A09EE1
RGB
CMYK
RGB Variations
Color information
#A09EE1 (or 0xA09EE1) is known color: Wistful. HEX triplet: A0, 9E and E1. RGB value is (160,158,225). Sum of RGB (Red+Green+Blue) = 160+158+225=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #A09EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09EE1 is #5F611E. Grayscale: #A5A5A5. Windows color (decimal): -6250783 or 14786208. OLE color: 14786208.
HSL color Cylindrical-coordinate representation of color #A09EE1: hue angle of 241.79º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A09EE1 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 158 | 225 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.12 |
| HSL | 241.79º | 0.53% | 0.75% | - |
| HSV(B) | 241.79º | 0.3% | 0.88% | - |
| XYZ | 40.31 | 37.36 | 76.32 | - |
| YUV | 166.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 225 | 0.29 | 0.30 | 0 | 0.12 | 241.79 | 0.53 | 0.75 |
| Hex | A0 | 9E | E1 | 1D | 1E | 0 | C | F2 | 35 | 4B |
| Octal | 240 | 236 | 341 | 35 | 36 | 0 | 14 | 362 | 65 | 113 |
| Binary | 10100000 | 10011110 | 11100001 | 11101 | 11110 | 0 | 1100 | 11110010 | 110101 | 1001011 |
Color Harmonies of #A09EE1
Complementary color
Monochromatic Colors of #A09EE1
Black with #A09EE1
Text Example
Text Example
White with #A09EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09EE1; }
p { color: rgb(160,158,225); }
H1.HeaderClassName
{
color: #A09EE1;
}
.AnyTagClassName
{
color: #A09EE1;
}
</style>
background-color css
<style>
a { background-color: #A09EE1; }
a { background-color: rgb(160,158,225); }
div.DivClassName
{
background-color: #A09EE1;
}
.BgClassName
{
background-color: #A09EE1;
}
</style>
border-color css
<style>
span { border-color: #A09EE1; }
span { border-color: rgb(160,158,225); }
td.TdClassName
{
border-color: #A09EE1;
}
.TagClassName
{
border-color: #A09EE1;
}
</style>