Shades of Medium Red Violet #A03F86
Tints of Medium Red Violet #A03F86
RGB
CMYK
RGB Variations
Color information
#A03F86 (or 0xA03F86) is known color: Medium Red Violet. HEX triplet: A0, 3F and 86. RGB value is (160,63,134). Sum of RGB (Red+Green+Blue) = 160+63+134=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03F86 is #5FC079. Grayscale: #636363. Windows color (decimal): -6275194 or 8798112. OLE color: 8798112.
HSL color Cylindrical-coordinate representation of color #A03F86: hue angle of 316.08º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A03F86 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 134 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.37 |
| HSL | 316.08º | 0.43% | 0.44% | - |
| HSV(B) | 316.08º | 0.61% | 0.63% | - |
| XYZ | 20.58 | 12.75 | 23.93 | - |
| YUV | 100.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 134 | 0 | 0.61 | 0.16 | 0.37 | 316.08 | 0.43 | 0.44 |
| Hex | A0 | 3F | 86 | 0 | 3D | 10 | 25 | 13C | 2B | 2C |
| Octal | 240 | 77 | 206 | 0 | 75 | 20 | 45 | 474 | 53 | 54 |
| Binary | 10100000 | 111111 | 10000110 | 0 | 111101 | 10000 | 100101 | 100111100 | 101011 | 101100 |
Color Harmonies of #A03F86
Complementary color
Monochromatic Colors of #A03F86
Black with #A03F86
Text Example
Text Example
White with #A03F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F86; }
p { color: rgb(160,63,134); }
H1.HeaderClassName
{
color: #A03F86;
}
.AnyTagClassName
{
color: #A03F86;
}
</style>
background-color css
<style>
a { background-color: #A03F86; }
a { background-color: rgb(160,63,134); }
div.DivClassName
{
background-color: #A03F86;
}
.BgClassName
{
background-color: #A03F86;
}
</style>
border-color css
<style>
span { border-color: #A03F86; }
span { border-color: rgb(160,63,134); }
td.TdClassName
{
border-color: #A03F86;
}
.TagClassName
{
border-color: #A03F86;
}
</style>