Shades of Medium Red Violet #A04A87
Tints of Medium Red Violet #A04A87
RGB
CMYK
RGB Variations
Color information
#A04A87 (or 0xA04A87) is known color: Medium Red Violet. HEX triplet: A0, 4A and 87. RGB value is (160,74,135). Sum of RGB (Red+Green+Blue) = 160+74+135=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04A87 is #5FB578. Grayscale: #6A6A6A. Windows color (decimal): -6272377 or 8866464. OLE color: 8866464.
HSL color Cylindrical-coordinate representation of color #A04A87: hue angle of 317.44º 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 #A04A87 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 135 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.37 |
| HSL | 317.44º | 0.37% | 0.46% | - |
| HSV(B) | 317.44º | 0.54% | 0.63% | - |
| XYZ | 21.32 | 14.12 | 24.52 | - |
| YUV | 106.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 135 | 0 | 0.54 | 0.16 | 0.37 | 317.44 | 0.37 | 0.46 |
| Hex | A0 | 4A | 87 | 0 | 36 | 10 | 25 | 13D | 25 | 2E |
| Octal | 240 | 112 | 207 | 0 | 66 | 20 | 45 | 475 | 45 | 56 |
| Binary | 10100000 | 1001010 | 10000111 | 0 | 110110 | 10000 | 100101 | 100111101 | 100101 | 101110 |
Color Harmonies of #A04A87
Complementary color
Monochromatic Colors of #A04A87
Black with #A04A87
Text Example
Text Example
White with #A04A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A87; }
p { color: rgb(160,74,135); }
H1.HeaderClassName
{
color: #A04A87;
}
.AnyTagClassName
{
color: #A04A87;
}
</style>
background-color css
<style>
a { background-color: #A04A87; }
a { background-color: rgb(160,74,135); }
div.DivClassName
{
background-color: #A04A87;
}
.BgClassName
{
background-color: #A04A87;
}
</style>
border-color css
<style>
span { border-color: #A04A87; }
span { border-color: rgb(160,74,135); }
td.TdClassName
{
border-color: #A04A87;
}
.TagClassName
{
border-color: #A04A87;
}
</style>