Shades of Wistful #A09EED
Tints of Wistful #A09EED
RGB
CMYK
RGB Variations
Color information
#A09EED (or 0xA09EED) is known color: Wistful. HEX triplet: A0, 9E and ED. RGB value is (160,158,237). Sum of RGB (Red+Green+Blue) = 160+158+237=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #A09EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09EED is #5F6112. Grayscale: #A7A7A7. Windows color (decimal): -6250771 or 15572640. OLE color: 15572640.
HSL color Cylindrical-coordinate representation of color #A09EED: hue angle of 241.52º degrees, saturation: 0.69, 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 #A09EED is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 158 | 237 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.07 |
| HSL | 241.52º | 0.69% | 0.77% | - |
| HSV(B) | 241.52º | 0.33% | 0.93% | - |
| XYZ | 42.01 | 38.04 | 85.25 | - |
| YUV | 167.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 237 | 0.32 | 0.33 | 0 | 0.07 | 241.52 | 0.69 | 0.77 |
| Hex | A0 | 9E | ED | 20 | 21 | 0 | 7 | F2 | 45 | 4D |
| Octal | 240 | 236 | 355 | 40 | 41 | 0 | 7 | 362 | 105 | 115 |
| Binary | 10100000 | 10011110 | 11101101 | 100000 | 100001 | 0 | 111 | 11110010 | 1000101 | 1001101 |
Color Harmonies of #A09EED
Complementary color
Monochromatic Colors of #A09EED
Black with #A09EED
Text Example
Text Example
White with #A09EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09EED; }
p { color: rgb(160,158,237); }
H1.HeaderClassName
{
color: #A09EED;
}
.AnyTagClassName
{
color: #A09EED;
}
</style>
background-color css
<style>
a { background-color: #A09EED; }
a { background-color: rgb(160,158,237); }
div.DivClassName
{
background-color: #A09EED;
}
.BgClassName
{
background-color: #A09EED;
}
</style>
border-color css
<style>
span { border-color: #A09EED; }
span { border-color: rgb(160,158,237); }
td.TdClassName
{
border-color: #A09EED;
}
.TagClassName
{
border-color: #A09EED;
}
</style>