Shades of Medium Violet Red #AC1C80
Tints of Medium Violet Red #AC1C80
RGB
CMYK
RGB Variations
Color information
#AC1C80 (or 0xAC1C80) is known color: Medium Violet Red. HEX triplet: AC, 1C and 80. RGB value is (172,28,128). Sum of RGB (Red+Green+Blue) = 172+28+128=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1C80 is #53E37F. Grayscale: #525252. Windows color (decimal): -5497728 or 8395948. OLE color: 8395948.
HSL color Cylindrical-coordinate representation of color #AC1C80: hue angle of 318.33º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1C80 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 128 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.33 |
| HSL | 318.33º | 0.72% | 0.39% | - |
| HSV(B) | 318.33º | 0.84% | 0.67% | - |
| XYZ | 21.32 | 11.16 | 21.45 | - |
| YUV | 82.46 | 153.71 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 128 | 0 | 0.84 | 0.26 | 0.33 | 318.33 | 0.72 | 0.39 |
| Hex | AC | 1C | 80 | 0 | 54 | 1A | 21 | 13E | 48 | 27 |
| Octal | 254 | 34 | 200 | 0 | 124 | 32 | 41 | 476 | 110 | 47 |
| Binary | 10101100 | 11100 | 10000000 | 0 | 1010100 | 11010 | 100001 | 100111110 | 1001000 | 100111 |
Color Harmonies of #AC1C80
Complementary color
Monochromatic Colors of #AC1C80
Black with #AC1C80
Text Example
Text Example
White with #AC1C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1C80; }
p { color: rgb(172,28,128); }
H1.HeaderClassName
{
color: #AC1C80;
}
.AnyTagClassName
{
color: #AC1C80;
}
</style>
background-color css
<style>
a { background-color: #AC1C80; }
a { background-color: rgb(172,28,128); }
div.DivClassName
{
background-color: #AC1C80;
}
.BgClassName
{
background-color: #AC1C80;
}
</style>
border-color css
<style>
span { border-color: #AC1C80; }
span { border-color: rgb(172,28,128); }
td.TdClassName
{
border-color: #AC1C80;
}
.TagClassName
{
border-color: #AC1C80;
}
</style>