Shades of Medium Red Violet #A02C86
Tints of Medium Red Violet #A02C86
RGB
CMYK
RGB Variations
Color information
#A02C86 (or 0xA02C86) is known color: Medium Red Violet. HEX triplet: A0, 2C and 86. RGB value is (160,44,134). Sum of RGB (Red+Green+Blue) = 160+44+134=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02C86 is #5FD379. Grayscale: #585858. Windows color (decimal): -6280058 or 8793248. OLE color: 8793248.
HSL color Cylindrical-coordinate representation of color #A02C86: hue angle of 313.45º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02C86 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 44 | 134 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.37 |
| HSL | 313.45º | 0.57% | 0.4% | - |
| HSV(B) | 313.45º | 0.73% | 0.63% | - |
| XYZ | 19.7 | 11 | 23.64 | - |
| YUV | 88.94 | 153.43 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 134 | 0 | 0.72 | 0.16 | 0.37 | 313.45 | 0.57 | 0.4 |
| Hex | A0 | 2C | 86 | 0 | 48 | 10 | 25 | 139 | 39 | 28 |
| Octal | 240 | 54 | 206 | 0 | 110 | 20 | 45 | 471 | 71 | 50 |
| Binary | 10100000 | 101100 | 10000110 | 0 | 1001000 | 10000 | 100101 | 100111001 | 111001 | 101000 |
Color Harmonies of #A02C86
Complementary color
Monochromatic Colors of #A02C86
Black with #A02C86
Text Example
Text Example
White with #A02C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02C86; }
p { color: rgb(160,44,134); }
H1.HeaderClassName
{
color: #A02C86;
}
.AnyTagClassName
{
color: #A02C86;
}
</style>
background-color css
<style>
a { background-color: #A02C86; }
a { background-color: rgb(160,44,134); }
div.DivClassName
{
background-color: #A02C86;
}
.BgClassName
{
background-color: #A02C86;
}
</style>
border-color css
<style>
span { border-color: #A02C86; }
span { border-color: rgb(160,44,134); }
td.TdClassName
{
border-color: #A02C86;
}
.TagClassName
{
border-color: #A02C86;
}
</style>