Shades of Medium Violet Red #AC137E
Tints of Medium Violet Red #AC137E
RGB
CMYK
RGB Variations
Color information
#AC137E (or 0xAC137E) is known color: Medium Violet Red. HEX triplet: AC, 13 and 7E. RGB value is (172,19,126). Sum of RGB (Red+Green+Blue) = 172+19+126=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC137E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC137E is #53EC81. Grayscale: #4C4C4C. Windows color (decimal): -5500034 or 8262572. OLE color: 8262572.
HSL color Cylindrical-coordinate representation of color #AC137E: hue angle of 318.04º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC137E is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 126 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.33 |
| HSL | 318.04º | 0.8% | 0.37% | - |
| HSV(B) | 318.04º | 0.89% | 0.67% | - |
| XYZ | 21.01 | 10.74 | 20.7 | - |
| YUV | 76.95 | 155.69 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 126 | 0 | 0.89 | 0.27 | 0.33 | 318.04 | 0.8 | 0.37 |
| Hex | AC | 13 | 7E | 0 | 59 | 1B | 21 | 13E | 50 | 25 |
| Octal | 254 | 23 | 176 | 0 | 131 | 33 | 41 | 476 | 120 | 45 |
| Binary | 10101100 | 10011 | 1111110 | 0 | 1011001 | 11011 | 100001 | 100111110 | 1010000 | 100101 |
Color Harmonies of #AC137E
Complementary color
Monochromatic Colors of #AC137E
Black with #AC137E
Text Example
Text Example
White with #AC137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC137E; }
p { color: rgb(172,19,126); }
H1.HeaderClassName
{
color: #AC137E;
}
.AnyTagClassName
{
color: #AC137E;
}
</style>
background-color css
<style>
a { background-color: #AC137E; }
a { background-color: rgb(172,19,126); }
div.DivClassName
{
background-color: #AC137E;
}
.BgClassName
{
background-color: #AC137E;
}
</style>
border-color css
<style>
span { border-color: #AC137E; }
span { border-color: rgb(172,19,126); }
td.TdClassName
{
border-color: #AC137E;
}
.TagClassName
{
border-color: #AC137E;
}
</style>