Shades of Wistful #A09EEC
Tints of Wistful #A09EEC
RGB
CMYK
RGB Variations
Color information
#A09EEC (or 0xA09EEC) is known color: Wistful. HEX triplet: A0, 9E and EC. RGB value is (160,158,236). Sum of RGB (Red+Green+Blue) = 160+158+236=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #A09EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09EEC is #5F6113. Grayscale: #A7A7A7. Windows color (decimal): -6250772 or 15507104. OLE color: 15507104.
HSL color Cylindrical-coordinate representation of color #A09EEC: hue angle of 241.54º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A09EEC is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 158 | 236 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.07 |
| HSL | 241.54º | 0.67% | 0.77% | - |
| HSV(B) | 241.54º | 0.33% | 0.93% | - |
| XYZ | 41.86 | 37.98 | 84.48 | - |
| YUV | 167.49 | 166.66 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 236 | 0.32 | 0.33 | 0 | 0.07 | 241.54 | 0.67 | 0.77 |
| Hex | A0 | 9E | EC | 20 | 21 | 0 | 7 | F2 | 43 | 4D |
| Octal | 240 | 236 | 354 | 40 | 41 | 0 | 7 | 362 | 103 | 115 |
| Binary | 10100000 | 10011110 | 11101100 | 100000 | 100001 | 0 | 111 | 11110010 | 1000011 | 1001101 |
Color Harmonies of #A09EEC
Complementary color
Monochromatic Colors of #A09EEC
Black with #A09EEC
Text Example
Text Example
White with #A09EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09EEC; }
p { color: rgb(160,158,236); }
H1.HeaderClassName
{
color: #A09EEC;
}
.AnyTagClassName
{
color: #A09EEC;
}
</style>
background-color css
<style>
a { background-color: #A09EEC; }
a { background-color: rgb(160,158,236); }
div.DivClassName
{
background-color: #A09EEC;
}
.BgClassName
{
background-color: #A09EEC;
}
</style>
border-color css
<style>
span { border-color: #A09EEC; }
span { border-color: rgb(160,158,236); }
td.TdClassName
{
border-color: #A09EEC;
}
.TagClassName
{
border-color: #A09EEC;
}
</style>