Shades of Medium Violet Red #AC1C81
Tints of Medium Violet Red #AC1C81
RGB
CMYK
RGB Variations
Color information
#AC1C81 (or 0xAC1C81) is known color: Medium Violet Red. HEX triplet: AC, 1C and 81. RGB value is (172,28,129). Sum of RGB (Red+Green+Blue) = 172+28+129=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1C81 is #53E37E. Grayscale: #525252. Windows color (decimal): -5497727 or 8461484. OLE color: 8461484.
HSL color Cylindrical-coordinate representation of color #AC1C81: hue angle of 317.92º 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 #AC1C81 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 129 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.33 |
| HSL | 317.92º | 0.72% | 0.39% | - |
| HSV(B) | 317.92º | 0.84% | 0.67% | - |
| XYZ | 21.39 | 11.19 | 21.8 | - |
| YUV | 82.57 | 154.21 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 129 | 0 | 0.84 | 0.25 | 0.33 | 317.92 | 0.72 | 0.39 |
| Hex | AC | 1C | 81 | 0 | 54 | 19 | 21 | 13E | 48 | 27 |
| Octal | 254 | 34 | 201 | 0 | 124 | 31 | 41 | 476 | 110 | 47 |
| Binary | 10101100 | 11100 | 10000001 | 0 | 1010100 | 11001 | 100001 | 100111110 | 1001000 | 100111 |
Color Harmonies of #AC1C81
Complementary color
Monochromatic Colors of #AC1C81
Black with #AC1C81
Text Example
Text Example
White with #AC1C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1C81; }
p { color: rgb(172,28,129); }
H1.HeaderClassName
{
color: #AC1C81;
}
.AnyTagClassName
{
color: #AC1C81;
}
</style>
background-color css
<style>
a { background-color: #AC1C81; }
a { background-color: rgb(172,28,129); }
div.DivClassName
{
background-color: #AC1C81;
}
.BgClassName
{
background-color: #AC1C81;
}
</style>
border-color css
<style>
span { border-color: #AC1C81; }
span { border-color: rgb(172,28,129); }
td.TdClassName
{
border-color: #AC1C81;
}
.TagClassName
{
border-color: #AC1C81;
}
</style>