Shades of Medium Red Violet #AC2185
Tints of Medium Red Violet #AC2185
RGB
CMYK
RGB Variations
Color information
#AC2185 (or 0xAC2185) is known color: Medium Red Violet. HEX triplet: AC, 21 and 85. RGB value is (172,33,133). Sum of RGB (Red+Green+Blue) = 172+33+133=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2185 is #53DE7A. Grayscale: #555555. Windows color (decimal): -5496443 or 8724908. OLE color: 8724908.
HSL color Cylindrical-coordinate representation of color #AC2185: hue angle of 316.83º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2185 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 133 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.33 |
| HSL | 316.83º | 0.68% | 0.4% | - |
| HSV(B) | 316.83º | 0.81% | 0.67% | - |
| XYZ | 21.79 | 11.55 | 23.27 | - |
| YUV | 85.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 133 | 0 | 0.81 | 0.23 | 0.33 | 316.83 | 0.68 | 0.4 |
| Hex | AC | 21 | 85 | 0 | 51 | 17 | 21 | 13D | 44 | 28 |
| Octal | 254 | 41 | 205 | 0 | 121 | 27 | 41 | 475 | 104 | 50 |
| Binary | 10101100 | 100001 | 10000101 | 0 | 1010001 | 10111 | 100001 | 100111101 | 1000100 | 101000 |
Color Harmonies of #AC2185
Complementary color
Monochromatic Colors of #AC2185
Black with #AC2185
Text Example
Text Example
White with #AC2185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2185; }
p { color: rgb(172,33,133); }
H1.HeaderClassName
{
color: #AC2185;
}
.AnyTagClassName
{
color: #AC2185;
}
</style>
background-color css
<style>
a { background-color: #AC2185; }
a { background-color: rgb(172,33,133); }
div.DivClassName
{
background-color: #AC2185;
}
.BgClassName
{
background-color: #AC2185;
}
</style>
border-color css
<style>
span { border-color: #AC2185; }
span { border-color: rgb(172,33,133); }
td.TdClassName
{
border-color: #AC2185;
}
.TagClassName
{
border-color: #AC2185;
}
</style>