Shades of Medium Violet Red #AC0585
Tints of Medium Violet Red #AC0585
RGB
CMYK
RGB Variations
Color information
#AC0585 (or 0xAC0585) is known color: Medium Violet Red. HEX triplet: AC, 05 and 85. RGB value is (172,5,133). Sum of RGB (Red+Green+Blue) = 172+5+133=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0585 is #53FA7A. Grayscale: #454545. Windows color (decimal): -5503611 or 8717740. OLE color: 8717740.
HSL color Cylindrical-coordinate representation of color #AC0585: hue angle of 314.01º 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 #AC0585 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 133 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.33 |
| HSL | 314.01º | 0.94% | 0.35% | - |
| HSV(B) | 314.01º | 0.97% | 0.67% | - |
| XYZ | 21.3 | 10.57 | 23.11 | - |
| YUV | 69.53 | 163.83 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 133 | 0 | 0.97 | 0.23 | 0.33 | 314.01 | 0.94 | 0.35 |
| Hex | AC | 5 | 85 | 0 | 61 | 17 | 21 | 13A | 5E | 23 |
| Octal | 254 | 5 | 205 | 0 | 141 | 27 | 41 | 472 | 136 | 43 |
| Binary | 10101100 | 101 | 10000101 | 0 | 1100001 | 10111 | 100001 | 100111010 | 1011110 | 100011 |
Color Harmonies of #AC0585
Complementary color
Monochromatic Colors of #AC0585
Black with #AC0585
Text Example
Text Example
White with #AC0585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0585; }
p { color: rgb(172,5,133); }
H1.HeaderClassName
{
color: #AC0585;
}
.AnyTagClassName
{
color: #AC0585;
}
</style>
background-color css
<style>
a { background-color: #AC0585; }
a { background-color: rgb(172,5,133); }
div.DivClassName
{
background-color: #AC0585;
}
.BgClassName
{
background-color: #AC0585;
}
</style>
border-color css
<style>
span { border-color: #AC0585; }
span { border-color: rgb(172,5,133); }
td.TdClassName
{
border-color: #AC0585;
}
.TagClassName
{
border-color: #AC0585;
}
</style>