Shades of Medium Violet Red #A70F81
Tints of Medium Violet Red #A70F81
RGB
CMYK
RGB Variations
Color information
#A70F81 (or 0xA70F81) is known color: Medium Violet Red. HEX triplet: A7, 0F and 81. RGB value is (167,15,129). Sum of RGB (Red+Green+Blue) = 167+15+129=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70F81 is #58F07E. Grayscale: #494949. Windows color (decimal): -5828735 or 8458151. OLE color: 8458151.
HSL color Cylindrical-coordinate representation of color #A70F81: hue angle of 315º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A70F81 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 15 | 129 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.35 |
| HSL | 315º | 0.84% | 0.36% | - |
| HSV(B) | 315º | 0.91% | 0.65% | - |
| XYZ | 20.07 | 10.14 | 21.67 | - |
| YUV | 73.44 | 159.36 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 129 | 0 | 0.91 | 0.23 | 0.35 | 315 | 0.84 | 0.36 |
| Hex | A7 | F | 81 | 0 | 5B | 17 | 23 | 13B | 54 | 24 |
| Octal | 247 | 17 | 201 | 0 | 133 | 27 | 43 | 473 | 124 | 44 |
| Binary | 10100111 | 1111 | 10000001 | 0 | 1011011 | 10111 | 100011 | 100111011 | 1010100 | 100100 |
Color Harmonies of #A70F81
Complementary color
Monochromatic Colors of #A70F81
Black with #A70F81
Text Example
Text Example
White with #A70F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70F81; }
p { color: rgb(167,15,129); }
H1.HeaderClassName
{
color: #A70F81;
}
.AnyTagClassName
{
color: #A70F81;
}
</style>
background-color css
<style>
a { background-color: #A70F81; }
a { background-color: rgb(167,15,129); }
div.DivClassName
{
background-color: #A70F81;
}
.BgClassName
{
background-color: #A70F81;
}
</style>
border-color css
<style>
span { border-color: #A70F81; }
span { border-color: rgb(167,15,129); }
td.TdClassName
{
border-color: #A70F81;
}
.TagClassName
{
border-color: #A70F81;
}
</style>