Shades of Medium Red Violet #AC2184
Tints of Medium Red Violet #AC2184
RGB
CMYK
RGB Variations
Color information
#AC2184 (or 0xAC2184) is known color: Medium Red Violet. HEX triplet: AC, 21 and 84. RGB value is (172,33,132). Sum of RGB (Red+Green+Blue) = 172+33+132=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2184 is #53DE7B. Grayscale: #555555. Windows color (decimal): -5496444 or 8659372. OLE color: 8659372.
HSL color Cylindrical-coordinate representation of color #AC2184: hue angle of 317.27º 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 #AC2184 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 132 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.33 |
| HSL | 317.27º | 0.68% | 0.4% | - |
| HSV(B) | 317.27º | 0.81% | 0.67% | - |
| XYZ | 21.72 | 11.52 | 22.91 | - |
| YUV | 85.85 | 154.05 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 132 | 0 | 0.81 | 0.23 | 0.33 | 317.27 | 0.68 | 0.4 |
| Hex | AC | 21 | 84 | 0 | 51 | 17 | 21 | 13D | 44 | 28 |
| Octal | 254 | 41 | 204 | 0 | 121 | 27 | 41 | 475 | 104 | 50 |
| Binary | 10101100 | 100001 | 10000100 | 0 | 1010001 | 10111 | 100001 | 100111101 | 1000100 | 101000 |
Color Harmonies of #AC2184
Complementary color
Monochromatic Colors of #AC2184
Black with #AC2184
Text Example
Text Example
White with #AC2184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2184; }
p { color: rgb(172,33,132); }
H1.HeaderClassName
{
color: #AC2184;
}
.AnyTagClassName
{
color: #AC2184;
}
</style>
background-color css
<style>
a { background-color: #AC2184; }
a { background-color: rgb(172,33,132); }
div.DivClassName
{
background-color: #AC2184;
}
.BgClassName
{
background-color: #AC2184;
}
</style>
border-color css
<style>
span { border-color: #AC2184; }
span { border-color: rgb(172,33,132); }
td.TdClassName
{
border-color: #AC2184;
}
.TagClassName
{
border-color: #AC2184;
}
</style>