Shades of Medium Violet Red #AC0586
Tints of Medium Violet Red #AC0586
RGB
CMYK
RGB Variations
Color information
#AC0586 (or 0xAC0586) is known color: Medium Violet Red. HEX triplet: AC, 05 and 86. RGB value is (172,5,134). Sum of RGB (Red+Green+Blue) = 172+5+134=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0586 is #53FA79. Grayscale: #454545. Windows color (decimal): -5503610 or 8783276. OLE color: 8783276.
HSL color Cylindrical-coordinate representation of color #AC0586: hue angle of 313.65º 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 #AC0586 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 134 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.33 |
| HSL | 313.65º | 0.94% | 0.35% | - |
| HSV(B) | 313.65º | 0.97% | 0.67% | - |
| XYZ | 21.37 | 10.6 | 23.47 | - |
| YUV | 69.64 | 164.33 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 134 | 0 | 0.97 | 0.22 | 0.33 | 313.65 | 0.94 | 0.35 |
| Hex | AC | 5 | 86 | 0 | 61 | 16 | 21 | 13A | 5E | 23 |
| Octal | 254 | 5 | 206 | 0 | 141 | 26 | 41 | 472 | 136 | 43 |
| Binary | 10101100 | 101 | 10000110 | 0 | 1100001 | 10110 | 100001 | 100111010 | 1011110 | 100011 |
Color Harmonies of #AC0586
Complementary color
Monochromatic Colors of #AC0586
Black with #AC0586
Text Example
Text Example
White with #AC0586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0586; }
p { color: rgb(172,5,134); }
H1.HeaderClassName
{
color: #AC0586;
}
.AnyTagClassName
{
color: #AC0586;
}
</style>
background-color css
<style>
a { background-color: #AC0586; }
a { background-color: rgb(172,5,134); }
div.DivClassName
{
background-color: #AC0586;
}
.BgClassName
{
background-color: #AC0586;
}
</style>
border-color css
<style>
span { border-color: #AC0586; }
span { border-color: rgb(172,5,134); }
td.TdClassName
{
border-color: #AC0586;
}
.TagClassName
{
border-color: #AC0586;
}
</style>