Shades of Medium Red Violet #A71C8B
Tints of Medium Red Violet #A71C8B
RGB
CMYK
RGB Variations
Color information
#A71C8B (or 0xA71C8B) is known color: Medium Red Violet. HEX triplet: A7, 1C and 8B. RGB value is (167,28,139). Sum of RGB (Red+Green+Blue) = 167+28+139=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71C8B is #58E374. Grayscale: #515151. Windows color (decimal): -5825397 or 9116839. OLE color: 9116839.
HSL color Cylindrical-coordinate representation of color #A71C8B: hue angle of 312.09º 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 #A71C8B is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 28 | 139 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.35 |
| HSL | 312.09º | 0.71% | 0.38% | - |
| HSV(B) | 312.09º | 0.83% | 0.65% | - |
| XYZ | 21.01 | 10.91 | 25.42 | - |
| YUV | 82.22 | 160.05 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 139 | 0 | 0.83 | 0.17 | 0.35 | 312.09 | 0.71 | 0.38 |
| Hex | A7 | 1C | 8B | 0 | 53 | 11 | 23 | 138 | 47 | 26 |
| Octal | 247 | 34 | 213 | 0 | 123 | 21 | 43 | 470 | 107 | 46 |
| Binary | 10100111 | 11100 | 10001011 | 0 | 1010011 | 10001 | 100011 | 100111000 | 1000111 | 100110 |
Color Harmonies of #A71C8B
Complementary color
Monochromatic Colors of #A71C8B
Black with #A71C8B
Text Example
Text Example
White with #A71C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71C8B; }
p { color: rgb(167,28,139); }
H1.HeaderClassName
{
color: #A71C8B;
}
.AnyTagClassName
{
color: #A71C8B;
}
</style>
background-color css
<style>
a { background-color: #A71C8B; }
a { background-color: rgb(167,28,139); }
div.DivClassName
{
background-color: #A71C8B;
}
.BgClassName
{
background-color: #A71C8B;
}
</style>
border-color css
<style>
span { border-color: #A71C8B; }
span { border-color: rgb(167,28,139); }
td.TdClassName
{
border-color: #A71C8B;
}
.TagClassName
{
border-color: #A71C8B;
}
</style>