Shades of Medium Violet Red #AC0587
Tints of Medium Violet Red #AC0587
RGB
CMYK
RGB Variations
Color information
#AC0587 (or 0xAC0587) is known color: Medium Violet Red. HEX triplet: AC, 05 and 87. RGB value is (172,5,135). Sum of RGB (Red+Green+Blue) = 172+5+135=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0587 is #53FA78. Grayscale: #454545. Windows color (decimal): -5503609 or 8848812. OLE color: 8848812.
HSL color Cylindrical-coordinate representation of color #AC0587: hue angle of 313.29º 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 #AC0587 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 135 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.33 |
| HSL | 313.29º | 0.94% | 0.35% | - |
| HSV(B) | 313.29º | 0.97% | 0.67% | - |
| XYZ | 21.44 | 10.63 | 23.84 | - |
| YUV | 69.75 | 164.83 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 135 | 0 | 0.97 | 0.22 | 0.33 | 313.29 | 0.94 | 0.35 |
| Hex | AC | 5 | 87 | 0 | 61 | 16 | 21 | 139 | 5E | 23 |
| Octal | 254 | 5 | 207 | 0 | 141 | 26 | 41 | 471 | 136 | 43 |
| Binary | 10101100 | 101 | 10000111 | 0 | 1100001 | 10110 | 100001 | 100111001 | 1011110 | 100011 |
Color Harmonies of #AC0587
Complementary color
Monochromatic Colors of #AC0587
Black with #AC0587
Text Example
Text Example
White with #AC0587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0587; }
p { color: rgb(172,5,135); }
H1.HeaderClassName
{
color: #AC0587;
}
.AnyTagClassName
{
color: #AC0587;
}
</style>
background-color css
<style>
a { background-color: #AC0587; }
a { background-color: rgb(172,5,135); }
div.DivClassName
{
background-color: #AC0587;
}
.BgClassName
{
background-color: #AC0587;
}
</style>
border-color css
<style>
span { border-color: #AC0587; }
span { border-color: rgb(172,5,135); }
td.TdClassName
{
border-color: #AC0587;
}
.TagClassName
{
border-color: #AC0587;
}
</style>