Shades of Medium Violet Red #AC1589
Tints of Medium Violet Red #AC1589
RGB
CMYK
RGB Variations
Color information
#AC1589 (or 0xAC1589) is known color: Medium Violet Red. HEX triplet: AC, 15 and 89. RGB value is (172,21,137). Sum of RGB (Red+Green+Blue) = 172+21+137=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1589 is #53EA76. Grayscale: #4F4F4F. Windows color (decimal): -5499511 or 8983980. OLE color: 8983980.
HSL color Cylindrical-coordinate representation of color #AC1589: hue angle of 313.91º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1589 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 137 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.33 |
| HSL | 313.91º | 0.78% | 0.38% | - |
| HSV(B) | 313.91º | 0.88% | 0.67% | - |
| XYZ | 21.8 | 11.11 | 24.66 | - |
| YUV | 79.37 | 160.53 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 137 | 0 | 0.88 | 0.20 | 0.33 | 313.91 | 0.78 | 0.38 |
| Hex | AC | 15 | 89 | 0 | 58 | 14 | 21 | 13A | 4E | 26 |
| Octal | 254 | 25 | 211 | 0 | 130 | 24 | 41 | 472 | 116 | 46 |
| Binary | 10101100 | 10101 | 10001001 | 0 | 1011000 | 10100 | 100001 | 100111010 | 1001110 | 100110 |
Color Harmonies of #AC1589
Complementary color
Monochromatic Colors of #AC1589
Black with #AC1589
Text Example
Text Example
White with #AC1589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1589; }
p { color: rgb(172,21,137); }
H1.HeaderClassName
{
color: #AC1589;
}
.AnyTagClassName
{
color: #AC1589;
}
</style>
background-color css
<style>
a { background-color: #AC1589; }
a { background-color: rgb(172,21,137); }
div.DivClassName
{
background-color: #AC1589;
}
.BgClassName
{
background-color: #AC1589;
}
</style>
border-color css
<style>
span { border-color: #AC1589; }
span { border-color: rgb(172,21,137); }
td.TdClassName
{
border-color: #AC1589;
}
.TagClassName
{
border-color: #AC1589;
}
</style>