Shades of Wistful #A09EEE
Tints of Wistful #A09EEE
RGB
CMYK
RGB Variations
Color information
#A09EEE (or 0xA09EEE) is known color: Wistful. HEX triplet: A0, 9E and EE. RGB value is (160,158,238). Sum of RGB (Red+Green+Blue) = 160+158+238=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #A09EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09EEE is #5F6111. Grayscale: #A7A7A7. Windows color (decimal): -6250770 or 15638176. OLE color: 15638176.
HSL color Cylindrical-coordinate representation of color #A09EEE: hue angle of 241.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A09EEE is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 158 | 238 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.07 |
| HSL | 241.5º | 0.7% | 0.78% | - |
| HSV(B) | 241.5º | 0.34% | 0.93% | - |
| XYZ | 42.16 | 38.1 | 86.02 | - |
| YUV | 167.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 238 | 0.33 | 0.34 | 0 | 0.07 | 241.5 | 0.7 | 0.78 |
| Hex | A0 | 9E | EE | 21 | 22 | 0 | 7 | F2 | 46 | 4E |
| Octal | 240 | 236 | 356 | 41 | 42 | 0 | 7 | 362 | 106 | 116 |
| Binary | 10100000 | 10011110 | 11101110 | 100001 | 100010 | 0 | 111 | 11110010 | 1000110 | 1001110 |
Color Harmonies of #A09EEE
Complementary color
Monochromatic Colors of #A09EEE
Black with #A09EEE
Text Example
Text Example
White with #A09EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09EEE; }
p { color: rgb(160,158,238); }
H1.HeaderClassName
{
color: #A09EEE;
}
.AnyTagClassName
{
color: #A09EEE;
}
</style>
background-color css
<style>
a { background-color: #A09EEE; }
a { background-color: rgb(160,158,238); }
div.DivClassName
{
background-color: #A09EEE;
}
.BgClassName
{
background-color: #A09EEE;
}
</style>
border-color css
<style>
span { border-color: #A09EEE; }
span { border-color: rgb(160,158,238); }
td.TdClassName
{
border-color: #A09EEE;
}
.TagClassName
{
border-color: #A09EEE;
}
</style>