Shades of Wistful #A09EDD
Tints of Wistful #A09EDD
RGB
CMYK
RGB Variations
Color information
#A09EDD (or 0xA09EDD) is known color: Wistful. HEX triplet: A0, 9E and DD. RGB value is (160,158,221). Sum of RGB (Red+Green+Blue) = 160+158+221=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #A09EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09EDD is #5F6122. Grayscale: #A5A5A5. Windows color (decimal): -6250787 or 14524064. OLE color: 14524064.
HSL color Cylindrical-coordinate representation of color #A09EDD: hue angle of 241.9º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A09EDD is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 158 | 221 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.13 |
| HSL | 241.9º | 0.48% | 0.74% | - |
| HSV(B) | 241.9º | 0.29% | 0.87% | - |
| XYZ | 39.78 | 37.15 | 73.48 | - |
| YUV | 165.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 221 | 0.28 | 0.29 | 0 | 0.13 | 241.9 | 0.48 | 0.74 |
| Hex | A0 | 9E | DD | 1C | 1D | 0 | D | F2 | 30 | 4A |
| Octal | 240 | 236 | 335 | 34 | 35 | 0 | 15 | 362 | 60 | 112 |
| Binary | 10100000 | 10011110 | 11011101 | 11100 | 11101 | 0 | 1101 | 11110010 | 110000 | 1001010 |
Color Harmonies of #A09EDD
Complementary color
Monochromatic Colors of #A09EDD
Black with #A09EDD
Text Example
Text Example
White with #A09EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09EDD; }
p { color: rgb(160,158,221); }
H1.HeaderClassName
{
color: #A09EDD;
}
.AnyTagClassName
{
color: #A09EDD;
}
</style>
background-color css
<style>
a { background-color: #A09EDD; }
a { background-color: rgb(160,158,221); }
div.DivClassName
{
background-color: #A09EDD;
}
.BgClassName
{
background-color: #A09EDD;
}
</style>
border-color css
<style>
span { border-color: #A09EDD; }
span { border-color: rgb(160,158,221); }
td.TdClassName
{
border-color: #A09EDD;
}
.TagClassName
{
border-color: #A09EDD;
}
</style>