Shades of Medium Red Violet #A03387
Tints of Medium Red Violet #A03387
RGB
CMYK
RGB Variations
Color information
#A03387 (or 0xA03387) is known color: Medium Red Violet. HEX triplet: A0, 33 and 87. RGB value is (160,51,135). Sum of RGB (Red+Green+Blue) = 160+51+135=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A03387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03387 is #5FCC78. Grayscale: #5C5C5C. Windows color (decimal): -6278265 or 8860576. OLE color: 8860576.
HSL color Cylindrical-coordinate representation of color #A03387: hue angle of 313.76º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03387 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 135 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.37 |
| HSL | 313.76º | 0.52% | 0.41% | - |
| HSV(B) | 313.76º | 0.68% | 0.63% | - |
| XYZ | 20.05 | 11.59 | 24.1 | - |
| YUV | 93.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 135 | 0 | 0.68 | 0.16 | 0.37 | 313.76 | 0.52 | 0.41 |
| Hex | A0 | 33 | 87 | 0 | 44 | 10 | 25 | 13A | 34 | 29 |
| Octal | 240 | 63 | 207 | 0 | 104 | 20 | 45 | 472 | 64 | 51 |
| Binary | 10100000 | 110011 | 10000111 | 0 | 1000100 | 10000 | 100101 | 100111010 | 110100 | 101001 |
Color Harmonies of #A03387
Complementary color
Monochromatic Colors of #A03387
Black with #A03387
Text Example
Text Example
White with #A03387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03387; }
p { color: rgb(160,51,135); }
H1.HeaderClassName
{
color: #A03387;
}
.AnyTagClassName
{
color: #A03387;
}
</style>
background-color css
<style>
a { background-color: #A03387; }
a { background-color: rgb(160,51,135); }
div.DivClassName
{
background-color: #A03387;
}
.BgClassName
{
background-color: #A03387;
}
</style>
border-color css
<style>
span { border-color: #A03387; }
span { border-color: rgb(160,51,135); }
td.TdClassName
{
border-color: #A03387;
}
.TagClassName
{
border-color: #A03387;
}
</style>