Shades of Medium Red Violet #A73A9A
Tints of Medium Red Violet #A73A9A
RGB
CMYK
RGB Variations
Color information
#A73A9A (or 0xA73A9A) is known color: Medium Red Violet. HEX triplet: A7, 3A and 9A. RGB value is (167,58,154). Sum of RGB (Red+Green+Blue) = 167+58+154=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73A9A is #58C565. Grayscale: #656565. Windows color (decimal): -5817702 or 10107559. OLE color: 10107559.
HSL color Cylindrical-coordinate representation of color #A73A9A: hue angle of 307.16º 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 #A73A9A is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 58 | 154 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.35 |
| HSL | 307.16º | 0.48% | 0.44% | - |
| HSV(B) | 307.16º | 0.65% | 0.65% | - |
| XYZ | 23.28 | 13.57 | 31.96 | - |
| YUV | 101.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 154 | 0 | 0.65 | 0.08 | 0.35 | 307.16 | 0.48 | 0.44 |
| Hex | A7 | 3A | 9A | 0 | 41 | 8 | 23 | 133 | 30 | 2C |
| Octal | 247 | 72 | 232 | 0 | 101 | 10 | 43 | 463 | 60 | 54 |
| Binary | 10100111 | 111010 | 10011010 | 0 | 1000001 | 1000 | 100011 | 100110011 | 110000 | 101100 |
Color Harmonies of #A73A9A
Complementary color
Monochromatic Colors of #A73A9A
Black with #A73A9A
Text Example
Text Example
White with #A73A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73A9A; }
p { color: rgb(167,58,154); }
H1.HeaderClassName
{
color: #A73A9A;
}
.AnyTagClassName
{
color: #A73A9A;
}
</style>
background-color css
<style>
a { background-color: #A73A9A; }
a { background-color: rgb(167,58,154); }
div.DivClassName
{
background-color: #A73A9A;
}
.BgClassName
{
background-color: #A73A9A;
}
</style>
border-color css
<style>
span { border-color: #A73A9A; }
span { border-color: rgb(167,58,154); }
td.TdClassName
{
border-color: #A73A9A;
}
.TagClassName
{
border-color: #A73A9A;
}
</style>