Shades of Medium Red Violet #A04989
Tints of Medium Red Violet #A04989
RGB
CMYK
RGB Variations
Color information
#A04989 (or 0xA04989) is known color: Medium Red Violet. HEX triplet: A0, 49 and 89. RGB value is (160,73,137). Sum of RGB (Red+Green+Blue) = 160+73+137=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A04989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04989 is #5FB676. Grayscale: #6A6A6A. Windows color (decimal): -6272631 or 8997280. OLE color: 8997280.
HSL color Cylindrical-coordinate representation of color #A04989: hue angle of 315.86º 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 #A04989 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 137 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.37 |
| HSL | 315.86º | 0.37% | 0.46% | - |
| HSV(B) | 315.86º | 0.54% | 0.63% | - |
| XYZ | 21.4 | 14.04 | 25.25 | - |
| YUV | 106.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 137 | 0 | 0.54 | 0.14 | 0.37 | 315.86 | 0.37 | 0.46 |
| Hex | A0 | 49 | 89 | 0 | 36 | E | 25 | 13C | 25 | 2E |
| Octal | 240 | 111 | 211 | 0 | 66 | 16 | 45 | 474 | 45 | 56 |
| Binary | 10100000 | 1001001 | 10001001 | 0 | 110110 | 1110 | 100101 | 100111100 | 100101 | 101110 |
Color Harmonies of #A04989
Complementary color
Monochromatic Colors of #A04989
Black with #A04989
Text Example
Text Example
White with #A04989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04989; }
p { color: rgb(160,73,137); }
H1.HeaderClassName
{
color: #A04989;
}
.AnyTagClassName
{
color: #A04989;
}
</style>
background-color css
<style>
a { background-color: #A04989; }
a { background-color: rgb(160,73,137); }
div.DivClassName
{
background-color: #A04989;
}
.BgClassName
{
background-color: #A04989;
}
</style>
border-color css
<style>
span { border-color: #A04989; }
span { border-color: rgb(160,73,137); }
td.TdClassName
{
border-color: #A04989;
}
.TagClassName
{
border-color: #A04989;
}
</style>