Shades of Medium Violet Red #A71784
Tints of Medium Violet Red #A71784
RGB
CMYK
RGB Variations
Color information
#A71784 (or 0xA71784) is known color: Medium Violet Red. HEX triplet: A7, 17 and 84. RGB value is (167,23,132). Sum of RGB (Red+Green+Blue) = 167+23+132=322 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.86% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 167 - color contains mainly: red. Hex color #A71784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71784 is #58E87B. Grayscale: #4E4E4E. Windows color (decimal): -5826684 or 8656807. OLE color: 8656807.
HSL color Cylindrical-coordinate representation of color #A71784: hue angle of 314.58º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A71784 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 23 | 132 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.35 |
| HSL | 314.58º | 0.76% | 0.37% | - |
| HSV(B) | 314.58º | 0.86% | 0.65% | - |
| XYZ | 20.41 | 10.49 | 22.78 | - |
| YUV | 78.48 | 158.21 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 23 | 132 | 0 | 0.86 | 0.21 | 0.35 | 314.58 | 0.76 | 0.37 |
| Hex | A7 | 17 | 84 | 0 | 56 | 15 | 23 | 13B | 4C | 25 |
| Octal | 247 | 27 | 204 | 0 | 126 | 25 | 43 | 473 | 114 | 45 |
| Binary | 10100111 | 10111 | 10000100 | 0 | 1010110 | 10101 | 100011 | 100111011 | 1001100 | 100101 |
Color Harmonies of #A71784
Complementary color
Monochromatic Colors of #A71784
Black with #A71784
Text Example
Text Example
White with #A71784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71784; }
p { color: rgb(167,23,132); }
H1.HeaderClassName
{
color: #A71784;
}
.AnyTagClassName
{
color: #A71784;
}
</style>
background-color css
<style>
a { background-color: #A71784; }
a { background-color: rgb(167,23,132); }
div.DivClassName
{
background-color: #A71784;
}
.BgClassName
{
background-color: #A71784;
}
</style>
border-color css
<style>
span { border-color: #A71784; }
span { border-color: rgb(167,23,132); }
td.TdClassName
{
border-color: #A71784;
}
.TagClassName
{
border-color: #A71784;
}
</style>