Shades of Medium Red Violet #A72E9E
Tints of Medium Red Violet #A72E9E
RGB
CMYK
RGB Variations
Color information
#A72E9E (or 0xA72E9E) is known color: Medium Red Violet. HEX triplet: A7, 2E and 9E. RGB value is (167,46,158). Sum of RGB (Red+Green+Blue) = 167+46+158=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72E9E is #58D161. Grayscale: #5E5E5E. Windows color (decimal): -5820770 or 10366631. OLE color: 10366631.
HSL color Cylindrical-coordinate representation of color #A72E9E: hue angle of 304.46º 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 #A72E9E is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 46 | 158 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.35 |
| HSL | 304.46º | 0.57% | 0.42% | - |
| HSV(B) | 304.46º | 0.72% | 0.65% | - |
| XYZ | 23.08 | 12.64 | 33.57 | - |
| YUV | 94.95 | 163.59 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 158 | 0 | 0.72 | 0.05 | 0.35 | 304.46 | 0.57 | 0.42 |
| Hex | A7 | 2E | 9E | 0 | 48 | 5 | 23 | 130 | 39 | 2A |
| Octal | 247 | 56 | 236 | 0 | 110 | 5 | 43 | 460 | 71 | 52 |
| Binary | 10100111 | 101110 | 10011110 | 0 | 1001000 | 101 | 100011 | 100110000 | 111001 | 101010 |
Color Harmonies of #A72E9E
Complementary color
Monochromatic Colors of #A72E9E
Black with #A72E9E
Text Example
Text Example
White with #A72E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72E9E; }
p { color: rgb(167,46,158); }
H1.HeaderClassName
{
color: #A72E9E;
}
.AnyTagClassName
{
color: #A72E9E;
}
</style>
background-color css
<style>
a { background-color: #A72E9E; }
a { background-color: rgb(167,46,158); }
div.DivClassName
{
background-color: #A72E9E;
}
.BgClassName
{
background-color: #A72E9E;
}
</style>
border-color css
<style>
span { border-color: #A72E9E; }
span { border-color: rgb(167,46,158); }
td.TdClassName
{
border-color: #A72E9E;
}
.TagClassName
{
border-color: #A72E9E;
}
</style>