Shades of Wistful #A49EF1
Tints of Wistful #A49EF1
RGB
CMYK
RGB Variations
Color information
#A49EF1 (or 0xA49EF1) is known color: Wistful. HEX triplet: A4, 9E and F1. RGB value is (164,158,241). Sum of RGB (Red+Green+Blue) = 164+158+241=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #A49EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49EF1 is #5B610E. Grayscale: #A8A8A8. Windows color (decimal): -5988623 or 15834788. OLE color: 15834788.
HSL color Cylindrical-coordinate representation of color #A49EF1: hue angle of 244.34º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A49EF1 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 158 | 241 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.05 |
| HSL | 244.34º | 0.75% | 0.78% | - |
| HSV(B) | 244.34º | 0.34% | 0.95% | - |
| XYZ | 43.41 | 38.7 | 88.4 | - |
| YUV | 169.26 | 168.49 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 241 | 0.32 | 0.34 | 0 | 0.05 | 244.34 | 0.75 | 0.78 |
| Hex | A4 | 9E | F1 | 20 | 22 | 0 | 5 | F4 | 4B | 4E |
| Octal | 244 | 236 | 361 | 40 | 42 | 0 | 5 | 364 | 113 | 116 |
| Binary | 10100100 | 10011110 | 11110001 | 100000 | 100010 | 0 | 101 | 11110100 | 1001011 | 1001110 |
Color Harmonies of #A49EF1
Complementary color
Monochromatic Colors of #A49EF1
Black with #A49EF1
Text Example
Text Example
White with #A49EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49EF1; }
p { color: rgb(164,158,241); }
H1.HeaderClassName
{
color: #A49EF1;
}
.AnyTagClassName
{
color: #A49EF1;
}
</style>
background-color css
<style>
a { background-color: #A49EF1; }
a { background-color: rgb(164,158,241); }
div.DivClassName
{
background-color: #A49EF1;
}
.BgClassName
{
background-color: #A49EF1;
}
</style>
border-color css
<style>
span { border-color: #A49EF1; }
span { border-color: rgb(164,158,241); }
td.TdClassName
{
border-color: #A49EF1;
}
.TagClassName
{
border-color: #A49EF1;
}
</style>