Shades of Medium Violet Red #AC0589
Tints of Medium Violet Red #AC0589
RGB
CMYK
RGB Variations
Color information
#AC0589 (or 0xAC0589) is known color: Medium Violet Red. HEX triplet: AC, 05 and 89. RGB value is (172,5,137). Sum of RGB (Red+Green+Blue) = 172+5+137=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0589 is #53FA76. Grayscale: #454545. Windows color (decimal): -5503607 or 8979884. OLE color: 8979884.
HSL color Cylindrical-coordinate representation of color #AC0589: hue angle of 312.57º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0589 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 137 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.33 |
| HSL | 312.57º | 0.94% | 0.35% | - |
| HSV(B) | 312.57º | 0.97% | 0.67% | - |
| XYZ | 21.58 | 10.69 | 24.59 | - |
| YUV | 69.98 | 165.83 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 137 | 0 | 0.97 | 0.20 | 0.33 | 312.57 | 0.94 | 0.35 |
| Hex | AC | 5 | 89 | 0 | 61 | 14 | 21 | 139 | 5E | 23 |
| Octal | 254 | 5 | 211 | 0 | 141 | 24 | 41 | 471 | 136 | 43 |
| Binary | 10101100 | 101 | 10001001 | 0 | 1100001 | 10100 | 100001 | 100111001 | 1011110 | 100011 |
Color Harmonies of #AC0589
Complementary color
Monochromatic Colors of #AC0589
Black with #AC0589
Text Example
Text Example
White with #AC0589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0589; }
p { color: rgb(172,5,137); }
H1.HeaderClassName
{
color: #AC0589;
}
.AnyTagClassName
{
color: #AC0589;
}
</style>
background-color css
<style>
a { background-color: #AC0589; }
a { background-color: rgb(172,5,137); }
div.DivClassName
{
background-color: #AC0589;
}
.BgClassName
{
background-color: #AC0589;
}
</style>
border-color css
<style>
span { border-color: #AC0589; }
span { border-color: rgb(172,5,137); }
td.TdClassName
{
border-color: #AC0589;
}
.TagClassName
{
border-color: #AC0589;
}
</style>