Shades of Medium Red Violet #A72488
Tints of Medium Red Violet #A72488
RGB
CMYK
RGB Variations
Color information
#A72488 (or 0xA72488) is known color: Medium Red Violet. HEX triplet: A7, 24 and 88. RGB value is (167,36,136). Sum of RGB (Red+Green+Blue) = 167+36+136=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A72488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72488 is #58DB77. Grayscale: #565656. Windows color (decimal): -5823352 or 8922279. OLE color: 8922279.
HSL color Cylindrical-coordinate representation of color #A72488: hue angle of 314.2º degrees, saturation: 0.65, 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 #A72488 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 36 | 136 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.35 |
| HSL | 314.2º | 0.65% | 0.4% | - |
| HSV(B) | 314.2º | 0.78% | 0.65% | - |
| XYZ | 21.01 | 11.25 | 24.36 | - |
| YUV | 86.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 36 | 136 | 0 | 0.78 | 0.19 | 0.35 | 314.2 | 0.65 | 0.4 |
| Hex | A7 | 24 | 88 | 0 | 4E | 13 | 23 | 13A | 41 | 28 |
| Octal | 247 | 44 | 210 | 0 | 116 | 23 | 43 | 472 | 101 | 50 |
| Binary | 10100111 | 100100 | 10001000 | 0 | 1001110 | 10011 | 100011 | 100111010 | 1000001 | 101000 |
Color Harmonies of #A72488
Complementary color
Monochromatic Colors of #A72488
Black with #A72488
Text Example
Text Example
White with #A72488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72488; }
p { color: rgb(167,36,136); }
H1.HeaderClassName
{
color: #A72488;
}
.AnyTagClassName
{
color: #A72488;
}
</style>
background-color css
<style>
a { background-color: #A72488; }
a { background-color: rgb(167,36,136); }
div.DivClassName
{
background-color: #A72488;
}
.BgClassName
{
background-color: #A72488;
}
</style>
border-color css
<style>
span { border-color: #A72488; }
span { border-color: rgb(167,36,136); }
td.TdClassName
{
border-color: #A72488;
}
.TagClassName
{
border-color: #A72488;
}
</style>