Shades of Medium Red Violet #A72088
Tints of Medium Red Violet #A72088
RGB
CMYK
RGB Variations
Color information
#A72088 (or 0xA72088) is known color: Medium Red Violet. HEX triplet: A7, 20 and 88. RGB value is (167,32,136). Sum of RGB (Red+Green+Blue) = 167+32+136=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A72088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72088 is #58DF77. Grayscale: #535353. Windows color (decimal): -5824376 or 8921255. OLE color: 8921255.
HSL color Cylindrical-coordinate representation of color #A72088: hue angle of 313.78º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72088 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 32 | 136 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.35 |
| HSL | 313.78º | 0.68% | 0.39% | - |
| HSV(B) | 313.78º | 0.81% | 0.65% | - |
| XYZ | 20.9 | 11.03 | 24.32 | - |
| YUV | 84.22 | 157.23 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 32 | 136 | 0 | 0.81 | 0.19 | 0.35 | 313.78 | 0.68 | 0.39 |
| Hex | A7 | 20 | 88 | 0 | 51 | 13 | 23 | 13A | 44 | 27 |
| Octal | 247 | 40 | 210 | 0 | 121 | 23 | 43 | 472 | 104 | 47 |
| Binary | 10100111 | 100000 | 10001000 | 0 | 1010001 | 10011 | 100011 | 100111010 | 1000100 | 100111 |
Color Harmonies of #A72088
Complementary color
Monochromatic Colors of #A72088
Black with #A72088
Text Example
Text Example
White with #A72088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72088; }
p { color: rgb(167,32,136); }
H1.HeaderClassName
{
color: #A72088;
}
.AnyTagClassName
{
color: #A72088;
}
</style>
background-color css
<style>
a { background-color: #A72088; }
a { background-color: rgb(167,32,136); }
div.DivClassName
{
background-color: #A72088;
}
.BgClassName
{
background-color: #A72088;
}
</style>
border-color css
<style>
span { border-color: #A72088; }
span { border-color: rgb(167,32,136); }
td.TdClassName
{
border-color: #A72088;
}
.TagClassName
{
border-color: #A72088;
}
</style>