Shades of Medium Violet Red #AC1389
Tints of Medium Violet Red #AC1389
RGB
CMYK
RGB Variations
Color information
#AC1389 (or 0xAC1389) is known color: Medium Violet Red. HEX triplet: AC, 13 and 89. RGB value is (172,19,137). Sum of RGB (Red+Green+Blue) = 172+19+137=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1389 is #53EC76. Grayscale: #4D4D4D. Windows color (decimal): -5500023 or 8983468. OLE color: 8983468.
HSL color Cylindrical-coordinate representation of color #AC1389: hue angle of 313.73º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1389 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 137 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.33 |
| HSL | 313.73º | 0.8% | 0.37% | - |
| HSV(B) | 313.73º | 0.89% | 0.67% | - |
| XYZ | 21.76 | 11.04 | 24.65 | - |
| YUV | 78.2 | 161.19 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 137 | 0 | 0.89 | 0.20 | 0.33 | 313.73 | 0.8 | 0.37 |
| Hex | AC | 13 | 89 | 0 | 59 | 14 | 21 | 13A | 50 | 25 |
| Octal | 254 | 23 | 211 | 0 | 131 | 24 | 41 | 472 | 120 | 45 |
| Binary | 10101100 | 10011 | 10001001 | 0 | 1011001 | 10100 | 100001 | 100111010 | 1010000 | 100101 |
Color Harmonies of #AC1389
Complementary color
Monochromatic Colors of #AC1389
Black with #AC1389
Text Example
Text Example
White with #AC1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1389; }
p { color: rgb(172,19,137); }
H1.HeaderClassName
{
color: #AC1389;
}
.AnyTagClassName
{
color: #AC1389;
}
</style>
background-color css
<style>
a { background-color: #AC1389; }
a { background-color: rgb(172,19,137); }
div.DivClassName
{
background-color: #AC1389;
}
.BgClassName
{
background-color: #AC1389;
}
</style>
border-color css
<style>
span { border-color: #AC1389; }
span { border-color: rgb(172,19,137); }
td.TdClassName
{
border-color: #AC1389;
}
.TagClassName
{
border-color: #AC1389;
}
</style>