Shades of Medium Red Violet #A71C83
Tints of Medium Red Violet #A71C83
RGB
CMYK
RGB Variations
Color information
#A71C83 (or 0xA71C83) is known color: Medium Red Violet. HEX triplet: A7, 1C and 83. RGB value is (167,28,131). Sum of RGB (Red+Green+Blue) = 167+28+131=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71C83 is #58E37C. Grayscale: #515151. Windows color (decimal): -5825405 or 8592551. OLE color: 8592551.
HSL color Cylindrical-coordinate representation of color #A71C83: hue angle of 315.54º 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 #A71C83 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 28 | 131 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.35 |
| HSL | 315.54º | 0.71% | 0.38% | - |
| HSV(B) | 315.54º | 0.83% | 0.65% | - |
| XYZ | 20.45 | 10.68 | 22.46 | - |
| YUV | 81.3 | 156.05 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 131 | 0 | 0.83 | 0.22 | 0.35 | 315.54 | 0.71 | 0.38 |
| Hex | A7 | 1C | 83 | 0 | 53 | 16 | 23 | 13C | 47 | 26 |
| Octal | 247 | 34 | 203 | 0 | 123 | 26 | 43 | 474 | 107 | 46 |
| Binary | 10100111 | 11100 | 10000011 | 0 | 1010011 | 10110 | 100011 | 100111100 | 1000111 | 100110 |
Color Harmonies of #A71C83
Complementary color
Monochromatic Colors of #A71C83
Black with #A71C83
Text Example
Text Example
White with #A71C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71C83; }
p { color: rgb(167,28,131); }
H1.HeaderClassName
{
color: #A71C83;
}
.AnyTagClassName
{
color: #A71C83;
}
</style>
background-color css
<style>
a { background-color: #A71C83; }
a { background-color: rgb(167,28,131); }
div.DivClassName
{
background-color: #A71C83;
}
.BgClassName
{
background-color: #A71C83;
}
</style>
border-color css
<style>
span { border-color: #A71C83; }
span { border-color: rgb(167,28,131); }
td.TdClassName
{
border-color: #A71C83;
}
.TagClassName
{
border-color: #A71C83;
}
</style>