Shades of Medium Violet Red #AC127A
Tints of Medium Violet Red #AC127A
RGB
CMYK
RGB Variations
Color information
#AC127A (or 0xAC127A) is known color: Medium Violet Red. HEX triplet: AC, 12 and 7A. RGB value is (172,18,122). Sum of RGB (Red+Green+Blue) = 172+18+122=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC127A is #53ED85. Grayscale: #4B4B4B. Windows color (decimal): -5500294 or 8000172. OLE color: 8000172.
HSL color Cylindrical-coordinate representation of color #AC127A: hue angle of 319.48º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC127A is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 122 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.33 |
| HSL | 319.48º | 0.81% | 0.37% | - |
| HSV(B) | 319.48º | 0.9% | 0.67% | - |
| XYZ | 20.74 | 10.61 | 19.37 | - |
| YUV | 75.9 | 154.02 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 122 | 0 | 0.90 | 0.29 | 0.33 | 319.48 | 0.81 | 0.37 |
| Hex | AC | 12 | 7A | 0 | 5A | 1D | 21 | 13F | 51 | 25 |
| Octal | 254 | 22 | 172 | 0 | 132 | 35 | 41 | 477 | 121 | 45 |
| Binary | 10101100 | 10010 | 1111010 | 0 | 1011010 | 11101 | 100001 | 100111111 | 1010001 | 100101 |
Color Harmonies of #AC127A
Complementary color
Monochromatic Colors of #AC127A
Black with #AC127A
Text Example
Text Example
White with #AC127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC127A; }
p { color: rgb(172,18,122); }
H1.HeaderClassName
{
color: #AC127A;
}
.AnyTagClassName
{
color: #AC127A;
}
</style>
background-color css
<style>
a { background-color: #AC127A; }
a { background-color: rgb(172,18,122); }
div.DivClassName
{
background-color: #AC127A;
}
.BgClassName
{
background-color: #AC127A;
}
</style>
border-color css
<style>
span { border-color: #AC127A; }
span { border-color: rgb(172,18,122); }
td.TdClassName
{
border-color: #AC127A;
}
.TagClassName
{
border-color: #AC127A;
}
</style>