Shades of Medium Red Violet #A03687
Tints of Medium Red Violet #A03687
RGB
CMYK
RGB Variations
Color information
#A03687 (or 0xA03687) is known color: Medium Red Violet. HEX triplet: A0, 36 and 87. RGB value is (160,54,135). Sum of RGB (Red+Green+Blue) = 160+54+135=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A03687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03687 is #5FC978. Grayscale: #5E5E5E. Windows color (decimal): -6277497 or 8861344. OLE color: 8861344.
HSL color Cylindrical-coordinate representation of color #A03687: hue angle of 314.15º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03687 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 135 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.37 |
| HSL | 314.15º | 0.5% | 0.42% | - |
| HSV(B) | 314.15º | 0.66% | 0.63% | - |
| XYZ | 20.19 | 11.86 | 24.15 | - |
| YUV | 94.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 135 | 0 | 0.66 | 0.16 | 0.37 | 314.15 | 0.5 | 0.42 |
| Hex | A0 | 36 | 87 | 0 | 42 | 10 | 25 | 13A | 32 | 2A |
| Octal | 240 | 66 | 207 | 0 | 102 | 20 | 45 | 472 | 62 | 52 |
| Binary | 10100000 | 110110 | 10000111 | 0 | 1000010 | 10000 | 100101 | 100111010 | 110010 | 101010 |
Color Harmonies of #A03687
Complementary color
Monochromatic Colors of #A03687
Black with #A03687
Text Example
Text Example
White with #A03687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03687; }
p { color: rgb(160,54,135); }
H1.HeaderClassName
{
color: #A03687;
}
.AnyTagClassName
{
color: #A03687;
}
</style>
background-color css
<style>
a { background-color: #A03687; }
a { background-color: rgb(160,54,135); }
div.DivClassName
{
background-color: #A03687;
}
.BgClassName
{
background-color: #A03687;
}
</style>
border-color css
<style>
span { border-color: #A03687; }
span { border-color: rgb(160,54,135); }
td.TdClassName
{
border-color: #A03687;
}
.TagClassName
{
border-color: #A03687;
}
</style>