Shades of Medium Red Violet #A71C8C
Tints of Medium Red Violet #A71C8C
RGB
CMYK
RGB Variations
Color information
#A71C8C (or 0xA71C8C) is known color: Medium Red Violet. HEX triplet: A7, 1C and 8C. RGB value is (167,28,140). Sum of RGB (Red+Green+Blue) = 167+28+140=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71C8C is #58E373. Grayscale: #525252. Windows color (decimal): -5825396 or 9182375. OLE color: 9182375.
HSL color Cylindrical-coordinate representation of color #A71C8C: hue angle of 311.65º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71C8C is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 28 | 140 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.35 |
| HSL | 311.65º | 0.71% | 0.38% | - |
| HSV(B) | 311.65º | 0.83% | 0.65% | - |
| XYZ | 21.09 | 10.94 | 25.81 | - |
| YUV | 82.33 | 160.55 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 140 | 0 | 0.83 | 0.16 | 0.35 | 311.65 | 0.71 | 0.38 |
| Hex | A7 | 1C | 8C | 0 | 53 | 10 | 23 | 138 | 47 | 26 |
| Octal | 247 | 34 | 214 | 0 | 123 | 20 | 43 | 470 | 107 | 46 |
| Binary | 10100111 | 11100 | 10001100 | 0 | 1010011 | 10000 | 100011 | 100111000 | 1000111 | 100110 |
Color Harmonies of #A71C8C
Complementary color
Monochromatic Colors of #A71C8C
Black with #A71C8C
Text Example
Text Example
White with #A71C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71C8C; }
p { color: rgb(167,28,140); }
H1.HeaderClassName
{
color: #A71C8C;
}
.AnyTagClassName
{
color: #A71C8C;
}
</style>
background-color css
<style>
a { background-color: #A71C8C; }
a { background-color: rgb(167,28,140); }
div.DivClassName
{
background-color: #A71C8C;
}
.BgClassName
{
background-color: #A71C8C;
}
</style>
border-color css
<style>
span { border-color: #A71C8C; }
span { border-color: rgb(167,28,140); }
td.TdClassName
{
border-color: #A71C8C;
}
.TagClassName
{
border-color: #A71C8C;
}
</style>