Shades of Medium Violet Red #AC1993
Tints of Medium Violet Red #AC1993
RGB
CMYK
RGB Variations
Color information
#AC1993 (or 0xAC1993) is known color: Medium Violet Red. HEX triplet: AC, 19 and 93. RGB value is (172,25,147). Sum of RGB (Red+Green+Blue) = 172+25+147=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1993 is #53E66C. Grayscale: #525252. Windows color (decimal): -5498477 or 9640364. OLE color: 9640364.
HSL color Cylindrical-coordinate representation of color #AC1993: hue angle of 310.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1993 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 147 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.33 |
| HSL | 310.2º | 0.75% | 0.39% | - |
| HSV(B) | 310.2º | 0.85% | 0.67% | - |
| XYZ | 22.63 | 11.57 | 28.64 | - |
| YUV | 82.86 | 164.2 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 147 | 0 | 0.85 | 0.15 | 0.33 | 310.2 | 0.75 | 0.39 |
| Hex | AC | 19 | 93 | 0 | 55 | F | 21 | 136 | 4B | 27 |
| Octal | 254 | 31 | 223 | 0 | 125 | 17 | 41 | 466 | 113 | 47 |
| Binary | 10101100 | 11001 | 10010011 | 0 | 1010101 | 1111 | 100001 | 100110110 | 1001011 | 100111 |
Color Harmonies of #AC1993
Complementary color
Monochromatic Colors of #AC1993
Black with #AC1993
Text Example
Text Example
White with #AC1993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1993; }
p { color: rgb(172,25,147); }
H1.HeaderClassName
{
color: #AC1993;
}
.AnyTagClassName
{
color: #AC1993;
}
</style>
background-color css
<style>
a { background-color: #AC1993; }
a { background-color: rgb(172,25,147); }
div.DivClassName
{
background-color: #AC1993;
}
.BgClassName
{
background-color: #AC1993;
}
</style>
border-color css
<style>
span { border-color: #AC1993; }
span { border-color: rgb(172,25,147); }
td.TdClassName
{
border-color: #AC1993;
}
.TagClassName
{
border-color: #AC1993;
}
</style>