Shades of Wistful #A49FC2
Tints of Wistful #A49FC2
RGB
CMYK
RGB Variations
Color information
#A49FC2 (or 0xA49FC2) is known color: Wistful. HEX triplet: A4, 9F and C2. RGB value is (164,159,194). Sum of RGB (Red+Green+Blue) = 164+159+194=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #A49FC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FC2 is #5B603D. Grayscale: #A4A4A4. Windows color (decimal): -5988414 or 12754852. OLE color: 12754852.
HSL color Cylindrical-coordinate representation of color #A49FC2: hue angle of 248.57º 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 #A49FC2 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 159 | 194 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.24 |
| HSL | 248.57º | 0.22% | 0.69% | - |
| HSV(B) | 248.57º | 0.18% | 0.76% | - |
| XYZ | 37.45 | 36.58 | 56.13 | - |
| YUV | 164.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 159 | 194 | 0.15 | 0.18 | 0 | 0.24 | 248.57 | 0.22 | 0.69 |
| Hex | A4 | 9F | C2 | F | 12 | 0 | 18 | F9 | 16 | 45 |
| Octal | 244 | 237 | 302 | 17 | 22 | 0 | 30 | 371 | 26 | 105 |
| Binary | 10100100 | 10011111 | 11000010 | 1111 | 10010 | 0 | 11000 | 11111001 | 10110 | 1000101 |
Color Harmonies of #A49FC2
Complementary color
Monochromatic Colors of #A49FC2
Black with #A49FC2
Text Example
Text Example
White with #A49FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49FC2; }
p { color: rgb(164,159,194); }
H1.HeaderClassName
{
color: #A49FC2;
}
.AnyTagClassName
{
color: #A49FC2;
}
</style>
background-color css
<style>
a { background-color: #A49FC2; }
a { background-color: rgb(164,159,194); }
div.DivClassName
{
background-color: #A49FC2;
}
.BgClassName
{
background-color: #A49FC2;
}
</style>
border-color css
<style>
span { border-color: #A49FC2; }
span { border-color: rgb(164,159,194); }
td.TdClassName
{
border-color: #A49FC2;
}
.TagClassName
{
border-color: #A49FC2;
}
</style>