Shades of Medium Violet Red #AC1585
Tints of Medium Violet Red #AC1585
RGB
CMYK
RGB Variations
Color information
#AC1585 (or 0xAC1585) is known color: Medium Violet Red. HEX triplet: AC, 15 and 85. RGB value is (172,21,133). Sum of RGB (Red+Green+Blue) = 172+21+133=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1585 is #53EA7A. Grayscale: #4E4E4E. Windows color (decimal): -5499515 or 8721836. OLE color: 8721836.
HSL color Cylindrical-coordinate representation of color #AC1585: hue angle of 315.5º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1585 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 133 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.33 |
| HSL | 315.5º | 0.78% | 0.38% | - |
| HSV(B) | 315.5º | 0.88% | 0.67% | - |
| XYZ | 21.52 | 11 | 23.18 | - |
| YUV | 78.92 | 158.53 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 133 | 0 | 0.88 | 0.23 | 0.33 | 315.5 | 0.78 | 0.38 |
| Hex | AC | 15 | 85 | 0 | 58 | 17 | 21 | 13B | 4E | 26 |
| Octal | 254 | 25 | 205 | 0 | 130 | 27 | 41 | 473 | 116 | 46 |
| Binary | 10101100 | 10101 | 10000101 | 0 | 1011000 | 10111 | 100001 | 100111011 | 1001110 | 100110 |
Color Harmonies of #AC1585
Complementary color
Monochromatic Colors of #AC1585
Black with #AC1585
Text Example
Text Example
White with #AC1585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1585; }
p { color: rgb(172,21,133); }
H1.HeaderClassName
{
color: #AC1585;
}
.AnyTagClassName
{
color: #AC1585;
}
</style>
background-color css
<style>
a { background-color: #AC1585; }
a { background-color: rgb(172,21,133); }
div.DivClassName
{
background-color: #AC1585;
}
.BgClassName
{
background-color: #AC1585;
}
</style>
border-color css
<style>
span { border-color: #AC1585; }
span { border-color: rgb(172,21,133); }
td.TdClassName
{
border-color: #AC1585;
}
.TagClassName
{
border-color: #AC1585;
}
</style>