Shades of Wistful #A09EF1
Tints of Wistful #A09EF1
RGB
CMYK
RGB Variations
Color information
#A09EF1 (or 0xA09EF1) is known color: Wistful. HEX triplet: A0, 9E and F1. RGB value is (160,158,241). Sum of RGB (Red+Green+Blue) = 160+158+241=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #A09EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09EF1 is #5F610E. Grayscale: #A7A7A7. Windows color (decimal): -6250767 or 15834784. OLE color: 15834784.
HSL color Cylindrical-coordinate representation of color #A09EF1: hue angle of 241.45º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A09EF1 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 158 | 241 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.05 |
| HSL | 241.45º | 0.75% | 0.78% | - |
| HSV(B) | 241.45º | 0.34% | 0.95% | - |
| XYZ | 42.6 | 38.28 | 88.36 | - |
| YUV | 168.06 | 169.16 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 241 | 0.34 | 0.34 | 0 | 0.05 | 241.45 | 0.75 | 0.78 |
| Hex | A0 | 9E | F1 | 22 | 22 | 0 | 5 | F1 | 4B | 4E |
| Octal | 240 | 236 | 361 | 42 | 42 | 0 | 5 | 361 | 113 | 116 |
| Binary | 10100000 | 10011110 | 11110001 | 100010 | 100010 | 0 | 101 | 11110001 | 1001011 | 1001110 |
Color Harmonies of #A09EF1
Complementary color
Monochromatic Colors of #A09EF1
Black with #A09EF1
Text Example
Text Example
White with #A09EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09EF1; }
p { color: rgb(160,158,241); }
H1.HeaderClassName
{
color: #A09EF1;
}
.AnyTagClassName
{
color: #A09EF1;
}
</style>
background-color css
<style>
a { background-color: #A09EF1; }
a { background-color: rgb(160,158,241); }
div.DivClassName
{
background-color: #A09EF1;
}
.BgClassName
{
background-color: #A09EF1;
}
</style>
border-color css
<style>
span { border-color: #A09EF1; }
span { border-color: rgb(160,158,241); }
td.TdClassName
{
border-color: #A09EF1;
}
.TagClassName
{
border-color: #A09EF1;
}
</style>