Shades of Medium Violet Red #AC1289
Tints of Medium Violet Red #AC1289
RGB
CMYK
RGB Variations
Color information
#AC1289 (or 0xAC1289) is known color: Medium Violet Red. HEX triplet: AC, 12 and 89. RGB value is (172,18,137). Sum of RGB (Red+Green+Blue) = 172+18+137=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1289 is #53ED76. Grayscale: #4D4D4D. Windows color (decimal): -5500279 or 8983212. OLE color: 8983212.
HSL color Cylindrical-coordinate representation of color #AC1289: hue angle of 313.64º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1289 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 137 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.33 |
| HSL | 313.64º | 0.81% | 0.37% | - |
| HSV(B) | 313.64º | 0.9% | 0.67% | - |
| XYZ | 21.74 | 11.01 | 24.65 | - |
| YUV | 77.61 | 161.52 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 137 | 0 | 0.90 | 0.20 | 0.33 | 313.64 | 0.81 | 0.37 |
| Hex | AC | 12 | 89 | 0 | 5A | 14 | 21 | 13A | 51 | 25 |
| Octal | 254 | 22 | 211 | 0 | 132 | 24 | 41 | 472 | 121 | 45 |
| Binary | 10101100 | 10010 | 10001001 | 0 | 1011010 | 10100 | 100001 | 100111010 | 1010001 | 100101 |
Color Harmonies of #AC1289
Complementary color
Monochromatic Colors of #AC1289
Black with #AC1289
Text Example
Text Example
White with #AC1289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1289; }
p { color: rgb(172,18,137); }
H1.HeaderClassName
{
color: #AC1289;
}
.AnyTagClassName
{
color: #AC1289;
}
</style>
background-color css
<style>
a { background-color: #AC1289; }
a { background-color: rgb(172,18,137); }
div.DivClassName
{
background-color: #AC1289;
}
.BgClassName
{
background-color: #AC1289;
}
</style>
border-color css
<style>
span { border-color: #AC1289; }
span { border-color: rgb(172,18,137); }
td.TdClassName
{
border-color: #AC1289;
}
.TagClassName
{
border-color: #AC1289;
}
</style>