Shades of Medium Red Violet #A04389
Tints of Medium Red Violet #A04389
RGB
CMYK
RGB Variations
Color information
#A04389 (or 0xA04389) is known color: Medium Red Violet. HEX triplet: A0, 43 and 89. RGB value is (160,67,137). Sum of RGB (Red+Green+Blue) = 160+67+137=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A04389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04389 is #5FBC76. Grayscale: #666666. Windows color (decimal): -6274167 or 8995744. OLE color: 8995744.
HSL color Cylindrical-coordinate representation of color #A04389: hue angle of 314.84º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04389 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 137 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.37 |
| HSL | 314.84º | 0.41% | 0.45% | - |
| HSV(B) | 314.84º | 0.58% | 0.63% | - |
| XYZ | 21.02 | 13.29 | 25.13 | - |
| YUV | 102.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 137 | 0 | 0.58 | 0.14 | 0.37 | 314.84 | 0.41 | 0.45 |
| Hex | A0 | 43 | 89 | 0 | 3A | E | 25 | 13B | 29 | 2D |
| Octal | 240 | 103 | 211 | 0 | 72 | 16 | 45 | 473 | 51 | 55 |
| Binary | 10100000 | 1000011 | 10001001 | 0 | 111010 | 1110 | 100101 | 100111011 | 101001 | 101101 |
Color Harmonies of #A04389
Complementary color
Monochromatic Colors of #A04389
Black with #A04389
Text Example
Text Example
White with #A04389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04389; }
p { color: rgb(160,67,137); }
H1.HeaderClassName
{
color: #A04389;
}
.AnyTagClassName
{
color: #A04389;
}
</style>
background-color css
<style>
a { background-color: #A04389; }
a { background-color: rgb(160,67,137); }
div.DivClassName
{
background-color: #A04389;
}
.BgClassName
{
background-color: #A04389;
}
</style>
border-color css
<style>
span { border-color: #A04389; }
span { border-color: rgb(160,67,137); }
td.TdClassName
{
border-color: #A04389;
}
.TagClassName
{
border-color: #A04389;
}
</style>