Shades of Wistful #A49EF2
Tints of Wistful #A49EF2
RGB
CMYK
RGB Variations
Color information
#A49EF2 (or 0xA49EF2) is known color: Wistful. HEX triplet: A4, 9E and F2. RGB value is (164,158,242). Sum of RGB (Red+Green+Blue) = 164+158+242=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #A49EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49EF2 is #5B610D. Grayscale: #A9A9A9. Windows color (decimal): -5988622 or 15900324. OLE color: 15900324.
HSL color Cylindrical-coordinate representation of color #A49EF2: hue angle of 244.29º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A49EF2 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 158 | 242 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.05 |
| HSL | 244.29º | 0.76% | 0.78% | - |
| HSV(B) | 244.29º | 0.35% | 0.95% | - |
| XYZ | 43.56 | 38.76 | 89.19 | - |
| YUV | 169.37 | 168.99 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 242 | 0.32 | 0.35 | 0 | 0.05 | 244.29 | 0.76 | 0.78 |
| Hex | A4 | 9E | F2 | 20 | 23 | 0 | 5 | F4 | 4C | 4E |
| Octal | 244 | 236 | 362 | 40 | 43 | 0 | 5 | 364 | 114 | 116 |
| Binary | 10100100 | 10011110 | 11110010 | 100000 | 100011 | 0 | 101 | 11110100 | 1001100 | 1001110 |
Color Harmonies of #A49EF2
Complementary color
Monochromatic Colors of #A49EF2
Black with #A49EF2
Text Example
Text Example
White with #A49EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49EF2; }
p { color: rgb(164,158,242); }
H1.HeaderClassName
{
color: #A49EF2;
}
.AnyTagClassName
{
color: #A49EF2;
}
</style>
background-color css
<style>
a { background-color: #A49EF2; }
a { background-color: rgb(164,158,242); }
div.DivClassName
{
background-color: #A49EF2;
}
.BgClassName
{
background-color: #A49EF2;
}
</style>
border-color css
<style>
span { border-color: #A49EF2; }
span { border-color: rgb(164,158,242); }
td.TdClassName
{
border-color: #A49EF2;
}
.TagClassName
{
border-color: #A49EF2;
}
</style>