Shades of Medium Violet Red #AC117C
Tints of Medium Violet Red #AC117C
RGB
CMYK
RGB Variations
Color information
#AC117C (or 0xAC117C) is known color: Medium Violet Red. HEX triplet: AC, 11 and 7C. RGB value is (172,17,124). Sum of RGB (Red+Green+Blue) = 172+17+124=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC117C is #53EE83. Grayscale: #4B4B4B. Windows color (decimal): -5500548 or 8130988. OLE color: 8130988.
HSL color Cylindrical-coordinate representation of color #AC117C: hue angle of 318.58º degrees, saturation: 0.82, 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 #AC117C is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 124 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.33 |
| HSL | 318.58º | 0.82% | 0.37% | - |
| HSV(B) | 318.58º | 0.9% | 0.67% | - |
| XYZ | 20.85 | 10.63 | 20.02 | - |
| YUV | 75.54 | 155.35 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 124 | 0 | 0.90 | 0.28 | 0.33 | 318.58 | 0.82 | 0.37 |
| Hex | AC | 11 | 7C | 0 | 5A | 1C | 21 | 13F | 52 | 25 |
| Octal | 254 | 21 | 174 | 0 | 132 | 34 | 41 | 477 | 122 | 45 |
| Binary | 10101100 | 10001 | 1111100 | 0 | 1011010 | 11100 | 100001 | 100111111 | 1010010 | 100101 |
Color Harmonies of #AC117C
Complementary color
Monochromatic Colors of #AC117C
Black with #AC117C
Text Example
Text Example
White with #AC117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC117C; }
p { color: rgb(172,17,124); }
H1.HeaderClassName
{
color: #AC117C;
}
.AnyTagClassName
{
color: #AC117C;
}
</style>
background-color css
<style>
a { background-color: #AC117C; }
a { background-color: rgb(172,17,124); }
div.DivClassName
{
background-color: #AC117C;
}
.BgClassName
{
background-color: #AC117C;
}
</style>
border-color css
<style>
span { border-color: #AC117C; }
span { border-color: rgb(172,17,124); }
td.TdClassName
{
border-color: #AC117C;
}
.TagClassName
{
border-color: #AC117C;
}
</style>