Shades of Wistful #A49DCC
Tints of Wistful #A49DCC
RGB
CMYK
RGB Variations
Color information
#A49DCC (or 0xA49DCC) is known color: Wistful. HEX triplet: A4, 9D and CC. RGB value is (164,157,204). Sum of RGB (Red+Green+Blue) = 164+157+204=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #A49DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DCC is #5B6233. Grayscale: #A4A4A4. Windows color (decimal): -5988916 or 13409700. OLE color: 13409700.
HSL color Cylindrical-coordinate representation of color #A49DCC: hue angle of 248.94º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A49DCC is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 157 | 204 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.2 |
| HSL | 248.94º | 0.32% | 0.71% | - |
| HSV(B) | 248.94º | 0.23% | 0.8% | - |
| XYZ | 38.27 | 36.37 | 62.13 | - |
| YUV | 164.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 204 | 0.20 | 0.23 | 0 | 0.2 | 248.94 | 0.32 | 0.71 |
| Hex | A4 | 9D | CC | 14 | 17 | 0 | 14 | F9 | 20 | 47 |
| Octal | 244 | 235 | 314 | 24 | 27 | 0 | 24 | 371 | 40 | 107 |
| Binary | 10100100 | 10011101 | 11001100 | 10100 | 10111 | 0 | 10100 | 11111001 | 100000 | 1000111 |
Color Harmonies of #A49DCC
Complementary color
Monochromatic Colors of #A49DCC
Black with #A49DCC
Text Example
Text Example
White with #A49DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49DCC; }
p { color: rgb(164,157,204); }
H1.HeaderClassName
{
color: #A49DCC;
}
.AnyTagClassName
{
color: #A49DCC;
}
</style>
background-color css
<style>
a { background-color: #A49DCC; }
a { background-color: rgb(164,157,204); }
div.DivClassName
{
background-color: #A49DCC;
}
.BgClassName
{
background-color: #A49DCC;
}
</style>
border-color css
<style>
span { border-color: #A49DCC; }
span { border-color: rgb(164,157,204); }
td.TdClassName
{
border-color: #A49DCC;
}
.TagClassName
{
border-color: #A49DCC;
}
</style>