Shades of Medium Red Violet #A53F8C
Tints of Medium Red Violet #A53F8C
RGB
CMYK
RGB Variations
Color information
#A53F8C (or 0xA53F8C) is known color: Medium Red Violet. HEX triplet: A5, 3F and 8C. RGB value is (165,63,140). Sum of RGB (Red+Green+Blue) = 165+63+140=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53F8C is #5AC073. Grayscale: #666666. Windows color (decimal): -5947508 or 9191333. OLE color: 9191333.
HSL color Cylindrical-coordinate representation of color #A53F8C: hue angle of 314.71º 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 #A53F8C is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 63 | 140 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.35 |
| HSL | 314.71º | 0.45% | 0.45% | - |
| HSV(B) | 314.71º | 0.62% | 0.65% | - |
| XYZ | 22.03 | 13.45 | 26.25 | - |
| YUV | 102.28 | 149.29 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 63 | 140 | 0 | 0.62 | 0.15 | 0.35 | 314.71 | 0.45 | 0.45 |
| Hex | A5 | 3F | 8C | 0 | 3E | F | 23 | 13B | 2D | 2D |
| Octal | 245 | 77 | 214 | 0 | 76 | 17 | 43 | 473 | 55 | 55 |
| Binary | 10100101 | 111111 | 10001100 | 0 | 111110 | 1111 | 100011 | 100111011 | 101101 | 101101 |
Color Harmonies of #A53F8C
Complementary color
Monochromatic Colors of #A53F8C
Black with #A53F8C
Text Example
Text Example
White with #A53F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53F8C; }
p { color: rgb(165,63,140); }
H1.HeaderClassName
{
color: #A53F8C;
}
.AnyTagClassName
{
color: #A53F8C;
}
</style>
background-color css
<style>
a { background-color: #A53F8C; }
a { background-color: rgb(165,63,140); }
div.DivClassName
{
background-color: #A53F8C;
}
.BgClassName
{
background-color: #A53F8C;
}
</style>
border-color css
<style>
span { border-color: #A53F8C; }
span { border-color: rgb(165,63,140); }
td.TdClassName
{
border-color: #A53F8C;
}
.TagClassName
{
border-color: #A53F8C;
}
</style>