Shades of Medium Red Violet #AC2172
Tints of Medium Red Violet #AC2172
RGB
CMYK
RGB Variations
Color information
#AC2172 (or 0xAC2172) is known color: Medium Red Violet. HEX triplet: AC, 21 and 72. RGB value is (172,33,114). Sum of RGB (Red+Green+Blue) = 172+33+114=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2172 is #53DE8D. Grayscale: #535353. Windows color (decimal): -5496462 or 7479724. OLE color: 7479724.
HSL color Cylindrical-coordinate representation of color #AC2172: hue angle of 325.04º 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 #AC2172 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 114 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.33 |
| HSL | 325.04º | 0.68% | 0.4% | - |
| HSV(B) | 325.04º | 0.81% | 0.67% | - |
| XYZ | 20.59 | 11.07 | 16.97 | - |
| YUV | 83.8 | 145.05 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 114 | 0 | 0.81 | 0.34 | 0.33 | 325.04 | 0.68 | 0.4 |
| Hex | AC | 21 | 72 | 0 | 51 | 22 | 21 | 145 | 44 | 28 |
| Octal | 254 | 41 | 162 | 0 | 121 | 42 | 41 | 505 | 104 | 50 |
| Binary | 10101100 | 100001 | 1110010 | 0 | 1010001 | 100010 | 100001 | 101000101 | 1000100 | 101000 |
Color Harmonies of #AC2172
Complementary color
Monochromatic Colors of #AC2172
Black with #AC2172
Text Example
Text Example
White with #AC2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2172; }
p { color: rgb(172,33,114); }
H1.HeaderClassName
{
color: #AC2172;
}
.AnyTagClassName
{
color: #AC2172;
}
</style>
background-color css
<style>
a { background-color: #AC2172; }
a { background-color: rgb(172,33,114); }
div.DivClassName
{
background-color: #AC2172;
}
.BgClassName
{
background-color: #AC2172;
}
</style>
border-color css
<style>
span { border-color: #AC2172; }
span { border-color: rgb(172,33,114); }
td.TdClassName
{
border-color: #AC2172;
}
.TagClassName
{
border-color: #AC2172;
}
</style>