Shades of Medium Violet Red #AC1199
Tints of Medium Violet Red #AC1199
RGB
CMYK
RGB Variations
Color information
#AC1199 (or 0xAC1199) is known color: Medium Violet Red. HEX triplet: AC, 11 and 99. RGB value is (172,17,153). Sum of RGB (Red+Green+Blue) = 172+17+153=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1199 is #53EE66. Grayscale: #4E4E4E. Windows color (decimal): -5500519 or 10031532. OLE color: 10031532.
HSL color Cylindrical-coordinate representation of color #AC1199: hue angle of 307.35º 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 #AC1199 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 153 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.33 |
| HSL | 307.35º | 0.82% | 0.37% | - |
| HSV(B) | 307.35º | 0.9% | 0.67% | - |
| XYZ | 22.96 | 11.47 | 31.14 | - |
| YUV | 78.85 | 169.85 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 153 | 0 | 0.90 | 0.11 | 0.33 | 307.35 | 0.82 | 0.37 |
| Hex | AC | 11 | 99 | 0 | 5A | B | 21 | 133 | 52 | 25 |
| Octal | 254 | 21 | 231 | 0 | 132 | 13 | 41 | 463 | 122 | 45 |
| Binary | 10101100 | 10001 | 10011001 | 0 | 1011010 | 1011 | 100001 | 100110011 | 1010010 | 100101 |
Color Harmonies of #AC1199
Complementary color
Monochromatic Colors of #AC1199
Black with #AC1199
Text Example
Text Example
White with #AC1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1199; }
p { color: rgb(172,17,153); }
H1.HeaderClassName
{
color: #AC1199;
}
.AnyTagClassName
{
color: #AC1199;
}
</style>
background-color css
<style>
a { background-color: #AC1199; }
a { background-color: rgb(172,17,153); }
div.DivClassName
{
background-color: #AC1199;
}
.BgClassName
{
background-color: #AC1199;
}
</style>
border-color css
<style>
span { border-color: #AC1199; }
span { border-color: rgb(172,17,153); }
td.TdClassName
{
border-color: #AC1199;
}
.TagClassName
{
border-color: #AC1199;
}
</style>