Shades of Medium Violet Red #A70D84
Tints of Medium Violet Red #A70D84
RGB
CMYK
RGB Variations
Color information
#A70D84 (or 0xA70D84) is known color: Medium Violet Red. HEX triplet: A7, 0D and 84. RGB value is (167,13,132). Sum of RGB (Red+Green+Blue) = 167+13+132=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A70D84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70D84 is #58F27B. Grayscale: #484848. Windows color (decimal): -5829244 or 8654247. OLE color: 8654247.
HSL color Cylindrical-coordinate representation of color #A70D84: hue angle of 313.64º degrees, saturation: 0.86, 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 #A70D84 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 13 | 132 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.35 |
| HSL | 313.64º | 0.86% | 0.35% | - |
| HSV(B) | 313.64º | 0.92% | 0.65% | - |
| XYZ | 20.25 | 10.17 | 22.73 | - |
| YUV | 72.61 | 161.52 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 132 | 0 | 0.92 | 0.21 | 0.35 | 313.64 | 0.86 | 0.35 |
| Hex | A7 | D | 84 | 0 | 5C | 15 | 23 | 13A | 56 | 23 |
| Octal | 247 | 15 | 204 | 0 | 134 | 25 | 43 | 472 | 126 | 43 |
| Binary | 10100111 | 1101 | 10000100 | 0 | 1011100 | 10101 | 100011 | 100111010 | 1010110 | 100011 |
Color Harmonies of #A70D84
Complementary color
Monochromatic Colors of #A70D84
Black with #A70D84
Text Example
Text Example
White with #A70D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70D84; }
p { color: rgb(167,13,132); }
H1.HeaderClassName
{
color: #A70D84;
}
.AnyTagClassName
{
color: #A70D84;
}
</style>
background-color css
<style>
a { background-color: #A70D84; }
a { background-color: rgb(167,13,132); }
div.DivClassName
{
background-color: #A70D84;
}
.BgClassName
{
background-color: #A70D84;
}
</style>
border-color css
<style>
span { border-color: #A70D84; }
span { border-color: rgb(167,13,132); }
td.TdClassName
{
border-color: #A70D84;
}
.TagClassName
{
border-color: #A70D84;
}
</style>