Shades of Medium Red Violet #AC2183
Tints of Medium Red Violet #AC2183
RGB
CMYK
RGB Variations
Color information
#AC2183 (or 0xAC2183) is known color: Medium Red Violet. HEX triplet: AC, 21 and 83. RGB value is (172,33,131). Sum of RGB (Red+Green+Blue) = 172+33+131=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2183 is #53DE7C. Grayscale: #555555. Windows color (decimal): -5496445 or 8593836. OLE color: 8593836.
HSL color Cylindrical-coordinate representation of color #AC2183: hue angle of 317.7º 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 #AC2183 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 131 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.33 |
| HSL | 317.7º | 0.68% | 0.4% | - |
| HSV(B) | 317.7º | 0.81% | 0.67% | - |
| XYZ | 21.65 | 11.5 | 22.55 | - |
| YUV | 85.73 | 153.55 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 131 | 0 | 0.81 | 0.24 | 0.33 | 317.7 | 0.68 | 0.4 |
| Hex | AC | 21 | 83 | 0 | 51 | 18 | 21 | 13E | 44 | 28 |
| Octal | 254 | 41 | 203 | 0 | 121 | 30 | 41 | 476 | 104 | 50 |
| Binary | 10101100 | 100001 | 10000011 | 0 | 1010001 | 11000 | 100001 | 100111110 | 1000100 | 101000 |
Color Harmonies of #AC2183
Complementary color
Monochromatic Colors of #AC2183
Black with #AC2183
Text Example
Text Example
White with #AC2183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2183; }
p { color: rgb(172,33,131); }
H1.HeaderClassName
{
color: #AC2183;
}
.AnyTagClassName
{
color: #AC2183;
}
</style>
background-color css
<style>
a { background-color: #AC2183; }
a { background-color: rgb(172,33,131); }
div.DivClassName
{
background-color: #AC2183;
}
.BgClassName
{
background-color: #AC2183;
}
</style>
border-color css
<style>
span { border-color: #AC2183; }
span { border-color: rgb(172,33,131); }
td.TdClassName
{
border-color: #AC2183;
}
.TagClassName
{
border-color: #AC2183;
}
</style>