Shades of Medium Red Violet #A73588
Tints of Medium Red Violet #A73588
RGB
CMYK
RGB Variations
Color information
#A73588 (or 0xA73588) is known color: Medium Red Violet. HEX triplet: A7, 35 and 88. RGB value is (167,53,136). Sum of RGB (Red+Green+Blue) = 167+53+136=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A73588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73588 is #58CA77. Grayscale: #606060. Windows color (decimal): -5819000 or 8926631. OLE color: 8926631.
HSL color Cylindrical-coordinate representation of color #A73588: hue angle of 316.32º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A73588 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 53 | 136 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.35 |
| HSL | 316.32º | 0.52% | 0.43% | - |
| HSV(B) | 316.32º | 0.68% | 0.65% | - |
| XYZ | 21.65 | 12.54 | 24.57 | - |
| YUV | 96.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 53 | 136 | 0 | 0.68 | 0.19 | 0.35 | 316.32 | 0.52 | 0.43 |
| Hex | A7 | 35 | 88 | 0 | 44 | 13 | 23 | 13C | 34 | 2B |
| Octal | 247 | 65 | 210 | 0 | 104 | 23 | 43 | 474 | 64 | 53 |
| Binary | 10100111 | 110101 | 10001000 | 0 | 1000100 | 10011 | 100011 | 100111100 | 110100 | 101011 |
Color Harmonies of #A73588
Complementary color
Monochromatic Colors of #A73588
Black with #A73588
Text Example
Text Example
White with #A73588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73588; }
p { color: rgb(167,53,136); }
H1.HeaderClassName
{
color: #A73588;
}
.AnyTagClassName
{
color: #A73588;
}
</style>
background-color css
<style>
a { background-color: #A73588; }
a { background-color: rgb(167,53,136); }
div.DivClassName
{
background-color: #A73588;
}
.BgClassName
{
background-color: #A73588;
}
</style>
border-color css
<style>
span { border-color: #A73588; }
span { border-color: rgb(167,53,136); }
td.TdClassName
{
border-color: #A73588;
}
.TagClassName
{
border-color: #A73588;
}
</style>