Shades of Medium Red Violet #A73396
Tints of Medium Red Violet #A73396
RGB
CMYK
RGB Variations
Color information
#A73396 (or 0xA73396) is known color: Medium Red Violet. HEX triplet: A7, 33 and 96. RGB value is (167,51,150). Sum of RGB (Red+Green+Blue) = 167+51+150=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 167 - color contains mainly: red. Hex color #A73396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73396 is #58CC69. Grayscale: #606060. Windows color (decimal): -5819498 or 9843623. OLE color: 9843623.
HSL color Cylindrical-coordinate representation of color #A73396: hue angle of 308.79º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A73396 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 51 | 150 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.35 |
| HSL | 308.79º | 0.53% | 0.43% | - |
| HSV(B) | 308.79º | 0.69% | 0.65% | - |
| XYZ | 22.63 | 12.79 | 30.13 | - |
| YUV | 96.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 51 | 150 | 0 | 0.69 | 0.10 | 0.35 | 308.79 | 0.53 | 0.43 |
| Hex | A7 | 33 | 96 | 0 | 45 | A | 23 | 135 | 35 | 2B |
| Octal | 247 | 63 | 226 | 0 | 105 | 12 | 43 | 465 | 65 | 53 |
| Binary | 10100111 | 110011 | 10010110 | 0 | 1000101 | 1010 | 100011 | 100110101 | 110101 | 101011 |
Color Harmonies of #A73396
Complementary color
Monochromatic Colors of #A73396
Black with #A73396
Text Example
Text Example
White with #A73396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73396; }
p { color: rgb(167,51,150); }
H1.HeaderClassName
{
color: #A73396;
}
.AnyTagClassName
{
color: #A73396;
}
</style>
background-color css
<style>
a { background-color: #A73396; }
a { background-color: rgb(167,51,150); }
div.DivClassName
{
background-color: #A73396;
}
.BgClassName
{
background-color: #A73396;
}
</style>
border-color css
<style>
span { border-color: #A73396; }
span { border-color: rgb(167,51,150); }
td.TdClassName
{
border-color: #A73396;
}
.TagClassName
{
border-color: #A73396;
}
</style>