Shades of Medium Violet Red #A71089
Tints of Medium Violet Red #A71089
RGB
CMYK
RGB Variations
Color information
#A71089 (or 0xA71089) is known color: Medium Violet Red. HEX triplet: A7, 10 and 89. RGB value is (167,16,137). Sum of RGB (Red+Green+Blue) = 167+16+137=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A71089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71089 is #58EF76. Grayscale: #4A4A4A. Windows color (decimal): -5828471 or 8982695. OLE color: 8982695.
HSL color Cylindrical-coordinate representation of color #A71089: hue angle of 311.92º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71089 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 16 | 137 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.35 |
| HSL | 311.92º | 0.83% | 0.36% | - |
| HSV(B) | 311.92º | 0.9% | 0.65% | - |
| XYZ | 20.64 | 10.39 | 24.59 | - |
| YUV | 74.94 | 163.03 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 137 | 0 | 0.90 | 0.18 | 0.35 | 311.92 | 0.83 | 0.36 |
| Hex | A7 | 10 | 89 | 0 | 5A | 12 | 23 | 138 | 53 | 24 |
| Octal | 247 | 20 | 211 | 0 | 132 | 22 | 43 | 470 | 123 | 44 |
| Binary | 10100111 | 10000 | 10001001 | 0 | 1011010 | 10010 | 100011 | 100111000 | 1010011 | 100100 |
Color Harmonies of #A71089
Complementary color
Monochromatic Colors of #A71089
Black with #A71089
Text Example
Text Example
White with #A71089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71089; }
p { color: rgb(167,16,137); }
H1.HeaderClassName
{
color: #A71089;
}
.AnyTagClassName
{
color: #A71089;
}
</style>
background-color css
<style>
a { background-color: #A71089; }
a { background-color: rgb(167,16,137); }
div.DivClassName
{
background-color: #A71089;
}
.BgClassName
{
background-color: #A71089;
}
</style>
border-color css
<style>
span { border-color: #A71089; }
span { border-color: rgb(167,16,137); }
td.TdClassName
{
border-color: #A71089;
}
.TagClassName
{
border-color: #A71089;
}
</style>