Shades of Wistful #A49EE1
Tints of Wistful #A49EE1
RGB
CMYK
RGB Variations
Color information
#A49EE1 (or 0xA49EE1) is known color: Wistful. HEX triplet: A4, 9E and E1. RGB value is (164,158,225). Sum of RGB (Red+Green+Blue) = 164+158+225=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #A49EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EE1 is #5B611E. Grayscale: #A7A7A7. Windows color (decimal): -5988639 or 14786212. OLE color: 14786212.
HSL color Cylindrical-coordinate representation of color #A49EE1: hue angle of 245.37º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A49EE1 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 158 | 225 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.12 |
| HSL | 245.37º | 0.53% | 0.75% | - |
| HSV(B) | 245.37º | 0.3% | 0.88% | - |
| XYZ | 41.13 | 37.78 | 76.36 | - |
| YUV | 167.43 | 160.49 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 225 | 0.27 | 0.30 | 0 | 0.12 | 245.37 | 0.53 | 0.75 |
| Hex | A4 | 9E | E1 | 1B | 1E | 0 | C | F5 | 35 | 4B |
| Octal | 244 | 236 | 341 | 33 | 36 | 0 | 14 | 365 | 65 | 113 |
| Binary | 10100100 | 10011110 | 11100001 | 11011 | 11110 | 0 | 1100 | 11110101 | 110101 | 1001011 |
Color Harmonies of #A49EE1
Complementary color
Monochromatic Colors of #A49EE1
Black with #A49EE1
Text Example
Text Example
White with #A49EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49EE1; }
p { color: rgb(164,158,225); }
H1.HeaderClassName
{
color: #A49EE1;
}
.AnyTagClassName
{
color: #A49EE1;
}
</style>
background-color css
<style>
a { background-color: #A49EE1; }
a { background-color: rgb(164,158,225); }
div.DivClassName
{
background-color: #A49EE1;
}
.BgClassName
{
background-color: #A49EE1;
}
</style>
border-color css
<style>
span { border-color: #A49EE1; }
span { border-color: rgb(164,158,225); }
td.TdClassName
{
border-color: #A49EE1;
}
.TagClassName
{
border-color: #A49EE1;
}
</style>