Shades of Wistful #A49FC1
Tints of Wistful #A49FC1
RGB
CMYK
RGB Variations
Color information
#A49FC1 (or 0xA49FC1) is known color: Wistful. HEX triplet: A4, 9F and C1. RGB value is (164,159,193). Sum of RGB (Red+Green+Blue) = 164+159+193=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #A49FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FC1 is #5B603E. Grayscale: #A4A4A4. Windows color (decimal): -5988415 or 12689316. OLE color: 12689316.
HSL color Cylindrical-coordinate representation of color #A49FC1: hue angle of 248.82º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A49FC1 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 159 | 193 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.24 |
| HSL | 248.82º | 0.22% | 0.69% | - |
| HSV(B) | 248.82º | 0.18% | 0.76% | - |
| XYZ | 37.33 | 36.54 | 55.54 | - |
| YUV | 164.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 159 | 193 | 0.15 | 0.18 | 0 | 0.24 | 248.82 | 0.22 | 0.69 |
| Hex | A4 | 9F | C1 | F | 12 | 0 | 18 | F9 | 16 | 45 |
| Octal | 244 | 237 | 301 | 17 | 22 | 0 | 30 | 371 | 26 | 105 |
| Binary | 10100100 | 10011111 | 11000001 | 1111 | 10010 | 0 | 11000 | 11111001 | 10110 | 1000101 |
Color Harmonies of #A49FC1
Complementary color
Monochromatic Colors of #A49FC1
Black with #A49FC1
Text Example
Text Example
White with #A49FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49FC1; }
p { color: rgb(164,159,193); }
H1.HeaderClassName
{
color: #A49FC1;
}
.AnyTagClassName
{
color: #A49FC1;
}
</style>
background-color css
<style>
a { background-color: #A49FC1; }
a { background-color: rgb(164,159,193); }
div.DivClassName
{
background-color: #A49FC1;
}
.BgClassName
{
background-color: #A49FC1;
}
</style>
border-color css
<style>
span { border-color: #A49FC1; }
span { border-color: rgb(164,159,193); }
td.TdClassName
{
border-color: #A49FC1;
}
.TagClassName
{
border-color: #A49FC1;
}
</style>