Shades of Medium Red Violet #A04784
Tints of Medium Red Violet #A04784
RGB
CMYK
RGB Variations
Color information
#A04784 (or 0xA04784) is known color: Medium Red Violet. HEX triplet: A0, 47 and 84. RGB value is (160,71,132). Sum of RGB (Red+Green+Blue) = 160+71+132=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A04784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04784 is #5FB87B. Grayscale: #686868. Windows color (decimal): -6273148 or 8669088. OLE color: 8669088.
HSL color Cylindrical-coordinate representation of color #A04784: hue angle of 318.88º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04784 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 132 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.37 |
| HSL | 318.88º | 0.39% | 0.45% | - |
| HSV(B) | 318.88º | 0.56% | 0.63% | - |
| XYZ | 20.92 | 13.65 | 23.36 | - |
| YUV | 104.57 | 143.49 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 132 | 0 | 0.56 | 0.17 | 0.37 | 318.88 | 0.39 | 0.45 |
| Hex | A0 | 47 | 84 | 0 | 38 | 11 | 25 | 13F | 27 | 2D |
| Octal | 240 | 107 | 204 | 0 | 70 | 21 | 45 | 477 | 47 | 55 |
| Binary | 10100000 | 1000111 | 10000100 | 0 | 111000 | 10001 | 100101 | 100111111 | 100111 | 101101 |
Color Harmonies of #A04784
Complementary color
Monochromatic Colors of #A04784
Black with #A04784
Text Example
Text Example
White with #A04784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04784; }
p { color: rgb(160,71,132); }
H1.HeaderClassName
{
color: #A04784;
}
.AnyTagClassName
{
color: #A04784;
}
</style>
background-color css
<style>
a { background-color: #A04784; }
a { background-color: rgb(160,71,132); }
div.DivClassName
{
background-color: #A04784;
}
.BgClassName
{
background-color: #A04784;
}
</style>
border-color css
<style>
span { border-color: #A04784; }
span { border-color: rgb(160,71,132); }
td.TdClassName
{
border-color: #A04784;
}
.TagClassName
{
border-color: #A04784;
}
</style>