Shades of Wistful #A49DC2
Tints of Wistful #A49DC2
RGB
CMYK
RGB Variations
Color information
#A49DC2 (or 0xA49DC2) is known color: Wistful. HEX triplet: A4, 9D and C2. RGB value is (164,157,194). Sum of RGB (Red+Green+Blue) = 164+157+194=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 194 - color contains mainly: blue. Hex color #A49DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DC2 is #5B623D. Grayscale: #A3A3A3. Windows color (decimal): -5988926 or 12754340. OLE color: 12754340.
HSL color Cylindrical-coordinate representation of color #A49DC2: hue angle of 251.35º degrees, saturation: 0.23, 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 #A49DC2 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 157 | 194 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.24 |
| HSL | 251.35º | 0.23% | 0.69% | - |
| HSV(B) | 251.35º | 0.19% | 0.76% | - |
| XYZ | 37.1 | 35.9 | 56.01 | - |
| YUV | 163.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 194 | 0.15 | 0.19 | 0 | 0.24 | 251.35 | 0.23 | 0.69 |
| Hex | A4 | 9D | C2 | F | 13 | 0 | 18 | FB | 17 | 45 |
| Octal | 244 | 235 | 302 | 17 | 23 | 0 | 30 | 373 | 27 | 105 |
| Binary | 10100100 | 10011101 | 11000010 | 1111 | 10011 | 0 | 11000 | 11111011 | 10111 | 1000101 |
Color Harmonies of #A49DC2
Complementary color
Monochromatic Colors of #A49DC2
Black with #A49DC2
Text Example
Text Example
White with #A49DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49DC2; }
p { color: rgb(164,157,194); }
H1.HeaderClassName
{
color: #A49DC2;
}
.AnyTagClassName
{
color: #A49DC2;
}
</style>
background-color css
<style>
a { background-color: #A49DC2; }
a { background-color: rgb(164,157,194); }
div.DivClassName
{
background-color: #A49DC2;
}
.BgClassName
{
background-color: #A49DC2;
}
</style>
border-color css
<style>
span { border-color: #A49DC2; }
span { border-color: rgb(164,157,194); }
td.TdClassName
{
border-color: #A49DC2;
}
.TagClassName
{
border-color: #A49DC2;
}
</style>