Shades of Medium Red Violet #A73796
Tints of Medium Red Violet #A73796
RGB
CMYK
RGB Variations
Color information
#A73796 (or 0xA73796) is known color: Medium Red Violet. HEX triplet: A7, 37 and 96. RGB value is (167,55,150). Sum of RGB (Red+Green+Blue) = 167+55+150=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A73796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73796 is #58C869. Grayscale: #636363. Windows color (decimal): -5818474 or 9844647. OLE color: 9844647.
HSL color Cylindrical-coordinate representation of color #A73796: hue angle of 309.11º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A73796 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 55 | 150 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.35 |
| HSL | 309.11º | 0.5% | 0.44% | - |
| HSV(B) | 309.11º | 0.67% | 0.65% | - |
| XYZ | 22.81 | 13.15 | 30.19 | - |
| YUV | 99.32 | 156.61 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 55 | 150 | 0 | 0.67 | 0.10 | 0.35 | 309.11 | 0.5 | 0.44 |
| Hex | A7 | 37 | 96 | 0 | 43 | A | 23 | 135 | 32 | 2C |
| Octal | 247 | 67 | 226 | 0 | 103 | 12 | 43 | 465 | 62 | 54 |
| Binary | 10100111 | 110111 | 10010110 | 0 | 1000011 | 1010 | 100011 | 100110101 | 110010 | 101100 |
Color Harmonies of #A73796
Complementary color
Monochromatic Colors of #A73796
Black with #A73796
Text Example
Text Example
White with #A73796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73796; }
p { color: rgb(167,55,150); }
H1.HeaderClassName
{
color: #A73796;
}
.AnyTagClassName
{
color: #A73796;
}
</style>
background-color css
<style>
a { background-color: #A73796; }
a { background-color: rgb(167,55,150); }
div.DivClassName
{
background-color: #A73796;
}
.BgClassName
{
background-color: #A73796;
}
</style>
border-color css
<style>
span { border-color: #A73796; }
span { border-color: rgb(167,55,150); }
td.TdClassName
{
border-color: #A73796;
}
.TagClassName
{
border-color: #A73796;
}
</style>