Shades of Medium Red Violet #A73A90
Tints of Medium Red Violet #A73A90
RGB
CMYK
RGB Variations
Color information
#A73A90 (or 0xA73A90) is known color: Medium Red Violet. HEX triplet: A7, 3A and 90. RGB value is (167,58,144). Sum of RGB (Red+Green+Blue) = 167+58+144=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73A90 is #58C56F. Grayscale: #646464. Windows color (decimal): -5817712 or 9452199. OLE color: 9452199.
HSL color Cylindrical-coordinate representation of color #A73A90: hue angle of 312.66º 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 #A73A90 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 58 | 144 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.35 |
| HSL | 312.66º | 0.48% | 0.44% | - |
| HSV(B) | 312.66º | 0.65% | 0.65% | - |
| XYZ | 22.48 | 13.26 | 27.76 | - |
| YUV | 100.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 144 | 0 | 0.65 | 0.14 | 0.35 | 312.66 | 0.48 | 0.44 |
| Hex | A7 | 3A | 90 | 0 | 41 | E | 23 | 139 | 30 | 2C |
| Octal | 247 | 72 | 220 | 0 | 101 | 16 | 43 | 471 | 60 | 54 |
| Binary | 10100111 | 111010 | 10010000 | 0 | 1000001 | 1110 | 100011 | 100111001 | 110000 | 101100 |
Color Harmonies of #A73A90
Complementary color
Monochromatic Colors of #A73A90
Black with #A73A90
Text Example
Text Example
White with #A73A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73A90; }
p { color: rgb(167,58,144); }
H1.HeaderClassName
{
color: #A73A90;
}
.AnyTagClassName
{
color: #A73A90;
}
</style>
background-color css
<style>
a { background-color: #A73A90; }
a { background-color: rgb(167,58,144); }
div.DivClassName
{
background-color: #A73A90;
}
.BgClassName
{
background-color: #A73A90;
}
</style>
border-color css
<style>
span { border-color: #A73A90; }
span { border-color: rgb(167,58,144); }
td.TdClassName
{
border-color: #A73A90;
}
.TagClassName
{
border-color: #A73A90;
}
</style>