Shades of Medium Red Violet #A03887
Tints of Medium Red Violet #A03887
RGB
CMYK
RGB Variations
Color information
#A03887 (or 0xA03887) is known color: Medium Red Violet. HEX triplet: A0, 38 and 87. RGB value is (160,56,135). Sum of RGB (Red+Green+Blue) = 160+56+135=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A03887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03887 is #5FC778. Grayscale: #5F5F5F. Windows color (decimal): -6276985 or 8861856. OLE color: 8861856.
HSL color Cylindrical-coordinate representation of color #A03887: hue angle of 314.42º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A03887 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 135 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.37 |
| HSL | 314.42º | 0.48% | 0.42% | - |
| HSV(B) | 314.42º | 0.65% | 0.63% | - |
| XYZ | 20.28 | 12.05 | 24.18 | - |
| YUV | 96.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 135 | 0 | 0.65 | 0.16 | 0.37 | 314.42 | 0.48 | 0.42 |
| Hex | A0 | 38 | 87 | 0 | 41 | 10 | 25 | 13A | 30 | 2A |
| Octal | 240 | 70 | 207 | 0 | 101 | 20 | 45 | 472 | 60 | 52 |
| Binary | 10100000 | 111000 | 10000111 | 0 | 1000001 | 10000 | 100101 | 100111010 | 110000 | 101010 |
Color Harmonies of #A03887
Complementary color
Monochromatic Colors of #A03887
Black with #A03887
Text Example
Text Example
White with #A03887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03887; }
p { color: rgb(160,56,135); }
H1.HeaderClassName
{
color: #A03887;
}
.AnyTagClassName
{
color: #A03887;
}
</style>
background-color css
<style>
a { background-color: #A03887; }
a { background-color: rgb(160,56,135); }
div.DivClassName
{
background-color: #A03887;
}
.BgClassName
{
background-color: #A03887;
}
</style>
border-color css
<style>
span { border-color: #A03887; }
span { border-color: rgb(160,56,135); }
td.TdClassName
{
border-color: #A03887;
}
.TagClassName
{
border-color: #A03887;
}
</style>