Shades of Medium Red Violet #A53D8F
Tints of Medium Red Violet #A53D8F
RGB
CMYK
RGB Variations
Color information
#A53D8F (or 0xA53D8F) is known color: Medium Red Violet. HEX triplet: A5, 3D and 8F. RGB value is (165,61,143). Sum of RGB (Red+Green+Blue) = 165+61+143=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53D8F is #5AC270. Grayscale: #656565. Windows color (decimal): -5948017 or 9387429. OLE color: 9387429.
HSL color Cylindrical-coordinate representation of color #A53D8F: hue angle of 312.69º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A53D8F is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 61 | 143 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.35 |
| HSL | 312.69º | 0.46% | 0.44% | - |
| HSV(B) | 312.69º | 0.63% | 0.65% | - |
| XYZ | 22.14 | 13.32 | 27.39 | - |
| YUV | 101.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 143 | 0 | 0.63 | 0.13 | 0.35 | 312.69 | 0.46 | 0.44 |
| Hex | A5 | 3D | 8F | 0 | 3F | D | 23 | 139 | 2E | 2C |
| Octal | 245 | 75 | 217 | 0 | 77 | 15 | 43 | 471 | 56 | 54 |
| Binary | 10100101 | 111101 | 10001111 | 0 | 111111 | 1101 | 100011 | 100111001 | 101110 | 101100 |
Color Harmonies of #A53D8F
Complementary color
Monochromatic Colors of #A53D8F
Black with #A53D8F
Text Example
Text Example
White with #A53D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53D8F; }
p { color: rgb(165,61,143); }
H1.HeaderClassName
{
color: #A53D8F;
}
.AnyTagClassName
{
color: #A53D8F;
}
</style>
background-color css
<style>
a { background-color: #A53D8F; }
a { background-color: rgb(165,61,143); }
div.DivClassName
{
background-color: #A53D8F;
}
.BgClassName
{
background-color: #A53D8F;
}
</style>
border-color css
<style>
span { border-color: #A53D8F; }
span { border-color: rgb(165,61,143); }
td.TdClassName
{
border-color: #A53D8F;
}
.TagClassName
{
border-color: #A53D8F;
}
</style>