Shades of Medium Red Violet #A53F87
Tints of Medium Red Violet #A53F87
RGB
CMYK
RGB Variations
Color information
#A53F87 (or 0xA53F87) is known color: Medium Red Violet. HEX triplet: A5, 3F and 87. RGB value is (165,63,135). Sum of RGB (Red+Green+Blue) = 165+63+135=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53F87 is #5AC078. Grayscale: #656565. Windows color (decimal): -5947513 or 8863653. OLE color: 8863653.
HSL color Cylindrical-coordinate representation of color #A53F87: hue angle of 317.65º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A53F87 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 63 | 135 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.35 |
| HSL | 317.65º | 0.45% | 0.45% | - |
| HSV(B) | 317.65º | 0.62% | 0.65% | - |
| XYZ | 21.67 | 13.3 | 24.35 | - |
| YUV | 101.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 63 | 135 | 0 | 0.62 | 0.18 | 0.35 | 317.65 | 0.45 | 0.45 |
| Hex | A5 | 3F | 87 | 0 | 3E | 12 | 23 | 13E | 2D | 2D |
| Octal | 245 | 77 | 207 | 0 | 76 | 22 | 43 | 476 | 55 | 55 |
| Binary | 10100101 | 111111 | 10000111 | 0 | 111110 | 10010 | 100011 | 100111110 | 101101 | 101101 |
Color Harmonies of #A53F87
Complementary color
Monochromatic Colors of #A53F87
Black with #A53F87
Text Example
Text Example
White with #A53F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53F87; }
p { color: rgb(165,63,135); }
H1.HeaderClassName
{
color: #A53F87;
}
.AnyTagClassName
{
color: #A53F87;
}
</style>
background-color css
<style>
a { background-color: #A53F87; }
a { background-color: rgb(165,63,135); }
div.DivClassName
{
background-color: #A53F87;
}
.BgClassName
{
background-color: #A53F87;
}
</style>
border-color css
<style>
span { border-color: #A53F87; }
span { border-color: rgb(165,63,135); }
td.TdClassName
{
border-color: #A53F87;
}
.TagClassName
{
border-color: #A53F87;
}
</style>