Shades of Medium Red Violet #A73976
Tints of Medium Red Violet #A73976
RGB
CMYK
RGB Variations
Color information
#A73976 (or 0xA73976) is known color: Medium Red Violet. HEX triplet: A7, 39 and 76. RGB value is (167,57,118). Sum of RGB (Red+Green+Blue) = 167+57+118=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A73976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73976 is #58C689. Grayscale: #606060. Windows color (decimal): -5817994 or 7748007. OLE color: 7748007.
HSL color Cylindrical-coordinate representation of color #A73976: hue angle of 326.73º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A73976 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 57 | 118 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.35 |
| HSL | 326.73º | 0.49% | 0.44% | - |
| HSV(B) | 326.73º | 0.66% | 0.65% | - |
| XYZ | 20.67 | 12.45 | 18.45 | - |
| YUV | 96.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 118 | 0 | 0.66 | 0.29 | 0.35 | 326.73 | 0.49 | 0.44 |
| Hex | A7 | 39 | 76 | 0 | 42 | 1D | 23 | 147 | 31 | 2C |
| Octal | 247 | 71 | 166 | 0 | 102 | 35 | 43 | 507 | 61 | 54 |
| Binary | 10100111 | 111001 | 1110110 | 0 | 1000010 | 11101 | 100011 | 101000111 | 110001 | 101100 |
Color Harmonies of #A73976
Complementary color
Monochromatic Colors of #A73976
Black with #A73976
Text Example
Text Example
White with #A73976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73976; }
p { color: rgb(167,57,118); }
H1.HeaderClassName
{
color: #A73976;
}
.AnyTagClassName
{
color: #A73976;
}
</style>
background-color css
<style>
a { background-color: #A73976; }
a { background-color: rgb(167,57,118); }
div.DivClassName
{
background-color: #A73976;
}
.BgClassName
{
background-color: #A73976;
}
</style>
border-color css
<style>
span { border-color: #A73976; }
span { border-color: rgb(167,57,118); }
td.TdClassName
{
border-color: #A73976;
}
.TagClassName
{
border-color: #A73976;
}
</style>