Shades of Medium Red Violet #A73A99
Tints of Medium Red Violet #A73A99
RGB
CMYK
RGB Variations
Color information
#A73A99 (or 0xA73A99) is known color: Medium Red Violet. HEX triplet: A7, 3A and 99. RGB value is (167,58,153). Sum of RGB (Red+Green+Blue) = 167+58+153=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73A99 is #58C566. Grayscale: #656565. Windows color (decimal): -5817703 or 10042023. OLE color: 10042023.
HSL color Cylindrical-coordinate representation of color #A73A99: hue angle of 307.71º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A73A99 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 58 | 153 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.35 |
| HSL | 307.71º | 0.48% | 0.44% | - |
| HSV(B) | 307.71º | 0.65% | 0.65% | - |
| XYZ | 23.2 | 13.54 | 31.53 | - |
| YUV | 101.42 | 157.11 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 153 | 0 | 0.65 | 0.08 | 0.35 | 307.71 | 0.48 | 0.44 |
| Hex | A7 | 3A | 99 | 0 | 41 | 8 | 23 | 134 | 30 | 2C |
| Octal | 247 | 72 | 231 | 0 | 101 | 10 | 43 | 464 | 60 | 54 |
| Binary | 10100111 | 111010 | 10011001 | 0 | 1000001 | 1000 | 100011 | 100110100 | 110000 | 101100 |
Color Harmonies of #A73A99
Complementary color
Monochromatic Colors of #A73A99
Black with #A73A99
Text Example
Text Example
White with #A73A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73A99; }
p { color: rgb(167,58,153); }
H1.HeaderClassName
{
color: #A73A99;
}
.AnyTagClassName
{
color: #A73A99;
}
</style>
background-color css
<style>
a { background-color: #A73A99; }
a { background-color: rgb(167,58,153); }
div.DivClassName
{
background-color: #A73A99;
}
.BgClassName
{
background-color: #A73A99;
}
</style>
border-color css
<style>
span { border-color: #A73A99; }
span { border-color: rgb(167,58,153); }
td.TdClassName
{
border-color: #A73A99;
}
.TagClassName
{
border-color: #A73A99;
}
</style>