Shades of Medium Red Violet #A72E82
Tints of Medium Red Violet #A72E82
RGB
CMYK
RGB Variations
Color information
#A72E82 (or 0xA72E82) is known color: Medium Red Violet. HEX triplet: A7, 2E and 82. RGB value is (167,46,130). Sum of RGB (Red+Green+Blue) = 167+46+130=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72E82 is #58D17D. Grayscale: #5B5B5B. Windows color (decimal): -5820798 or 8531623. OLE color: 8531623.
HSL color Cylindrical-coordinate representation of color #A72E82: hue angle of 318.35º 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 #A72E82 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 46 | 130 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.35 |
| HSL | 318.35º | 0.57% | 0.42% | - |
| HSV(B) | 318.35º | 0.72% | 0.65% | - |
| XYZ | 20.94 | 11.78 | 22.29 | - |
| YUV | 91.76 | 149.59 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 130 | 0 | 0.72 | 0.22 | 0.35 | 318.35 | 0.57 | 0.42 |
| Hex | A7 | 2E | 82 | 0 | 48 | 16 | 23 | 13E | 39 | 2A |
| Octal | 247 | 56 | 202 | 0 | 110 | 26 | 43 | 476 | 71 | 52 |
| Binary | 10100111 | 101110 | 10000010 | 0 | 1001000 | 10110 | 100011 | 100111110 | 111001 | 101010 |
Color Harmonies of #A72E82
Complementary color
Monochromatic Colors of #A72E82
Black with #A72E82
Text Example
Text Example
White with #A72E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72E82; }
p { color: rgb(167,46,130); }
H1.HeaderClassName
{
color: #A72E82;
}
.AnyTagClassName
{
color: #A72E82;
}
</style>
background-color css
<style>
a { background-color: #A72E82; }
a { background-color: rgb(167,46,130); }
div.DivClassName
{
background-color: #A72E82;
}
.BgClassName
{
background-color: #A72E82;
}
</style>
border-color css
<style>
span { border-color: #A72E82; }
span { border-color: rgb(167,46,130); }
td.TdClassName
{
border-color: #A72E82;
}
.TagClassName
{
border-color: #A72E82;
}
</style>