Shades of Medium Violet Red #AC137B
Tints of Medium Violet Red #AC137B
RGB
CMYK
RGB Variations
Color information
#AC137B (or 0xAC137B) is known color: Medium Violet Red. HEX triplet: AC, 13 and 7B. RGB value is (172,19,123). Sum of RGB (Red+Green+Blue) = 172+19+123=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC137B is #53EC84. Grayscale: #4C4C4C. Windows color (decimal): -5500037 or 8065964. OLE color: 8065964.
HSL color Cylindrical-coordinate representation of color #AC137B: hue angle of 319.22º 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 #AC137B is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 123 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.33 |
| HSL | 319.22º | 0.8% | 0.37% | - |
| HSV(B) | 319.22º | 0.89% | 0.67% | - |
| XYZ | 20.82 | 10.67 | 19.7 | - |
| YUV | 76.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 123 | 0 | 0.89 | 0.28 | 0.33 | 319.22 | 0.8 | 0.37 |
| Hex | AC | 13 | 7B | 0 | 59 | 1C | 21 | 13F | 50 | 25 |
| Octal | 254 | 23 | 173 | 0 | 131 | 34 | 41 | 477 | 120 | 45 |
| Binary | 10101100 | 10011 | 1111011 | 0 | 1011001 | 11100 | 100001 | 100111111 | 1010000 | 100101 |
Color Harmonies of #AC137B
Complementary color
Monochromatic Colors of #AC137B
Black with #AC137B
Text Example
Text Example
White with #AC137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC137B; }
p { color: rgb(172,19,123); }
H1.HeaderClassName
{
color: #AC137B;
}
.AnyTagClassName
{
color: #AC137B;
}
</style>
background-color css
<style>
a { background-color: #AC137B; }
a { background-color: rgb(172,19,123); }
div.DivClassName
{
background-color: #AC137B;
}
.BgClassName
{
background-color: #AC137B;
}
</style>
border-color css
<style>
span { border-color: #AC137B; }
span { border-color: rgb(172,19,123); }
td.TdClassName
{
border-color: #AC137B;
}
.TagClassName
{
border-color: #AC137B;
}
</style>