Shades of Medium Violet Red #AC1C88
Tints of Medium Violet Red #AC1C88
RGB
CMYK
RGB Variations
Color information
#AC1C88 (or 0xAC1C88) is known color: Medium Violet Red. HEX triplet: AC, 1C and 88. RGB value is (172,28,136). Sum of RGB (Red+Green+Blue) = 172+28+136=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1C88 is #53E377. Grayscale: #535353. Windows color (decimal): -5497720 or 8920236. OLE color: 8920236.
HSL color Cylindrical-coordinate representation of color #AC1C88: hue angle of 315º 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 #AC1C88 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 136 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.33 |
| HSL | 315º | 0.72% | 0.39% | - |
| HSV(B) | 315º | 0.84% | 0.67% | - |
| XYZ | 21.87 | 11.38 | 24.34 | - |
| YUV | 83.37 | 157.71 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 136 | 0 | 0.84 | 0.21 | 0.33 | 315 | 0.72 | 0.39 |
| Hex | AC | 1C | 88 | 0 | 54 | 15 | 21 | 13B | 48 | 27 |
| Octal | 254 | 34 | 210 | 0 | 124 | 25 | 41 | 473 | 110 | 47 |
| Binary | 10101100 | 11100 | 10001000 | 0 | 1010100 | 10101 | 100001 | 100111011 | 1001000 | 100111 |
Color Harmonies of #AC1C88
Complementary color
Monochromatic Colors of #AC1C88
Black with #AC1C88
Text Example
Text Example
White with #AC1C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1C88; }
p { color: rgb(172,28,136); }
H1.HeaderClassName
{
color: #AC1C88;
}
.AnyTagClassName
{
color: #AC1C88;
}
</style>
background-color css
<style>
a { background-color: #AC1C88; }
a { background-color: rgb(172,28,136); }
div.DivClassName
{
background-color: #AC1C88;
}
.BgClassName
{
background-color: #AC1C88;
}
</style>
border-color css
<style>
span { border-color: #AC1C88; }
span { border-color: rgb(172,28,136); }
td.TdClassName
{
border-color: #AC1C88;
}
.TagClassName
{
border-color: #AC1C88;
}
</style>