Shades of Wistful #A49DC1
Tints of Wistful #A49DC1
RGB
CMYK
RGB Variations
Color information
#A49DC1 (or 0xA49DC1) is known color: Wistful. HEX triplet: A4, 9D and C1. RGB value is (164,157,193). Sum of RGB (Red+Green+Blue) = 164+157+193=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #A49DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DC1 is #5B623E. Grayscale: #A3A3A3. Windows color (decimal): -5988927 or 12688804. OLE color: 12688804.
HSL color Cylindrical-coordinate representation of color #A49DC1: hue angle of 251.67º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A49DC1 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 157 | 193 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.24 |
| HSL | 251.67º | 0.23% | 0.69% | - |
| HSV(B) | 251.67º | 0.19% | 0.76% | - |
| XYZ | 36.99 | 35.86 | 55.42 | - |
| YUV | 163.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 193 | 0.15 | 0.19 | 0 | 0.24 | 251.67 | 0.23 | 0.69 |
| Hex | A4 | 9D | C1 | F | 13 | 0 | 18 | FC | 16 | 45 |
| Octal | 244 | 235 | 301 | 17 | 23 | 0 | 30 | 374 | 26 | 105 |
| Binary | 10100100 | 10011101 | 11000001 | 1111 | 10011 | 0 | 11000 | 11111100 | 10110 | 1000101 |
Color Harmonies of #A49DC1
Complementary color
Monochromatic Colors of #A49DC1
Black with #A49DC1
Text Example
Text Example
White with #A49DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49DC1; }
p { color: rgb(164,157,193); }
H1.HeaderClassName
{
color: #A49DC1;
}
.AnyTagClassName
{
color: #A49DC1;
}
</style>
background-color css
<style>
a { background-color: #A49DC1; }
a { background-color: rgb(164,157,193); }
div.DivClassName
{
background-color: #A49DC1;
}
.BgClassName
{
background-color: #A49DC1;
}
</style>
border-color css
<style>
span { border-color: #A49DC1; }
span { border-color: rgb(164,157,193); }
td.TdClassName
{
border-color: #A49DC1;
}
.TagClassName
{
border-color: #A49DC1;
}
</style>