Shades of Medium Red Violet #A13987
Tints of Medium Red Violet #A13987
RGB
CMYK
RGB Variations
Color information
#A13987 (or 0xA13987) is known color: Medium Red Violet. HEX triplet: A1, 39 and 87. RGB value is (161,57,135). Sum of RGB (Red+Green+Blue) = 161+57+135=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A13987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13987 is #5EC678. Grayscale: #606060. Windows color (decimal): -6211193 or 8862113. OLE color: 8862113.
HSL color Cylindrical-coordinate representation of color #A13987: hue angle of 315º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A13987 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 57 | 135 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.37 |
| HSL | 315º | 0.48% | 0.43% | - |
| HSV(B) | 315º | 0.65% | 0.63% | - |
| XYZ | 20.53 | 12.25 | 24.2 | - |
| YUV | 96.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 135 | 0 | 0.65 | 0.16 | 0.37 | 315 | 0.48 | 0.43 |
| Hex | A1 | 39 | 87 | 0 | 41 | 10 | 25 | 13B | 30 | 2B |
| Octal | 241 | 71 | 207 | 0 | 101 | 20 | 45 | 473 | 60 | 53 |
| Binary | 10100001 | 111001 | 10000111 | 0 | 1000001 | 10000 | 100101 | 100111011 | 110000 | 101011 |
Color Harmonies of #A13987
Complementary color
Monochromatic Colors of #A13987
Black with #A13987
Text Example
Text Example
White with #A13987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13987; }
p { color: rgb(161,57,135); }
H1.HeaderClassName
{
color: #A13987;
}
.AnyTagClassName
{
color: #A13987;
}
</style>
background-color css
<style>
a { background-color: #A13987; }
a { background-color: rgb(161,57,135); }
div.DivClassName
{
background-color: #A13987;
}
.BgClassName
{
background-color: #A13987;
}
</style>
border-color css
<style>
span { border-color: #A13987; }
span { border-color: rgb(161,57,135); }
td.TdClassName
{
border-color: #A13987;
}
.TagClassName
{
border-color: #A13987;
}
</style>