Shades of Medium Red Violet #A53C83
Tints of Medium Red Violet #A53C83
RGB
CMYK
RGB Variations
Color information
#A53C83 (or 0xA53C83) is known color: Medium Red Violet. HEX triplet: A5, 3C and 83. RGB value is (165,60,131). Sum of RGB (Red+Green+Blue) = 165+60+131=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53C83 is #5AC37C. Grayscale: #636363. Windows color (decimal): -5948285 or 8600741. OLE color: 8600741.
HSL color Cylindrical-coordinate representation of color #A53C83: hue angle of 319.43º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A53C83 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 60 | 131 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.35 |
| HSL | 319.43º | 0.47% | 0.44% | - |
| HSV(B) | 319.43º | 0.64% | 0.65% | - |
| XYZ | 21.23 | 12.87 | 22.84 | - |
| YUV | 99.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 60 | 131 | 0 | 0.64 | 0.21 | 0.35 | 319.43 | 0.47 | 0.44 |
| Hex | A5 | 3C | 83 | 0 | 40 | 15 | 23 | 13F | 2F | 2C |
| Octal | 245 | 74 | 203 | 0 | 100 | 25 | 43 | 477 | 57 | 54 |
| Binary | 10100101 | 111100 | 10000011 | 0 | 1000000 | 10101 | 100011 | 100111111 | 101111 | 101100 |
Color Harmonies of #A53C83
Complementary color
Monochromatic Colors of #A53C83
Black with #A53C83
Text Example
Text Example
White with #A53C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53C83; }
p { color: rgb(165,60,131); }
H1.HeaderClassName
{
color: #A53C83;
}
.AnyTagClassName
{
color: #A53C83;
}
</style>
background-color css
<style>
a { background-color: #A53C83; }
a { background-color: rgb(165,60,131); }
div.DivClassName
{
background-color: #A53C83;
}
.BgClassName
{
background-color: #A53C83;
}
</style>
border-color css
<style>
span { border-color: #A53C83; }
span { border-color: rgb(165,60,131); }
td.TdClassName
{
border-color: #A53C83;
}
.TagClassName
{
border-color: #A53C83;
}
</style>