Shades of Medium Red Violet #A04A89
Tints of Medium Red Violet #A04A89
RGB
CMYK
RGB Variations
Color information
#A04A89 (or 0xA04A89) is known color: Medium Red Violet. HEX triplet: A0, 4A and 89. RGB value is (160,74,137). Sum of RGB (Red+Green+Blue) = 160+74+137=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04A89 is #5FB576. Grayscale: #6A6A6A. Windows color (decimal): -6272375 or 8997536. OLE color: 8997536.
HSL color Cylindrical-coordinate representation of color #A04A89: hue angle of 316.05º 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 #A04A89 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 137 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.37 |
| HSL | 316.05º | 0.37% | 0.46% | - |
| HSV(B) | 316.05º | 0.54% | 0.63% | - |
| XYZ | 21.46 | 14.18 | 25.27 | - |
| YUV | 106.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 137 | 0 | 0.54 | 0.14 | 0.37 | 316.05 | 0.37 | 0.46 |
| Hex | A0 | 4A | 89 | 0 | 36 | E | 25 | 13C | 25 | 2E |
| Octal | 240 | 112 | 211 | 0 | 66 | 16 | 45 | 474 | 45 | 56 |
| Binary | 10100000 | 1001010 | 10001001 | 0 | 110110 | 1110 | 100101 | 100111100 | 100101 | 101110 |
Color Harmonies of #A04A89
Complementary color
Monochromatic Colors of #A04A89
Black with #A04A89
Text Example
Text Example
White with #A04A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A89; }
p { color: rgb(160,74,137); }
H1.HeaderClassName
{
color: #A04A89;
}
.AnyTagClassName
{
color: #A04A89;
}
</style>
background-color css
<style>
a { background-color: #A04A89; }
a { background-color: rgb(160,74,137); }
div.DivClassName
{
background-color: #A04A89;
}
.BgClassName
{
background-color: #A04A89;
}
</style>
border-color css
<style>
span { border-color: #A04A89; }
span { border-color: rgb(160,74,137); }
td.TdClassName
{
border-color: #A04A89;
}
.TagClassName
{
border-color: #A04A89;
}
</style>