Shades of Wistful #A09EF0
Tints of Wistful #A09EF0
RGB
CMYK
RGB Variations
Color information
#A09EF0 (or 0xA09EF0) is known color: Wistful. HEX triplet: A0, 9E and F0. RGB value is (160,158,240). Sum of RGB (Red+Green+Blue) = 160+158+240=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #A09EF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09EF0 is #5F610F. Grayscale: #A7A7A7. Windows color (decimal): -6250768 or 15769248. OLE color: 15769248.
HSL color Cylindrical-coordinate representation of color #A09EF0: hue angle of 241.46º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A09EF0 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 158 | 240 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.06 |
| HSL | 241.46º | 0.73% | 0.78% | - |
| HSV(B) | 241.46º | 0.34% | 0.94% | - |
| XYZ | 42.45 | 38.22 | 87.58 | - |
| YUV | 167.95 | 168.66 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 240 | 0.33 | 0.34 | 0 | 0.06 | 241.46 | 0.73 | 0.78 |
| Hex | A0 | 9E | F0 | 21 | 22 | 0 | 6 | F1 | 49 | 4E |
| Octal | 240 | 236 | 360 | 41 | 42 | 0 | 6 | 361 | 111 | 116 |
| Binary | 10100000 | 10011110 | 11110000 | 100001 | 100010 | 0 | 110 | 11110001 | 1001001 | 1001110 |
Color Harmonies of #A09EF0
Complementary color
Monochromatic Colors of #A09EF0
Black with #A09EF0
Text Example
Text Example
White with #A09EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09EF0; }
p { color: rgb(160,158,240); }
H1.HeaderClassName
{
color: #A09EF0;
}
.AnyTagClassName
{
color: #A09EF0;
}
</style>
background-color css
<style>
a { background-color: #A09EF0; }
a { background-color: rgb(160,158,240); }
div.DivClassName
{
background-color: #A09EF0;
}
.BgClassName
{
background-color: #A09EF0;
}
</style>
border-color css
<style>
span { border-color: #A09EF0; }
span { border-color: rgb(160,158,240); }
td.TdClassName
{
border-color: #A09EF0;
}
.TagClassName
{
border-color: #A09EF0;
}
</style>