Shades of Medium Violet Red #AC1C89
Tints of Medium Violet Red #AC1C89
RGB
CMYK
RGB Variations
Color information
#AC1C89 (or 0xAC1C89) is known color: Medium Violet Red. HEX triplet: AC, 1C and 89. RGB value is (172,28,137). Sum of RGB (Red+Green+Blue) = 172+28+137=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1C89 is #53E376. Grayscale: #535353. Windows color (decimal): -5497719 or 8985772. OLE color: 8985772.
HSL color Cylindrical-coordinate representation of color #AC1C89: hue angle of 314.58º 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 #AC1C89 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 137 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.33 |
| HSL | 314.58º | 0.72% | 0.39% | - |
| HSV(B) | 314.58º | 0.84% | 0.67% | - |
| XYZ | 21.94 | 11.41 | 24.71 | - |
| YUV | 83.48 | 158.21 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 137 | 0 | 0.84 | 0.20 | 0.33 | 314.58 | 0.72 | 0.39 |
| Hex | AC | 1C | 89 | 0 | 54 | 14 | 21 | 13B | 48 | 27 |
| Octal | 254 | 34 | 211 | 0 | 124 | 24 | 41 | 473 | 110 | 47 |
| Binary | 10101100 | 11100 | 10001001 | 0 | 1010100 | 10100 | 100001 | 100111011 | 1001000 | 100111 |
Color Harmonies of #AC1C89
Complementary color
Monochromatic Colors of #AC1C89
Black with #AC1C89
Text Example
Text Example
White with #AC1C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1C89; }
p { color: rgb(172,28,137); }
H1.HeaderClassName
{
color: #AC1C89;
}
.AnyTagClassName
{
color: #AC1C89;
}
</style>
background-color css
<style>
a { background-color: #AC1C89; }
a { background-color: rgb(172,28,137); }
div.DivClassName
{
background-color: #AC1C89;
}
.BgClassName
{
background-color: #AC1C89;
}
</style>
border-color css
<style>
span { border-color: #AC1C89; }
span { border-color: rgb(172,28,137); }
td.TdClassName
{
border-color: #AC1C89;
}
.TagClassName
{
border-color: #AC1C89;
}
</style>