Shades of Medium Red Violet #A72F81
Tints of Medium Red Violet #A72F81
RGB
CMYK
RGB Variations
Color information
#A72F81 (or 0xA72F81) is known color: Medium Red Violet. HEX triplet: A7, 2F and 81. RGB value is (167,47,129). Sum of RGB (Red+Green+Blue) = 167+47+129=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72F81 is #58D07E. Grayscale: #5C5C5C. Windows color (decimal): -5820543 or 8466343. OLE color: 8466343.
HSL color Cylindrical-coordinate representation of color #A72F81: hue angle of 319º degrees, saturation: 0.56, 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 #A72F81 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 47 | 129 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.35 |
| HSL | 319º | 0.56% | 0.42% | - |
| HSV(B) | 319º | 0.72% | 0.65% | - |
| XYZ | 20.92 | 11.83 | 21.95 | - |
| YUV | 92.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 47 | 129 | 0 | 0.72 | 0.23 | 0.35 | 319 | 0.56 | 0.42 |
| Hex | A7 | 2F | 81 | 0 | 48 | 17 | 23 | 13F | 38 | 2A |
| Octal | 247 | 57 | 201 | 0 | 110 | 27 | 43 | 477 | 70 | 52 |
| Binary | 10100111 | 101111 | 10000001 | 0 | 1001000 | 10111 | 100011 | 100111111 | 111000 | 101010 |
Color Harmonies of #A72F81
Complementary color
Monochromatic Colors of #A72F81
Black with #A72F81
Text Example
Text Example
White with #A72F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72F81; }
p { color: rgb(167,47,129); }
H1.HeaderClassName
{
color: #A72F81;
}
.AnyTagClassName
{
color: #A72F81;
}
</style>
background-color css
<style>
a { background-color: #A72F81; }
a { background-color: rgb(167,47,129); }
div.DivClassName
{
background-color: #A72F81;
}
.BgClassName
{
background-color: #A72F81;
}
</style>
border-color css
<style>
span { border-color: #A72F81; }
span { border-color: rgb(167,47,129); }
td.TdClassName
{
border-color: #A72F81;
}
.TagClassName
{
border-color: #A72F81;
}
</style>