Shades of Medium Red Violet #A04786
Tints of Medium Red Violet #A04786
RGB
CMYK
RGB Variations
Color information
#A04786 (or 0xA04786) is known color: Medium Red Violet. HEX triplet: A0, 47 and 86. RGB value is (160,71,134). Sum of RGB (Red+Green+Blue) = 160+71+134=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A04786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04786 is #5FB879. Grayscale: #686868. Windows color (decimal): -6273146 or 8800160. OLE color: 8800160.
HSL color Cylindrical-coordinate representation of color #A04786: hue angle of 317.53º 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 #A04786 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 134 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.37 |
| HSL | 317.53º | 0.39% | 0.45% | - |
| HSV(B) | 317.53º | 0.56% | 0.63% | - |
| XYZ | 21.05 | 13.7 | 24.09 | - |
| YUV | 104.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 134 | 0 | 0.56 | 0.16 | 0.37 | 317.53 | 0.39 | 0.45 |
| Hex | A0 | 47 | 86 | 0 | 38 | 10 | 25 | 13E | 27 | 2D |
| Octal | 240 | 107 | 206 | 0 | 70 | 20 | 45 | 476 | 47 | 55 |
| Binary | 10100000 | 1000111 | 10000110 | 0 | 111000 | 10000 | 100101 | 100111110 | 100111 | 101101 |
Color Harmonies of #A04786
Complementary color
Monochromatic Colors of #A04786
Black with #A04786
Text Example
Text Example
White with #A04786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04786; }
p { color: rgb(160,71,134); }
H1.HeaderClassName
{
color: #A04786;
}
.AnyTagClassName
{
color: #A04786;
}
</style>
background-color css
<style>
a { background-color: #A04786; }
a { background-color: rgb(160,71,134); }
div.DivClassName
{
background-color: #A04786;
}
.BgClassName
{
background-color: #A04786;
}
</style>
border-color css
<style>
span { border-color: #A04786; }
span { border-color: rgb(160,71,134); }
td.TdClassName
{
border-color: #A04786;
}
.TagClassName
{
border-color: #A04786;
}
</style>