Shades of Medium Violet Red #AC0C93
Tints of Medium Violet Red #AC0C93
RGB
CMYK
RGB Variations
Color information
#AC0C93 (or 0xAC0C93) is known color: Medium Violet Red. HEX triplet: AC, 0C and 93. RGB value is (172,12,147). Sum of RGB (Red+Green+Blue) = 172+12+147=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0C93 is #53F36C. Grayscale: #4A4A4A. Windows color (decimal): -5501805 or 9637036. OLE color: 9637036.
HSL color Cylindrical-coordinate representation of color #AC0C93: hue angle of 309.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C93 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 147 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.33 |
| HSL | 309.38º | 0.87% | 0.36% | - |
| HSV(B) | 309.38º | 0.93% | 0.67% | - |
| XYZ | 22.41 | 11.14 | 28.57 | - |
| YUV | 75.23 | 168.51 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 147 | 0 | 0.93 | 0.15 | 0.33 | 309.38 | 0.87 | 0.36 |
| Hex | AC | C | 93 | 0 | 5D | F | 21 | 135 | 57 | 24 |
| Octal | 254 | 14 | 223 | 0 | 135 | 17 | 41 | 465 | 127 | 44 |
| Binary | 10101100 | 1100 | 10010011 | 0 | 1011101 | 1111 | 100001 | 100110101 | 1010111 | 100100 |
Color Harmonies of #AC0C93
Complementary color
Monochromatic Colors of #AC0C93
Black with #AC0C93
Text Example
Text Example
White with #AC0C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C93; }
p { color: rgb(172,12,147); }
H1.HeaderClassName
{
color: #AC0C93;
}
.AnyTagClassName
{
color: #AC0C93;
}
</style>
background-color css
<style>
a { background-color: #AC0C93; }
a { background-color: rgb(172,12,147); }
div.DivClassName
{
background-color: #AC0C93;
}
.BgClassName
{
background-color: #AC0C93;
}
</style>
border-color css
<style>
span { border-color: #AC0C93; }
span { border-color: rgb(172,12,147); }
td.TdClassName
{
border-color: #AC0C93;
}
.TagClassName
{
border-color: #AC0C93;
}
</style>