Shades of Medium Red Violet #A72E90
Tints of Medium Red Violet #A72E90
RGB
CMYK
RGB Variations
Color information
#A72E90 (or 0xA72E90) is known color: Medium Red Violet. HEX triplet: A7, 2E and 90. RGB value is (167,46,144). Sum of RGB (Red+Green+Blue) = 167+46+144=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72E90 is #58D16F. Grayscale: #5D5D5D. Windows color (decimal): -5820784 or 9449127. OLE color: 9449127.
HSL color Cylindrical-coordinate representation of color #A72E90: hue angle of 311.4º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A72E90 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 46 | 144 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.35 |
| HSL | 311.41º | 0.57% | 0.42% | - |
| HSV(B) | 311.41º | 0.72% | 0.65% | - |
| XYZ | 21.95 | 12.18 | 27.58 | - |
| YUV | 93.35 | 156.59 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 144 | 0 | 0.72 | 0.14 | 0.35 | 311.41 | 0.57 | 0.42 |
| Hex | A7 | 2E | 90 | 0 | 48 | E | 23 | 137 | 39 | 2A |
| Octal | 247 | 56 | 220 | 0 | 110 | 16 | 43 | 467 | 71 | 52 |
| Binary | 10100111 | 101110 | 10010000 | 0 | 1001000 | 1110 | 100011 | 100110111 | 111001 | 101010 |
Color Harmonies of #A72E90
Complementary color
Monochromatic Colors of #A72E90
Black with #A72E90
Text Example
Text Example
White with #A72E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72E90; }
p { color: rgb(167,46,144); }
H1.HeaderClassName
{
color: #A72E90;
}
.AnyTagClassName
{
color: #A72E90;
}
</style>
background-color css
<style>
a { background-color: #A72E90; }
a { background-color: rgb(167,46,144); }
div.DivClassName
{
background-color: #A72E90;
}
.BgClassName
{
background-color: #A72E90;
}
</style>
border-color css
<style>
span { border-color: #A72E90; }
span { border-color: rgb(167,46,144); }
td.TdClassName
{
border-color: #A72E90;
}
.TagClassName
{
border-color: #A72E90;
}
</style>