Shades of Medium Red Violet #A71C92
Tints of Medium Red Violet #A71C92
RGB
CMYK
RGB Variations
Color information
#A71C92 (or 0xA71C92) is known color: Medium Red Violet. HEX triplet: A7, 1C and 92. RGB value is (167,28,146). Sum of RGB (Red+Green+Blue) = 167+28+146=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71C92 is #58E36D. Grayscale: #525252. Windows color (decimal): -5825390 or 9575591. OLE color: 9575591.
HSL color Cylindrical-coordinate representation of color #A71C92: hue angle of 309.06º 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 #A71C92 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 28 | 146 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.35 |
| HSL | 309.06º | 0.71% | 0.38% | - |
| HSV(B) | 309.06º | 0.83% | 0.65% | - |
| XYZ | 21.54 | 11.12 | 28.21 | - |
| YUV | 83.01 | 163.55 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 146 | 0 | 0.83 | 0.13 | 0.35 | 309.06 | 0.71 | 0.38 |
| Hex | A7 | 1C | 92 | 0 | 53 | D | 23 | 135 | 47 | 26 |
| Octal | 247 | 34 | 222 | 0 | 123 | 15 | 43 | 465 | 107 | 46 |
| Binary | 10100111 | 11100 | 10010010 | 0 | 1010011 | 1101 | 100011 | 100110101 | 1000111 | 100110 |
Color Harmonies of #A71C92
Complementary color
Monochromatic Colors of #A71C92
Black with #A71C92
Text Example
Text Example
White with #A71C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71C92; }
p { color: rgb(167,28,146); }
H1.HeaderClassName
{
color: #A71C92;
}
.AnyTagClassName
{
color: #A71C92;
}
</style>
background-color css
<style>
a { background-color: #A71C92; }
a { background-color: rgb(167,28,146); }
div.DivClassName
{
background-color: #A71C92;
}
.BgClassName
{
background-color: #A71C92;
}
</style>
border-color css
<style>
span { border-color: #A71C92; }
span { border-color: rgb(167,28,146); }
td.TdClassName
{
border-color: #A71C92;
}
.TagClassName
{
border-color: #A71C92;
}
</style>