Shades of Medium Red Violet #A73D96
Tints of Medium Red Violet #A73D96
RGB
CMYK
RGB Variations
Color information
#A73D96 (or 0xA73D96) is known color: Medium Red Violet. HEX triplet: A7, 3D and 96. RGB value is (167,61,150). Sum of RGB (Red+Green+Blue) = 167+61+150=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73D96 is #58C269. Grayscale: #666666. Windows color (decimal): -5816938 or 9846183. OLE color: 9846183.
HSL color Cylindrical-coordinate representation of color #A73D96: hue angle of 309.62º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A73D96 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 61 | 150 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.35 |
| HSL | 309.62º | 0.46% | 0.45% | - |
| HSV(B) | 309.62º | 0.63% | 0.65% | - |
| XYZ | 23.11 | 13.75 | 30.29 | - |
| YUV | 102.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 150 | 0 | 0.63 | 0.10 | 0.35 | 309.62 | 0.46 | 0.45 |
| Hex | A7 | 3D | 96 | 0 | 3F | A | 23 | 136 | 2E | 2D |
| Octal | 247 | 75 | 226 | 0 | 77 | 12 | 43 | 466 | 56 | 55 |
| Binary | 10100111 | 111101 | 10010110 | 0 | 111111 | 1010 | 100011 | 100110110 | 101110 | 101101 |
Color Harmonies of #A73D96
Complementary color
Monochromatic Colors of #A73D96
Black with #A73D96
Text Example
Text Example
White with #A73D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73D96; }
p { color: rgb(167,61,150); }
H1.HeaderClassName
{
color: #A73D96;
}
.AnyTagClassName
{
color: #A73D96;
}
</style>
background-color css
<style>
a { background-color: #A73D96; }
a { background-color: rgb(167,61,150); }
div.DivClassName
{
background-color: #A73D96;
}
.BgClassName
{
background-color: #A73D96;
}
</style>
border-color css
<style>
span { border-color: #A73D96; }
span { border-color: rgb(167,61,150); }
td.TdClassName
{
border-color: #A73D96;
}
.TagClassName
{
border-color: #A73D96;
}
</style>