Shades of Medium Red Violet #A72E8C
Tints of Medium Red Violet #A72E8C
RGB
CMYK
RGB Variations
Color information
#A72E8C (or 0xA72E8C) is known color: Medium Red Violet. HEX triplet: A7, 2E and 8C. RGB value is (167,46,140). Sum of RGB (Red+Green+Blue) = 167+46+140=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72E8C is #58D173. Grayscale: #5C5C5C. Windows color (decimal): -5820788 or 9186983. OLE color: 9186983.
HSL color Cylindrical-coordinate representation of color #A72E8C: hue angle of 313.39º 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 #A72E8C is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 46 | 140 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.35 |
| HSL | 313.39º | 0.57% | 0.42% | - |
| HSV(B) | 313.39º | 0.72% | 0.65% | - |
| XYZ | 21.65 | 12.06 | 26 | - |
| YUV | 92.9 | 154.59 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 140 | 0 | 0.72 | 0.16 | 0.35 | 313.39 | 0.57 | 0.42 |
| Hex | A7 | 2E | 8C | 0 | 48 | 10 | 23 | 139 | 39 | 2A |
| Octal | 247 | 56 | 214 | 0 | 110 | 20 | 43 | 471 | 71 | 52 |
| Binary | 10100111 | 101110 | 10001100 | 0 | 1001000 | 10000 | 100011 | 100111001 | 111001 | 101010 |
Color Harmonies of #A72E8C
Complementary color
Monochromatic Colors of #A72E8C
Black with #A72E8C
Text Example
Text Example
White with #A72E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72E8C; }
p { color: rgb(167,46,140); }
H1.HeaderClassName
{
color: #A72E8C;
}
.AnyTagClassName
{
color: #A72E8C;
}
</style>
background-color css
<style>
a { background-color: #A72E8C; }
a { background-color: rgb(167,46,140); }
div.DivClassName
{
background-color: #A72E8C;
}
.BgClassName
{
background-color: #A72E8C;
}
</style>
border-color css
<style>
span { border-color: #A72E8C; }
span { border-color: rgb(167,46,140); }
td.TdClassName
{
border-color: #A72E8C;
}
.TagClassName
{
border-color: #A72E8C;
}
</style>