Shades of Wistful #A09FED
Tints of Wistful #A09FED
RGB
CMYK
RGB Variations
Color information
#A09FED (or 0xA09FED) is known color: Wistful. HEX triplet: A0, 9F and ED. RGB value is (160,159,237). Sum of RGB (Red+Green+Blue) = 160+159+237=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #A09FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09FED is #5F6012. Grayscale: #A7A7A7. Windows color (decimal): -6250515 or 15572896. OLE color: 15572896.
HSL color Cylindrical-coordinate representation of color #A09FED: hue angle of 240.77º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A09FED is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 159 | 237 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.07 |
| HSL | 240.77º | 0.68% | 0.78% | - |
| HSV(B) | 240.77º | 0.33% | 0.93% | - |
| XYZ | 42.18 | 38.38 | 85.31 | - |
| YUV | 168.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 237 | 0.32 | 0.33 | 0 | 0.07 | 240.77 | 0.68 | 0.78 |
| Hex | A0 | 9F | ED | 20 | 21 | 0 | 7 | F1 | 44 | 4E |
| Octal | 240 | 237 | 355 | 40 | 41 | 0 | 7 | 361 | 104 | 116 |
| Binary | 10100000 | 10011111 | 11101101 | 100000 | 100001 | 0 | 111 | 11110001 | 1000100 | 1001110 |
Color Harmonies of #A09FED
Complementary color
Monochromatic Colors of #A09FED
Black with #A09FED
Text Example
Text Example
White with #A09FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09FED; }
p { color: rgb(160,159,237); }
H1.HeaderClassName
{
color: #A09FED;
}
.AnyTagClassName
{
color: #A09FED;
}
</style>
background-color css
<style>
a { background-color: #A09FED; }
a { background-color: rgb(160,159,237); }
div.DivClassName
{
background-color: #A09FED;
}
.BgClassName
{
background-color: #A09FED;
}
</style>
border-color css
<style>
span { border-color: #A09FED; }
span { border-color: rgb(160,159,237); }
td.TdClassName
{
border-color: #A09FED;
}
.TagClassName
{
border-color: #A09FED;
}
</style>