Shades of Medium Red Violet #A53980
Tints of Medium Red Violet #A53980
RGB
CMYK
RGB Variations
Color information
#A53980 (or 0xA53980) is known color: Medium Red Violet. HEX triplet: A5, 39 and 80. RGB value is (165,57,128). Sum of RGB (Red+Green+Blue) = 165+57+128=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A53980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53980 is #5AC67F. Grayscale: #616161. Windows color (decimal): -5949056 or 8403365. OLE color: 8403365.
HSL color Cylindrical-coordinate representation of color #A53980: hue angle of 320.56º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A53980 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 57 | 128 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.35 |
| HSL | 320.56º | 0.49% | 0.44% | - |
| HSV(B) | 320.56º | 0.65% | 0.65% | - |
| XYZ | 20.88 | 12.48 | 21.73 | - |
| YUV | 97.39 | 145.28 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 57 | 128 | 0 | 0.65 | 0.22 | 0.35 | 320.56 | 0.49 | 0.44 |
| Hex | A5 | 39 | 80 | 0 | 41 | 16 | 23 | 141 | 31 | 2C |
| Octal | 245 | 71 | 200 | 0 | 101 | 26 | 43 | 501 | 61 | 54 |
| Binary | 10100101 | 111001 | 10000000 | 0 | 1000001 | 10110 | 100011 | 101000001 | 110001 | 101100 |
Color Harmonies of #A53980
Complementary color
Monochromatic Colors of #A53980
Black with #A53980
Text Example
Text Example
White with #A53980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53980; }
p { color: rgb(165,57,128); }
H1.HeaderClassName
{
color: #A53980;
}
.AnyTagClassName
{
color: #A53980;
}
</style>
background-color css
<style>
a { background-color: #A53980; }
a { background-color: rgb(165,57,128); }
div.DivClassName
{
background-color: #A53980;
}
.BgClassName
{
background-color: #A53980;
}
</style>
border-color css
<style>
span { border-color: #A53980; }
span { border-color: rgb(165,57,128); }
td.TdClassName
{
border-color: #A53980;
}
.TagClassName
{
border-color: #A53980;
}
</style>