Shades of Medium Red Violet #A72A7D
Tints of Medium Red Violet #A72A7D
RGB
CMYK
RGB Variations
Color information
#A72A7D (or 0xA72A7D) is known color: Medium Red Violet. HEX triplet: A7, 2A and 7D. RGB value is (167,42,125). Sum of RGB (Red+Green+Blue) = 167+42+125=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72A7D is #58D582. Grayscale: #585858. Windows color (decimal): -5821827 or 8202919. OLE color: 8202919.
HSL color Cylindrical-coordinate representation of color #A72A7D: hue angle of 320.16º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72A7D is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 42 | 125 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.35 |
| HSL | 320.16º | 0.6% | 0.41% | - |
| HSV(B) | 320.16º | 0.75% | 0.65% | - |
| XYZ | 20.47 | 11.35 | 20.51 | - |
| YUV | 88.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 42 | 125 | 0 | 0.75 | 0.25 | 0.35 | 320.16 | 0.6 | 0.41 |
| Hex | A7 | 2A | 7D | 0 | 4B | 19 | 23 | 140 | 3C | 29 |
| Octal | 247 | 52 | 175 | 0 | 113 | 31 | 43 | 500 | 74 | 51 |
| Binary | 10100111 | 101010 | 1111101 | 0 | 1001011 | 11001 | 100011 | 101000000 | 111100 | 101001 |
Color Harmonies of #A72A7D
Complementary color
Monochromatic Colors of #A72A7D
Black with #A72A7D
Text Example
Text Example
White with #A72A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72A7D; }
p { color: rgb(167,42,125); }
H1.HeaderClassName
{
color: #A72A7D;
}
.AnyTagClassName
{
color: #A72A7D;
}
</style>
background-color css
<style>
a { background-color: #A72A7D; }
a { background-color: rgb(167,42,125); }
div.DivClassName
{
background-color: #A72A7D;
}
.BgClassName
{
background-color: #A72A7D;
}
</style>
border-color css
<style>
span { border-color: #A72A7D; }
span { border-color: rgb(167,42,125); }
td.TdClassName
{
border-color: #A72A7D;
}
.TagClassName
{
border-color: #A72A7D;
}
</style>