Shades of Medium Red Violet #A72581
Tints of Medium Red Violet #A72581
RGB
CMYK
RGB Variations
Color information
#A72581 (or 0xA72581) is known color: Medium Red Violet. HEX triplet: A7, 25 and 81. RGB value is (167,37,129). Sum of RGB (Red+Green+Blue) = 167+37+129=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A72581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72581 is #58DA7E. Grayscale: #565656. Windows color (decimal): -5823103 or 8463783. OLE color: 8463783.
HSL color Cylindrical-coordinate representation of color #A72581: hue angle of 317.54º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A72581 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 37 | 129 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.35 |
| HSL | 317.54º | 0.64% | 0.4% | - |
| HSV(B) | 317.54º | 0.78% | 0.65% | - |
| XYZ | 20.56 | 11.12 | 21.83 | - |
| YUV | 86.36 | 152.07 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 37 | 129 | 0 | 0.78 | 0.23 | 0.35 | 317.54 | 0.64 | 0.4 |
| Hex | A7 | 25 | 81 | 0 | 4E | 17 | 23 | 13E | 40 | 28 |
| Octal | 247 | 45 | 201 | 0 | 116 | 27 | 43 | 476 | 100 | 50 |
| Binary | 10100111 | 100101 | 10000001 | 0 | 1001110 | 10111 | 100011 | 100111110 | 1000000 | 101000 |
Color Harmonies of #A72581
Complementary color
Monochromatic Colors of #A72581
Black with #A72581
Text Example
Text Example
White with #A72581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72581; }
p { color: rgb(167,37,129); }
H1.HeaderClassName
{
color: #A72581;
}
.AnyTagClassName
{
color: #A72581;
}
</style>
background-color css
<style>
a { background-color: #A72581; }
a { background-color: rgb(167,37,129); }
div.DivClassName
{
background-color: #A72581;
}
.BgClassName
{
background-color: #A72581;
}
</style>
border-color css
<style>
span { border-color: #A72581; }
span { border-color: rgb(167,37,129); }
td.TdClassName
{
border-color: #A72581;
}
.TagClassName
{
border-color: #A72581;
}
</style>