Shades of Medium Red Violet #A73C81
Tints of Medium Red Violet #A73C81
RGB
CMYK
RGB Variations
Color information
#A73C81 (or 0xA73C81) is known color: Medium Red Violet. HEX triplet: A7, 3C and 81. RGB value is (167,60,129). Sum of RGB (Red+Green+Blue) = 167+60+129=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73C81 is #58C37E. Grayscale: #636363. Windows color (decimal): -5817215 or 8469671. OLE color: 8469671.
HSL color Cylindrical-coordinate representation of color #A73C81: hue angle of 321.31º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A73C81 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 60 | 129 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.35 |
| HSL | 321.31º | 0.47% | 0.45% | - |
| HSV(B) | 321.31º | 0.64% | 0.65% | - |
| XYZ | 21.51 | 13.03 | 22.15 | - |
| YUV | 99.86 | 144.45 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 129 | 0 | 0.64 | 0.23 | 0.35 | 321.31 | 0.47 | 0.45 |
| Hex | A7 | 3C | 81 | 0 | 40 | 17 | 23 | 141 | 2F | 2D |
| Octal | 247 | 74 | 201 | 0 | 100 | 27 | 43 | 501 | 57 | 55 |
| Binary | 10100111 | 111100 | 10000001 | 0 | 1000000 | 10111 | 100011 | 101000001 | 101111 | 101101 |
Color Harmonies of #A73C81
Complementary color
Monochromatic Colors of #A73C81
Black with #A73C81
Text Example
Text Example
White with #A73C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73C81; }
p { color: rgb(167,60,129); }
H1.HeaderClassName
{
color: #A73C81;
}
.AnyTagClassName
{
color: #A73C81;
}
</style>
background-color css
<style>
a { background-color: #A73C81; }
a { background-color: rgb(167,60,129); }
div.DivClassName
{
background-color: #A73C81;
}
.BgClassName
{
background-color: #A73C81;
}
</style>
border-color css
<style>
span { border-color: #A73C81; }
span { border-color: rgb(167,60,129); }
td.TdClassName
{
border-color: #A73C81;
}
.TagClassName
{
border-color: #A73C81;
}
</style>