Shades of Medium Red Violet #A72F9C
Tints of Medium Red Violet #A72F9C
RGB
CMYK
RGB Variations
Color information
#A72F9C (or 0xA72F9C) is known color: Medium Red Violet. HEX triplet: A7, 2F and 9C. RGB value is (167,47,156). Sum of RGB (Red+Green+Blue) = 167+47+156=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72F9C is #58D063. Grayscale: #5E5E5E. Windows color (decimal): -5820516 or 10235815. OLE color: 10235815.
HSL color Cylindrical-coordinate representation of color #A72F9C: hue angle of 305.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A72F9C is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 47 | 156 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.35 |
| HSL | 305.5º | 0.56% | 0.42% | - |
| HSV(B) | 305.5º | 0.72% | 0.65% | - |
| XYZ | 22.95 | 12.65 | 32.68 | - |
| YUV | 95.31 | 162.26 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 47 | 156 | 0 | 0.72 | 0.07 | 0.35 | 305.5 | 0.56 | 0.42 |
| Hex | A7 | 2F | 9C | 0 | 48 | 7 | 23 | 132 | 38 | 2A |
| Octal | 247 | 57 | 234 | 0 | 110 | 7 | 43 | 462 | 70 | 52 |
| Binary | 10100111 | 101111 | 10011100 | 0 | 1001000 | 111 | 100011 | 100110010 | 111000 | 101010 |
Color Harmonies of #A72F9C
Complementary color
Monochromatic Colors of #A72F9C
Black with #A72F9C
Text Example
Text Example
White with #A72F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72F9C; }
p { color: rgb(167,47,156); }
H1.HeaderClassName
{
color: #A72F9C;
}
.AnyTagClassName
{
color: #A72F9C;
}
</style>
background-color css
<style>
a { background-color: #A72F9C; }
a { background-color: rgb(167,47,156); }
div.DivClassName
{
background-color: #A72F9C;
}
.BgClassName
{
background-color: #A72F9C;
}
</style>
border-color css
<style>
span { border-color: #A72F9C; }
span { border-color: rgb(167,47,156); }
td.TdClassName
{
border-color: #A72F9C;
}
.TagClassName
{
border-color: #A72F9C;
}
</style>