Shades of Medium Red Violet #A72098
Tints of Medium Red Violet #A72098
RGB
CMYK
RGB Variations
Color information
#A72098 (or 0xA72098) is known color: Medium Red Violet. HEX triplet: A7, 20 and 98. RGB value is (167,32,152). Sum of RGB (Red+Green+Blue) = 167+32+152=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A72098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72098 is #58DF67. Grayscale: #555555. Windows color (decimal): -5824360 or 9969831. OLE color: 9969831.
HSL color Cylindrical-coordinate representation of color #A72098: hue angle of 306.67º 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 #A72098 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 32 | 152 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.35 |
| HSL | 306.67º | 0.68% | 0.39% | - |
| HSV(B) | 306.67º | 0.81% | 0.65% | - |
| XYZ | 22.12 | 11.52 | 30.76 | - |
| YUV | 86.05 | 165.23 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 32 | 152 | 0 | 0.81 | 0.09 | 0.35 | 306.67 | 0.68 | 0.39 |
| Hex | A7 | 20 | 98 | 0 | 51 | 9 | 23 | 133 | 44 | 27 |
| Octal | 247 | 40 | 230 | 0 | 121 | 11 | 43 | 463 | 104 | 47 |
| Binary | 10100111 | 100000 | 10011000 | 0 | 1010001 | 1001 | 100011 | 100110011 | 1000100 | 100111 |
Color Harmonies of #A72098
Complementary color
Monochromatic Colors of #A72098
Black with #A72098
Text Example
Text Example
White with #A72098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72098; }
p { color: rgb(167,32,152); }
H1.HeaderClassName
{
color: #A72098;
}
.AnyTagClassName
{
color: #A72098;
}
</style>
background-color css
<style>
a { background-color: #A72098; }
a { background-color: rgb(167,32,152); }
div.DivClassName
{
background-color: #A72098;
}
.BgClassName
{
background-color: #A72098;
}
</style>
border-color css
<style>
span { border-color: #A72098; }
span { border-color: rgb(167,32,152); }
td.TdClassName
{
border-color: #A72098;
}
.TagClassName
{
border-color: #A72098;
}
</style>