Shades of Medium Red Violet #A72E81
Tints of Medium Red Violet #A72E81
RGB
CMYK
RGB Variations
Color information
#A72E81 (or 0xA72E81) is known color: Medium Red Violet. HEX triplet: A7, 2E and 81. RGB value is (167,46,129). Sum of RGB (Red+Green+Blue) = 167+46+129=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72E81 is #58D17E. Grayscale: #5B5B5B. Windows color (decimal): -5820799 or 8466087. OLE color: 8466087.
HSL color Cylindrical-coordinate representation of color #A72E81: hue angle of 318.84º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A72E81 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 46 | 129 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.35 |
| HSL | 318.84º | 0.57% | 0.42% | - |
| HSV(B) | 318.84º | 0.72% | 0.65% | - |
| XYZ | 20.88 | 11.75 | 21.94 | - |
| YUV | 91.64 | 149.09 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 129 | 0 | 0.72 | 0.23 | 0.35 | 318.84 | 0.57 | 0.42 |
| Hex | A7 | 2E | 81 | 0 | 48 | 17 | 23 | 13F | 39 | 2A |
| Octal | 247 | 56 | 201 | 0 | 110 | 27 | 43 | 477 | 71 | 52 |
| Binary | 10100111 | 101110 | 10000001 | 0 | 1001000 | 10111 | 100011 | 100111111 | 111001 | 101010 |
Color Harmonies of #A72E81
Complementary color
Monochromatic Colors of #A72E81
Black with #A72E81
Text Example
Text Example
White with #A72E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72E81; }
p { color: rgb(167,46,129); }
H1.HeaderClassName
{
color: #A72E81;
}
.AnyTagClassName
{
color: #A72E81;
}
</style>
background-color css
<style>
a { background-color: #A72E81; }
a { background-color: rgb(167,46,129); }
div.DivClassName
{
background-color: #A72E81;
}
.BgClassName
{
background-color: #A72E81;
}
</style>
border-color css
<style>
span { border-color: #A72E81; }
span { border-color: rgb(167,46,129); }
td.TdClassName
{
border-color: #A72E81;
}
.TagClassName
{
border-color: #A72E81;
}
</style>