Shades of Wistful #A09ECE
Tints of Wistful #A09ECE
RGB
CMYK
RGB Variations
Color information
#A09ECE (or 0xA09ECE) is known color: Wistful. HEX triplet: A0, 9E and CE. RGB value is (160,158,206). Sum of RGB (Red+Green+Blue) = 160+158+206=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #A09ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ECE is #5F6131. Grayscale: #A3A3A3. Windows color (decimal): -6250802 or 13541024. OLE color: 13541024.
HSL color Cylindrical-coordinate representation of color #A09ECE: hue angle of 242.5º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A09ECE is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 158 | 206 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.19 |
| HSL | 242.5º | 0.33% | 0.71% | - |
| HSV(B) | 242.5º | 0.23% | 0.81% | - |
| XYZ | 37.86 | 36.38 | 63.42 | - |
| YUV | 164.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 206 | 0.22 | 0.23 | 0 | 0.19 | 242.5 | 0.33 | 0.71 |
| Hex | A0 | 9E | CE | 16 | 17 | 0 | 13 | F2 | 21 | 47 |
| Octal | 240 | 236 | 316 | 26 | 27 | 0 | 23 | 362 | 41 | 107 |
| Binary | 10100000 | 10011110 | 11001110 | 10110 | 10111 | 0 | 10011 | 11110010 | 100001 | 1000111 |
Color Harmonies of #A09ECE
Complementary color
Monochromatic Colors of #A09ECE
Black with #A09ECE
Text Example
Text Example
White with #A09ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09ECE; }
p { color: rgb(160,158,206); }
H1.HeaderClassName
{
color: #A09ECE;
}
.AnyTagClassName
{
color: #A09ECE;
}
</style>
background-color css
<style>
a { background-color: #A09ECE; }
a { background-color: rgb(160,158,206); }
div.DivClassName
{
background-color: #A09ECE;
}
.BgClassName
{
background-color: #A09ECE;
}
</style>
border-color css
<style>
span { border-color: #A09ECE; }
span { border-color: rgb(160,158,206); }
td.TdClassName
{
border-color: #A09ECE;
}
.TagClassName
{
border-color: #A09ECE;
}
</style>