Shades of Medium Red Violet #A73887
Tints of Medium Red Violet #A73887
RGB
CMYK
RGB Variations
Color information
#A73887 (or 0xA73887) is known color: Medium Red Violet. HEX triplet: A7, 38 and 87. RGB value is (167,56,135). Sum of RGB (Red+Green+Blue) = 167+56+135=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A73887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73887 is #58C778. Grayscale: #616161. Windows color (decimal): -5818233 or 8861863. OLE color: 8861863.
HSL color Cylindrical-coordinate representation of color #A73887: hue angle of 317.3º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A73887 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 56 | 135 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.35 |
| HSL | 317.3º | 0.5% | 0.44% | - |
| HSV(B) | 317.3º | 0.66% | 0.65% | - |
| XYZ | 21.72 | 12.79 | 24.25 | - |
| YUV | 98.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 56 | 135 | 0 | 0.66 | 0.19 | 0.35 | 317.3 | 0.5 | 0.44 |
| Hex | A7 | 38 | 87 | 0 | 42 | 13 | 23 | 13D | 32 | 2C |
| Octal | 247 | 70 | 207 | 0 | 102 | 23 | 43 | 475 | 62 | 54 |
| Binary | 10100111 | 111000 | 10000111 | 0 | 1000010 | 10011 | 100011 | 100111101 | 110010 | 101100 |
Color Harmonies of #A73887
Complementary color
Monochromatic Colors of #A73887
Black with #A73887
Text Example
Text Example
White with #A73887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73887; }
p { color: rgb(167,56,135); }
H1.HeaderClassName
{
color: #A73887;
}
.AnyTagClassName
{
color: #A73887;
}
</style>
background-color css
<style>
a { background-color: #A73887; }
a { background-color: rgb(167,56,135); }
div.DivClassName
{
background-color: #A73887;
}
.BgClassName
{
background-color: #A73887;
}
</style>
border-color css
<style>
span { border-color: #A73887; }
span { border-color: rgb(167,56,135); }
td.TdClassName
{
border-color: #A73887;
}
.TagClassName
{
border-color: #A73887;
}
</style>