Shades of Medium Red Violet #A03686
Tints of Medium Red Violet #A03686
RGB
CMYK
RGB Variations
Color information
#A03686 (or 0xA03686) is known color: Medium Red Violet. HEX triplet: A0, 36 and 86. RGB value is (160,54,134). Sum of RGB (Red+Green+Blue) = 160+54+134=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A03686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03686 is #5FC979. Grayscale: #5E5E5E. Windows color (decimal): -6277498 or 8795808. OLE color: 8795808.
HSL color Cylindrical-coordinate representation of color #A03686: hue angle of 314.72º 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 #A03686 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 134 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.37 |
| HSL | 314.72º | 0.5% | 0.42% | - |
| HSV(B) | 314.72º | 0.66% | 0.63% | - |
| XYZ | 20.12 | 11.83 | 23.78 | - |
| YUV | 94.81 | 150.12 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 134 | 0 | 0.66 | 0.16 | 0.37 | 314.72 | 0.5 | 0.42 |
| Hex | A0 | 36 | 86 | 0 | 42 | 10 | 25 | 13B | 32 | 2A |
| Octal | 240 | 66 | 206 | 0 | 102 | 20 | 45 | 473 | 62 | 52 |
| Binary | 10100000 | 110110 | 10000110 | 0 | 1000010 | 10000 | 100101 | 100111011 | 110010 | 101010 |
Color Harmonies of #A03686
Complementary color
Monochromatic Colors of #A03686
Black with #A03686
Text Example
Text Example
White with #A03686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03686; }
p { color: rgb(160,54,134); }
H1.HeaderClassName
{
color: #A03686;
}
.AnyTagClassName
{
color: #A03686;
}
</style>
background-color css
<style>
a { background-color: #A03686; }
a { background-color: rgb(160,54,134); }
div.DivClassName
{
background-color: #A03686;
}
.BgClassName
{
background-color: #A03686;
}
</style>
border-color css
<style>
span { border-color: #A03686; }
span { border-color: rgb(160,54,134); }
td.TdClassName
{
border-color: #A03686;
}
.TagClassName
{
border-color: #A03686;
}
</style>