Shades of Medium Red Violet #AC2585
Tints of Medium Red Violet #AC2585
RGB
CMYK
RGB Variations
Color information
#AC2585 (or 0xAC2585) is known color: Medium Red Violet. HEX triplet: AC, 25 and 85. RGB value is (172,37,133). Sum of RGB (Red+Green+Blue) = 172+37+133=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2585 is #53DA7A. Grayscale: #585858. Windows color (decimal): -5495419 or 8725932. OLE color: 8725932.
HSL color Cylindrical-coordinate representation of color #AC2585: hue angle of 317.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2585 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 133 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.33 |
| HSL | 317.33º | 0.65% | 0.41% | - |
| HSV(B) | 317.33º | 0.78% | 0.67% | - |
| XYZ | 21.91 | 11.79 | 23.31 | - |
| YUV | 88.31 | 153.23 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 133 | 0 | 0.78 | 0.23 | 0.33 | 317.33 | 0.65 | 0.41 |
| Hex | AC | 25 | 85 | 0 | 4E | 17 | 21 | 13D | 41 | 29 |
| Octal | 254 | 45 | 205 | 0 | 116 | 27 | 41 | 475 | 101 | 51 |
| Binary | 10101100 | 100101 | 10000101 | 0 | 1001110 | 10111 | 100001 | 100111101 | 1000001 | 101001 |
Color Harmonies of #AC2585
Complementary color
Monochromatic Colors of #AC2585
Black with #AC2585
Text Example
Text Example
White with #AC2585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2585; }
p { color: rgb(172,37,133); }
H1.HeaderClassName
{
color: #AC2585;
}
.AnyTagClassName
{
color: #AC2585;
}
</style>
background-color css
<style>
a { background-color: #AC2585; }
a { background-color: rgb(172,37,133); }
div.DivClassName
{
background-color: #AC2585;
}
.BgClassName
{
background-color: #AC2585;
}
</style>
border-color css
<style>
span { border-color: #AC2585; }
span { border-color: rgb(172,37,133); }
td.TdClassName
{
border-color: #AC2585;
}
.TagClassName
{
border-color: #AC2585;
}
</style>