Shades of Medium Red Violet #A72981
Tints of Medium Red Violet #A72981
RGB
CMYK
RGB Variations
Color information
#A72981 (or 0xA72981) is known color: Medium Red Violet. HEX triplet: A7, 29 and 81. RGB value is (167,41,129). Sum of RGB (Red+Green+Blue) = 167+41+129=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A72981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72981 is #58D67E. Grayscale: #585858. Windows color (decimal): -5822079 or 8464807. OLE color: 8464807.
HSL color Cylindrical-coordinate representation of color #A72981: hue angle of 318.1º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72981 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 41 | 129 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.35 |
| HSL | 318.1º | 0.61% | 0.41% | - |
| HSV(B) | 318.1º | 0.75% | 0.65% | - |
| XYZ | 20.69 | 11.39 | 21.88 | - |
| YUV | 88.71 | 150.74 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 41 | 129 | 0 | 0.75 | 0.23 | 0.35 | 318.1 | 0.61 | 0.41 |
| Hex | A7 | 29 | 81 | 0 | 4B | 17 | 23 | 13E | 3D | 29 |
| Octal | 247 | 51 | 201 | 0 | 113 | 27 | 43 | 476 | 75 | 51 |
| Binary | 10100111 | 101001 | 10000001 | 0 | 1001011 | 10111 | 100011 | 100111110 | 111101 | 101001 |
Color Harmonies of #A72981
Complementary color
Monochromatic Colors of #A72981
Black with #A72981
Text Example
Text Example
White with #A72981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72981; }
p { color: rgb(167,41,129); }
H1.HeaderClassName
{
color: #A72981;
}
.AnyTagClassName
{
color: #A72981;
}
</style>
background-color css
<style>
a { background-color: #A72981; }
a { background-color: rgb(167,41,129); }
div.DivClassName
{
background-color: #A72981;
}
.BgClassName
{
background-color: #A72981;
}
</style>
border-color css
<style>
span { border-color: #A72981; }
span { border-color: rgb(167,41,129); }
td.TdClassName
{
border-color: #A72981;
}
.TagClassName
{
border-color: #A72981;
}
</style>