Shades of Medium Red Violet #A04586
Tints of Medium Red Violet #A04586
RGB
CMYK
RGB Variations
Color information
#A04586 (or 0xA04586) is known color: Medium Red Violet. HEX triplet: A0, 45 and 86. RGB value is (160,69,134). Sum of RGB (Red+Green+Blue) = 160+69+134=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A04586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04586 is #5FBA79. Grayscale: #676767. Windows color (decimal): -6273658 or 8799648. OLE color: 8799648.
HSL color Cylindrical-coordinate representation of color #A04586: hue angle of 317.14º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04586 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 134 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.37 |
| HSL | 317.14º | 0.4% | 0.45% | - |
| HSV(B) | 317.14º | 0.57% | 0.63% | - |
| XYZ | 20.93 | 13.45 | 24.05 | - |
| YUV | 103.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 134 | 0 | 0.57 | 0.16 | 0.37 | 317.14 | 0.4 | 0.45 |
| Hex | A0 | 45 | 86 | 0 | 39 | 10 | 25 | 13D | 28 | 2D |
| Octal | 240 | 105 | 206 | 0 | 71 | 20 | 45 | 475 | 50 | 55 |
| Binary | 10100000 | 1000101 | 10000110 | 0 | 111001 | 10000 | 100101 | 100111101 | 101000 | 101101 |
Color Harmonies of #A04586
Complementary color
Monochromatic Colors of #A04586
Black with #A04586
Text Example
Text Example
White with #A04586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04586; }
p { color: rgb(160,69,134); }
H1.HeaderClassName
{
color: #A04586;
}
.AnyTagClassName
{
color: #A04586;
}
</style>
background-color css
<style>
a { background-color: #A04586; }
a { background-color: rgb(160,69,134); }
div.DivClassName
{
background-color: #A04586;
}
.BgClassName
{
background-color: #A04586;
}
</style>
border-color css
<style>
span { border-color: #A04586; }
span { border-color: rgb(160,69,134); }
td.TdClassName
{
border-color: #A04586;
}
.TagClassName
{
border-color: #A04586;
}
</style>