Shades of Wistful #A49FF2
Tints of Wistful #A49FF2
RGB
CMYK
RGB Variations
Color information
#A49FF2 (or 0xA49FF2) is known color: Wistful. HEX triplet: A4, 9F and F2. RGB value is (164,159,242). Sum of RGB (Red+Green+Blue) = 164+159+242=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #A49FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49FF2 is #5B600D. Grayscale: #A9A9A9. Windows color (decimal): -5988366 or 15900580. OLE color: 15900580.
HSL color Cylindrical-coordinate representation of color #A49FF2: hue angle of 243.61º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A49FF2 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 159 | 242 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.05 |
| HSL | 243.61º | 0.76% | 0.79% | - |
| HSV(B) | 243.61º | 0.34% | 0.95% | - |
| XYZ | 43.73 | 39.1 | 89.25 | - |
| YUV | 169.96 | 168.66 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 159 | 242 | 0.32 | 0.34 | 0 | 0.05 | 243.61 | 0.76 | 0.79 |
| Hex | A4 | 9F | F2 | 20 | 22 | 0 | 5 | F4 | 4C | 4F |
| Octal | 244 | 237 | 362 | 40 | 42 | 0 | 5 | 364 | 114 | 117 |
| Binary | 10100100 | 10011111 | 11110010 | 100000 | 100010 | 0 | 101 | 11110100 | 1001100 | 1001111 |
Color Harmonies of #A49FF2
Complementary color
Monochromatic Colors of #A49FF2
Black with #A49FF2
Text Example
Text Example
White with #A49FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49FF2; }
p { color: rgb(164,159,242); }
H1.HeaderClassName
{
color: #A49FF2;
}
.AnyTagClassName
{
color: #A49FF2;
}
</style>
background-color css
<style>
a { background-color: #A49FF2; }
a { background-color: rgb(164,159,242); }
div.DivClassName
{
background-color: #A49FF2;
}
.BgClassName
{
background-color: #A49FF2;
}
</style>
border-color css
<style>
span { border-color: #A49FF2; }
span { border-color: rgb(164,159,242); }
td.TdClassName
{
border-color: #A49FF2;
}
.TagClassName
{
border-color: #A49FF2;
}
</style>