Shades of Medium Red Violet #A73996
Tints of Medium Red Violet #A73996
RGB
CMYK
RGB Variations
Color information
#A73996 (or 0xA73996) is known color: Medium Red Violet. HEX triplet: A7, 39 and 96. RGB value is (167,57,150). Sum of RGB (Red+Green+Blue) = 167+57+150=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A73996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73996 is #58C669. Grayscale: #646464. Windows color (decimal): -5817962 or 9845159. OLE color: 9845159.
HSL color Cylindrical-coordinate representation of color #A73996: hue angle of 309.27º 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 #A73996 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 57 | 150 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.35 |
| HSL | 309.27º | 0.49% | 0.44% | - |
| HSV(B) | 309.27º | 0.66% | 0.65% | - |
| XYZ | 22.9 | 13.34 | 30.22 | - |
| YUV | 100.49 | 155.94 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 150 | 0 | 0.66 | 0.10 | 0.35 | 309.27 | 0.49 | 0.44 |
| Hex | A7 | 39 | 96 | 0 | 42 | A | 23 | 135 | 31 | 2C |
| Octal | 247 | 71 | 226 | 0 | 102 | 12 | 43 | 465 | 61 | 54 |
| Binary | 10100111 | 111001 | 10010110 | 0 | 1000010 | 1010 | 100011 | 100110101 | 110001 | 101100 |
Color Harmonies of #A73996
Complementary color
Monochromatic Colors of #A73996
Black with #A73996
Text Example
Text Example
White with #A73996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73996; }
p { color: rgb(167,57,150); }
H1.HeaderClassName
{
color: #A73996;
}
.AnyTagClassName
{
color: #A73996;
}
</style>
background-color css
<style>
a { background-color: #A73996; }
a { background-color: rgb(167,57,150); }
div.DivClassName
{
background-color: #A73996;
}
.BgClassName
{
background-color: #A73996;
}
</style>
border-color css
<style>
span { border-color: #A73996; }
span { border-color: rgb(167,57,150); }
td.TdClassName
{
border-color: #A73996;
}
.TagClassName
{
border-color: #A73996;
}
</style>