Shades of Wistful #A49FC5
Tints of Wistful #A49FC5
RGB
CMYK
RGB Variations
Color information
#A49FC5 (or 0xA49FC5) is known color: Wistful. HEX triplet: A4, 9F and C5. RGB value is (164,159,197). Sum of RGB (Red+Green+Blue) = 164+159+197=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 197 - color contains mainly: blue. Hex color #A49FC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FC5 is #5B603A. Grayscale: #A4A4A4. Windows color (decimal): -5988411 or 12951460. OLE color: 12951460.
HSL color Cylindrical-coordinate representation of color #A49FC5: hue angle of 247.89º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A49FC5 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 159 | 197 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.23 |
| HSL | 247.89º | 0.25% | 0.7% | - |
| HSV(B) | 247.89º | 0.19% | 0.77% | - |
| XYZ | 37.79 | 36.72 | 57.92 | - |
| YUV | 164.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 159 | 197 | 0.17 | 0.19 | 0 | 0.23 | 247.89 | 0.25 | 0.7 |
| Hex | A4 | 9F | C5 | 11 | 13 | 0 | 17 | F8 | 19 | 46 |
| Octal | 244 | 237 | 305 | 21 | 23 | 0 | 27 | 370 | 31 | 106 |
| Binary | 10100100 | 10011111 | 11000101 | 10001 | 10011 | 0 | 10111 | 11111000 | 11001 | 1000110 |
Color Harmonies of #A49FC5
Complementary color
Monochromatic Colors of #A49FC5
Black with #A49FC5
Text Example
Text Example
White with #A49FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49FC5; }
p { color: rgb(164,159,197); }
H1.HeaderClassName
{
color: #A49FC5;
}
.AnyTagClassName
{
color: #A49FC5;
}
</style>
background-color css
<style>
a { background-color: #A49FC5; }
a { background-color: rgb(164,159,197); }
div.DivClassName
{
background-color: #A49FC5;
}
.BgClassName
{
background-color: #A49FC5;
}
</style>
border-color css
<style>
span { border-color: #A49FC5; }
span { border-color: rgb(164,159,197); }
td.TdClassName
{
border-color: #A49FC5;
}
.TagClassName
{
border-color: #A49FC5;
}
</style>