Shades of Medium Red Violet #A72D9E
Tints of Medium Red Violet #A72D9E
RGB
CMYK
RGB Variations
Color information
#A72D9E (or 0xA72D9E) is known color: Medium Red Violet. HEX triplet: A7, 2D and 9E. RGB value is (167,45,158). Sum of RGB (Red+Green+Blue) = 167+45+158=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72D9E is #58D261. Grayscale: #5E5E5E. Windows color (decimal): -5821026 or 10366375. OLE color: 10366375.
HSL color Cylindrical-coordinate representation of color #A72D9E: hue angle of 304.43º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A72D9E is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 45 | 158 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.35 |
| HSL | 304.43º | 0.58% | 0.42% | - |
| HSV(B) | 304.43º | 0.73% | 0.65% | - |
| XYZ | 23.05 | 12.56 | 33.56 | - |
| YUV | 94.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 45 | 158 | 0 | 0.73 | 0.05 | 0.35 | 304.43 | 0.58 | 0.42 |
| Hex | A7 | 2D | 9E | 0 | 49 | 5 | 23 | 130 | 3A | 2A |
| Octal | 247 | 55 | 236 | 0 | 111 | 5 | 43 | 460 | 72 | 52 |
| Binary | 10100111 | 101101 | 10011110 | 0 | 1001001 | 101 | 100011 | 100110000 | 111010 | 101010 |
Color Harmonies of #A72D9E
Complementary color
Monochromatic Colors of #A72D9E
Black with #A72D9E
Text Example
Text Example
White with #A72D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72D9E; }
p { color: rgb(167,45,158); }
H1.HeaderClassName
{
color: #A72D9E;
}
.AnyTagClassName
{
color: #A72D9E;
}
</style>
background-color css
<style>
a { background-color: #A72D9E; }
a { background-color: rgb(167,45,158); }
div.DivClassName
{
background-color: #A72D9E;
}
.BgClassName
{
background-color: #A72D9E;
}
</style>
border-color css
<style>
span { border-color: #A72D9E; }
span { border-color: rgb(167,45,158); }
td.TdClassName
{
border-color: #A72D9E;
}
.TagClassName
{
border-color: #A72D9E;
}
</style>