Shades of Medium Red Violet #A52981
Tints of Medium Red Violet #A52981
RGB
CMYK
RGB Variations
Color information
#A52981 (or 0xA52981) is known color: Medium Red Violet. HEX triplet: A5, 29 and 81. RGB value is (165,41,129). Sum of RGB (Red+Green+Blue) = 165+41+129=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A52981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52981 is #5AD67E. Grayscale: #575757. Windows color (decimal): -5953151 or 8464805. OLE color: 8464805.
HSL color Cylindrical-coordinate representation of color #A52981: hue angle of 317.42º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52981 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 41 | 129 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.35 |
| HSL | 317.42º | 0.6% | 0.4% | - |
| HSV(B) | 317.42º | 0.75% | 0.65% | - |
| XYZ | 20.27 | 11.17 | 21.86 | - |
| YUV | 88.11 | 151.08 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 41 | 129 | 0 | 0.75 | 0.22 | 0.35 | 317.42 | 0.6 | 0.4 |
| Hex | A5 | 29 | 81 | 0 | 4B | 16 | 23 | 13D | 3C | 28 |
| Octal | 245 | 51 | 201 | 0 | 113 | 26 | 43 | 475 | 74 | 50 |
| Binary | 10100101 | 101001 | 10000001 | 0 | 1001011 | 10110 | 100011 | 100111101 | 111100 | 101000 |
Color Harmonies of #A52981
Complementary color
Monochromatic Colors of #A52981
Black with #A52981
Text Example
Text Example
White with #A52981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52981; }
p { color: rgb(165,41,129); }
H1.HeaderClassName
{
color: #A52981;
}
.AnyTagClassName
{
color: #A52981;
}
</style>
background-color css
<style>
a { background-color: #A52981; }
a { background-color: rgb(165,41,129); }
div.DivClassName
{
background-color: #A52981;
}
.BgClassName
{
background-color: #A52981;
}
</style>
border-color css
<style>
span { border-color: #A52981; }
span { border-color: rgb(165,41,129); }
td.TdClassName
{
border-color: #A52981;
}
.TagClassName
{
border-color: #A52981;
}
</style>