Shades of Medium Red Violet #A72575
Tints of Medium Red Violet #A72575
RGB
CMYK
RGB Variations
Color information
#A72575 (or 0xA72575) is known color: Medium Red Violet. HEX triplet: A7, 25 and 75. RGB value is (167,37,117). Sum of RGB (Red+Green+Blue) = 167+37+117=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A72575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72575 is #58DA8A. Grayscale: #545454. Windows color (decimal): -5823115 or 7677351. OLE color: 7677351.
HSL color Cylindrical-coordinate representation of color #A72575: hue angle of 323.08º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A72575 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 37 | 117 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.35 |
| HSL | 323.08º | 0.64% | 0.4% | - |
| HSV(B) | 323.08º | 0.78% | 0.65% | - |
| XYZ | 19.81 | 10.82 | 17.87 | - |
| YUV | 84.99 | 146.07 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 37 | 117 | 0 | 0.78 | 0.30 | 0.35 | 323.08 | 0.64 | 0.4 |
| Hex | A7 | 25 | 75 | 0 | 4E | 1E | 23 | 143 | 40 | 28 |
| Octal | 247 | 45 | 165 | 0 | 116 | 36 | 43 | 503 | 100 | 50 |
| Binary | 10100111 | 100101 | 1110101 | 0 | 1001110 | 11110 | 100011 | 101000011 | 1000000 | 101000 |
Color Harmonies of #A72575
Complementary color
Monochromatic Colors of #A72575
Black with #A72575
Text Example
Text Example
White with #A72575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72575; }
p { color: rgb(167,37,117); }
H1.HeaderClassName
{
color: #A72575;
}
.AnyTagClassName
{
color: #A72575;
}
</style>
background-color css
<style>
a { background-color: #A72575; }
a { background-color: rgb(167,37,117); }
div.DivClassName
{
background-color: #A72575;
}
.BgClassName
{
background-color: #A72575;
}
</style>
border-color css
<style>
span { border-color: #A72575; }
span { border-color: rgb(167,37,117); }
td.TdClassName
{
border-color: #A72575;
}
.TagClassName
{
border-color: #A72575;
}
</style>