Shades of Medium Violet Red #A70E84
Tints of Medium Violet Red #A70E84
RGB
CMYK
RGB Variations
Color information
#A70E84 (or 0xA70E84) is known color: Medium Violet Red. HEX triplet: A7, 0E and 84. RGB value is (167,14,132). Sum of RGB (Red+Green+Blue) = 167+14+132=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A70E84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70E84 is #58F17B. Grayscale: #484848. Windows color (decimal): -5828988 or 8654503. OLE color: 8654503.
HSL color Cylindrical-coordinate representation of color #A70E84: hue angle of 313.73º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A70E84 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 14 | 132 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.35 |
| HSL | 313.73º | 0.85% | 0.35% | - |
| HSV(B) | 313.73º | 0.92% | 0.65% | - |
| XYZ | 20.26 | 10.2 | 22.73 | - |
| YUV | 73.2 | 161.19 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 14 | 132 | 0 | 0.92 | 0.21 | 0.35 | 313.73 | 0.85 | 0.35 |
| Hex | A7 | E | 84 | 0 | 5C | 15 | 23 | 13A | 55 | 23 |
| Octal | 247 | 16 | 204 | 0 | 134 | 25 | 43 | 472 | 125 | 43 |
| Binary | 10100111 | 1110 | 10000100 | 0 | 1011100 | 10101 | 100011 | 100111010 | 1010101 | 100011 |
Color Harmonies of #A70E84
Complementary color
Monochromatic Colors of #A70E84
Black with #A70E84
Text Example
Text Example
White with #A70E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70E84; }
p { color: rgb(167,14,132); }
H1.HeaderClassName
{
color: #A70E84;
}
.AnyTagClassName
{
color: #A70E84;
}
</style>
background-color css
<style>
a { background-color: #A70E84; }
a { background-color: rgb(167,14,132); }
div.DivClassName
{
background-color: #A70E84;
}
.BgClassName
{
background-color: #A70E84;
}
</style>
border-color css
<style>
span { border-color: #A70E84; }
span { border-color: rgb(167,14,132); }
td.TdClassName
{
border-color: #A70E84;
}
.TagClassName
{
border-color: #A70E84;
}
</style>