Shades of Medium Violet Red #AC0E7F
Tints of Medium Violet Red #AC0E7F
RGB
CMYK
RGB Variations
Color information
#AC0E7F (or 0xAC0E7F) is known color: Medium Violet Red. HEX triplet: AC, 0E and 7F. RGB value is (172,14,127). Sum of RGB (Red+Green+Blue) = 172+14+127=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0E7F is #53F180. Grayscale: #494949. Windows color (decimal): -5501313 or 8326828. OLE color: 8326828.
HSL color Cylindrical-coordinate representation of color #AC0E7F: hue angle of 317.09º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0E7F is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 14 | 127 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.33 |
| HSL | 317.09º | 0.85% | 0.36% | - |
| HSV(B) | 317.09º | 0.92% | 0.67% | - |
| XYZ | 21 | 10.62 | 21.02 | - |
| YUV | 74.12 | 157.85 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 127 | 0 | 0.92 | 0.26 | 0.33 | 317.09 | 0.85 | 0.36 |
| Hex | AC | E | 7F | 0 | 5C | 1A | 21 | 13D | 55 | 24 |
| Octal | 254 | 16 | 177 | 0 | 134 | 32 | 41 | 475 | 125 | 44 |
| Binary | 10101100 | 1110 | 1111111 | 0 | 1011100 | 11010 | 100001 | 100111101 | 1010101 | 100100 |
Color Harmonies of #AC0E7F
Complementary color
Monochromatic Colors of #AC0E7F
Black with #AC0E7F
Text Example
Text Example
White with #AC0E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0E7F; }
p { color: rgb(172,14,127); }
H1.HeaderClassName
{
color: #AC0E7F;
}
.AnyTagClassName
{
color: #AC0E7F;
}
</style>
background-color css
<style>
a { background-color: #AC0E7F; }
a { background-color: rgb(172,14,127); }
div.DivClassName
{
background-color: #AC0E7F;
}
.BgClassName
{
background-color: #AC0E7F;
}
</style>
border-color css
<style>
span { border-color: #AC0E7F; }
span { border-color: rgb(172,14,127); }
td.TdClassName
{
border-color: #AC0E7F;
}
.TagClassName
{
border-color: #AC0E7F;
}
</style>