Shades of Wistful #A49EC5
Tints of Wistful #A49EC5
RGB
CMYK
RGB Variations
Color information
#A49EC5 (or 0xA49EC5) is known color: Wistful. HEX triplet: A4, 9E and C5. RGB value is (164,158,197). Sum of RGB (Red+Green+Blue) = 164+158+197=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 197 - color contains mainly: blue. Hex color #A49EC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EC5 is #5B613A. Grayscale: #A4A4A4. Windows color (decimal): -5988667 or 12951204. OLE color: 12951204.
HSL color Cylindrical-coordinate representation of color #A49EC5: hue angle of 249.23º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A49EC5 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 158 | 197 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.23 |
| HSL | 249.23º | 0.25% | 0.7% | - |
| HSV(B) | 249.23º | 0.2% | 0.77% | - |
| XYZ | 37.61 | 36.38 | 57.86 | - |
| YUV | 164.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 197 | 0.17 | 0.20 | 0 | 0.23 | 249.23 | 0.25 | 0.7 |
| Hex | A4 | 9E | C5 | 11 | 14 | 0 | 17 | F9 | 19 | 46 |
| Octal | 244 | 236 | 305 | 21 | 24 | 0 | 27 | 371 | 31 | 106 |
| Binary | 10100100 | 10011110 | 11000101 | 10001 | 10100 | 0 | 10111 | 11111001 | 11001 | 1000110 |
Color Harmonies of #A49EC5
Complementary color
Monochromatic Colors of #A49EC5
Black with #A49EC5
Text Example
Text Example
White with #A49EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49EC5; }
p { color: rgb(164,158,197); }
H1.HeaderClassName
{
color: #A49EC5;
}
.AnyTagClassName
{
color: #A49EC5;
}
</style>
background-color css
<style>
a { background-color: #A49EC5; }
a { background-color: rgb(164,158,197); }
div.DivClassName
{
background-color: #A49EC5;
}
.BgClassName
{
background-color: #A49EC5;
}
</style>
border-color css
<style>
span { border-color: #A49EC5; }
span { border-color: rgb(164,158,197); }
td.TdClassName
{
border-color: #A49EC5;
}
.TagClassName
{
border-color: #A49EC5;
}
</style>