Shades of Medium Red Violet #A04987
Tints of Medium Red Violet #A04987
RGB
CMYK
RGB Variations
Color information
#A04987 (or 0xA04987) is known color: Medium Red Violet. HEX triplet: A0, 49 and 87. RGB value is (160,73,135). Sum of RGB (Red+Green+Blue) = 160+73+135=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A04987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04987 is #5FB678. Grayscale: #696969. Windows color (decimal): -6272633 or 8866208. OLE color: 8866208.
HSL color Cylindrical-coordinate representation of color #A04987: hue angle of 317.24º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04987 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 135 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.37 |
| HSL | 317.24º | 0.37% | 0.46% | - |
| HSV(B) | 317.24º | 0.54% | 0.63% | - |
| XYZ | 21.25 | 13.99 | 24.5 | - |
| YUV | 106.08 | 144.32 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 135 | 0 | 0.54 | 0.16 | 0.37 | 317.24 | 0.37 | 0.46 |
| Hex | A0 | 49 | 87 | 0 | 36 | 10 | 25 | 13D | 25 | 2E |
| Octal | 240 | 111 | 207 | 0 | 66 | 20 | 45 | 475 | 45 | 56 |
| Binary | 10100000 | 1001001 | 10000111 | 0 | 110110 | 10000 | 100101 | 100111101 | 100101 | 101110 |
Color Harmonies of #A04987
Complementary color
Monochromatic Colors of #A04987
Black with #A04987
Text Example
Text Example
White with #A04987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04987; }
p { color: rgb(160,73,135); }
H1.HeaderClassName
{
color: #A04987;
}
.AnyTagClassName
{
color: #A04987;
}
</style>
background-color css
<style>
a { background-color: #A04987; }
a { background-color: rgb(160,73,135); }
div.DivClassName
{
background-color: #A04987;
}
.BgClassName
{
background-color: #A04987;
}
</style>
border-color css
<style>
span { border-color: #A04987; }
span { border-color: rgb(160,73,135); }
td.TdClassName
{
border-color: #A04987;
}
.TagClassName
{
border-color: #A04987;
}
</style>