Shades of Medium Red Violet #A03586
Tints of Medium Red Violet #A03586
RGB
CMYK
RGB Variations
Color information
#A03586 (or 0xA03586) is known color: Medium Red Violet. HEX triplet: A0, 35 and 86. RGB value is (160,53,134). Sum of RGB (Red+Green+Blue) = 160+53+134=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A03586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03586 is #5FCA79. Grayscale: #5E5E5E. Windows color (decimal): -6277754 or 8795552. OLE color: 8795552.
HSL color Cylindrical-coordinate representation of color #A03586: hue angle of 314.58º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A03586 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 134 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.37 |
| HSL | 314.58º | 0.5% | 0.42% | - |
| HSV(B) | 314.58º | 0.67% | 0.63% | - |
| XYZ | 20.07 | 11.74 | 23.76 | - |
| YUV | 94.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 134 | 0 | 0.67 | 0.16 | 0.37 | 314.58 | 0.5 | 0.42 |
| Hex | A0 | 35 | 86 | 0 | 43 | 10 | 25 | 13B | 32 | 2A |
| Octal | 240 | 65 | 206 | 0 | 103 | 20 | 45 | 473 | 62 | 52 |
| Binary | 10100000 | 110101 | 10000110 | 0 | 1000011 | 10000 | 100101 | 100111011 | 110010 | 101010 |
Color Harmonies of #A03586
Complementary color
Monochromatic Colors of #A03586
Black with #A03586
Text Example
Text Example
White with #A03586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03586; }
p { color: rgb(160,53,134); }
H1.HeaderClassName
{
color: #A03586;
}
.AnyTagClassName
{
color: #A03586;
}
</style>
background-color css
<style>
a { background-color: #A03586; }
a { background-color: rgb(160,53,134); }
div.DivClassName
{
background-color: #A03586;
}
.BgClassName
{
background-color: #A03586;
}
</style>
border-color css
<style>
span { border-color: #A03586; }
span { border-color: rgb(160,53,134); }
td.TdClassName
{
border-color: #A03586;
}
.TagClassName
{
border-color: #A03586;
}
</style>