Shades of Medium Red Violet #A53586
Tints of Medium Red Violet #A53586
RGB
CMYK
RGB Variations
Color information
#A53586 (or 0xA53586) is known color: Medium Red Violet. HEX triplet: A5, 35 and 86. RGB value is (165,53,134). Sum of RGB (Red+Green+Blue) = 165+53+134=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A53586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53586 is #5ACA79. Grayscale: #5F5F5F. Windows color (decimal): -5950074 or 8795557. OLE color: 8795557.
HSL color Cylindrical-coordinate representation of color #A53586: hue angle of 316.61º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53586 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 53 | 134 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.35 |
| HSL | 316.61º | 0.51% | 0.43% | - |
| HSV(B) | 316.61º | 0.68% | 0.65% | - |
| XYZ | 21.09 | 12.27 | 23.81 | - |
| YUV | 95.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 134 | 0 | 0.68 | 0.19 | 0.35 | 316.61 | 0.51 | 0.43 |
| Hex | A5 | 35 | 86 | 0 | 44 | 13 | 23 | 13D | 33 | 2B |
| Octal | 245 | 65 | 206 | 0 | 104 | 23 | 43 | 475 | 63 | 53 |
| Binary | 10100101 | 110101 | 10000110 | 0 | 1000100 | 10011 | 100011 | 100111101 | 110011 | 101011 |
Color Harmonies of #A53586
Complementary color
Monochromatic Colors of #A53586
Black with #A53586
Text Example
Text Example
White with #A53586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53586; }
p { color: rgb(165,53,134); }
H1.HeaderClassName
{
color: #A53586;
}
.AnyTagClassName
{
color: #A53586;
}
</style>
background-color css
<style>
a { background-color: #A53586; }
a { background-color: rgb(165,53,134); }
div.DivClassName
{
background-color: #A53586;
}
.BgClassName
{
background-color: #A53586;
}
</style>
border-color css
<style>
span { border-color: #A53586; }
span { border-color: rgb(165,53,134); }
td.TdClassName
{
border-color: #A53586;
}
.TagClassName
{
border-color: #A53586;
}
</style>