Shades of Medium Red Violet #A03886
Tints of Medium Red Violet #A03886
RGB
CMYK
RGB Variations
Color information
#A03886 (or 0xA03886) is known color: Medium Red Violet. HEX triplet: A0, 38 and 86. RGB value is (160,56,134). Sum of RGB (Red+Green+Blue) = 160+56+134=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A03886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03886 is #5FC779. Grayscale: #5F5F5F. Windows color (decimal): -6276986 or 8796320. OLE color: 8796320.
HSL color Cylindrical-coordinate representation of color #A03886: hue angle of 315º 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 #A03886 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 134 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.37 |
| HSL | 315º | 0.48% | 0.42% | - |
| HSV(B) | 315º | 0.65% | 0.63% | - |
| XYZ | 20.21 | 12.02 | 23.81 | - |
| YUV | 95.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 134 | 0 | 0.65 | 0.16 | 0.37 | 315 | 0.48 | 0.42 |
| Hex | A0 | 38 | 86 | 0 | 41 | 10 | 25 | 13B | 30 | 2A |
| Octal | 240 | 70 | 206 | 0 | 101 | 20 | 45 | 473 | 60 | 52 |
| Binary | 10100000 | 111000 | 10000110 | 0 | 1000001 | 10000 | 100101 | 100111011 | 110000 | 101010 |
Color Harmonies of #A03886
Complementary color
Monochromatic Colors of #A03886
Black with #A03886
Text Example
Text Example
White with #A03886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03886; }
p { color: rgb(160,56,134); }
H1.HeaderClassName
{
color: #A03886;
}
.AnyTagClassName
{
color: #A03886;
}
</style>
background-color css
<style>
a { background-color: #A03886; }
a { background-color: rgb(160,56,134); }
div.DivClassName
{
background-color: #A03886;
}
.BgClassName
{
background-color: #A03886;
}
</style>
border-color css
<style>
span { border-color: #A03886; }
span { border-color: rgb(160,56,134); }
td.TdClassName
{
border-color: #A03886;
}
.TagClassName
{
border-color: #A03886;
}
</style>