Shades of Medium Red Violet #A53280
Tints of Medium Red Violet #A53280
RGB
CMYK
RGB Variations
Color information
#A53280 (or 0xA53280) is known color: Medium Red Violet. HEX triplet: A5, 32 and 80. RGB value is (165,50,128). Sum of RGB (Red+Green+Blue) = 165+50+128=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A53280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53280 is #5ACD7F. Grayscale: #5D5D5D. Windows color (decimal): -5950848 or 8401573. OLE color: 8401573.
HSL color Cylindrical-coordinate representation of color #A53280: hue angle of 319.3º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53280 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 50 | 128 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.35 |
| HSL | 319.3º | 0.53% | 0.42% | - |
| HSV(B) | 319.3º | 0.7% | 0.65% | - |
| XYZ | 20.55 | 11.84 | 21.62 | - |
| YUV | 93.28 | 147.6 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 128 | 0 | 0.70 | 0.22 | 0.35 | 319.3 | 0.53 | 0.42 |
| Hex | A5 | 32 | 80 | 0 | 46 | 16 | 23 | 13F | 35 | 2A |
| Octal | 245 | 62 | 200 | 0 | 106 | 26 | 43 | 477 | 65 | 52 |
| Binary | 10100101 | 110010 | 10000000 | 0 | 1000110 | 10110 | 100011 | 100111111 | 110101 | 101010 |
Color Harmonies of #A53280
Complementary color
Monochromatic Colors of #A53280
Black with #A53280
Text Example
Text Example
White with #A53280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53280; }
p { color: rgb(165,50,128); }
H1.HeaderClassName
{
color: #A53280;
}
.AnyTagClassName
{
color: #A53280;
}
</style>
background-color css
<style>
a { background-color: #A53280; }
a { background-color: rgb(165,50,128); }
div.DivClassName
{
background-color: #A53280;
}
.BgClassName
{
background-color: #A53280;
}
</style>
border-color css
<style>
span { border-color: #A53280; }
span { border-color: rgb(165,50,128); }
td.TdClassName
{
border-color: #A53280;
}
.TagClassName
{
border-color: #A53280;
}
</style>