Shades of Wistful #A09EE3
Tints of Wistful #A09EE3
RGB
CMYK
RGB Variations
Color information
#A09EE3 (or 0xA09EE3) is known color: Wistful. HEX triplet: A0, 9E and E3. RGB value is (160,158,227). Sum of RGB (Red+Green+Blue) = 160+158+227=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 227 (89.06% from 255 or 41.65% from 545); Max value from RGB is 227 - color contains mainly: blue. Hex color #A09EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09EE3 is #5F611C. Grayscale: #A6A6A6. Windows color (decimal): -6250781 or 14917280. OLE color: 14917280.
HSL color Cylindrical-coordinate representation of color #A09EE3: hue angle of 241.74º degrees, saturation: 0.55, 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 #A09EE3 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 158 | 227 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.11 |
| HSL | 241.74º | 0.55% | 0.75% | - |
| HSV(B) | 241.74º | 0.3% | 0.89% | - |
| XYZ | 40.59 | 37.47 | 77.77 | - |
| YUV | 166.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 227 | 0.30 | 0.30 | 0 | 0.11 | 241.74 | 0.55 | 0.75 |
| Hex | A0 | 9E | E3 | 1E | 1E | 0 | B | F2 | 37 | 4B |
| Octal | 240 | 236 | 343 | 36 | 36 | 0 | 13 | 362 | 67 | 113 |
| Binary | 10100000 | 10011110 | 11100011 | 11110 | 11110 | 0 | 1011 | 11110010 | 110111 | 1001011 |
Color Harmonies of #A09EE3
Complementary color
Monochromatic Colors of #A09EE3
Black with #A09EE3
Text Example
Text Example
White with #A09EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09EE3; }
p { color: rgb(160,158,227); }
H1.HeaderClassName
{
color: #A09EE3;
}
.AnyTagClassName
{
color: #A09EE3;
}
</style>
background-color css
<style>
a { background-color: #A09EE3; }
a { background-color: rgb(160,158,227); }
div.DivClassName
{
background-color: #A09EE3;
}
.BgClassName
{
background-color: #A09EE3;
}
</style>
border-color css
<style>
span { border-color: #A09EE3; }
span { border-color: rgb(160,158,227); }
td.TdClassName
{
border-color: #A09EE3;
}
.TagClassName
{
border-color: #A09EE3;
}
</style>