Shades of Medium Red Violet #AC2083
Tints of Medium Red Violet #AC2083
RGB
CMYK
RGB Variations
Color information
#AC2083 (or 0xAC2083) is known color: Medium Red Violet. HEX triplet: AC, 20 and 83. RGB value is (172,32,131). Sum of RGB (Red+Green+Blue) = 172+32+131=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2083 is #53DF7C. Grayscale: #545454. Windows color (decimal): -5496701 or 8593580. OLE color: 8593580.
HSL color Cylindrical-coordinate representation of color #AC2083: hue angle of 317.57º degrees, saturation: 0.69, 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 #AC2083 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 131 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.33 |
| HSL | 317.57º | 0.69% | 0.4% | - |
| HSV(B) | 317.57º | 0.81% | 0.67% | - |
| XYZ | 21.63 | 11.44 | 22.54 | - |
| YUV | 85.15 | 153.88 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 131 | 0 | 0.81 | 0.24 | 0.33 | 317.57 | 0.69 | 0.4 |
| Hex | AC | 20 | 83 | 0 | 51 | 18 | 21 | 13E | 45 | 28 |
| Octal | 254 | 40 | 203 | 0 | 121 | 30 | 41 | 476 | 105 | 50 |
| Binary | 10101100 | 100000 | 10000011 | 0 | 1010001 | 11000 | 100001 | 100111110 | 1000101 | 101000 |
Color Harmonies of #AC2083
Complementary color
Monochromatic Colors of #AC2083
Black with #AC2083
Text Example
Text Example
White with #AC2083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2083; }
p { color: rgb(172,32,131); }
H1.HeaderClassName
{
color: #AC2083;
}
.AnyTagClassName
{
color: #AC2083;
}
</style>
background-color css
<style>
a { background-color: #AC2083; }
a { background-color: rgb(172,32,131); }
div.DivClassName
{
background-color: #AC2083;
}
.BgClassName
{
background-color: #AC2083;
}
</style>
border-color css
<style>
span { border-color: #AC2083; }
span { border-color: rgb(172,32,131); }
td.TdClassName
{
border-color: #AC2083;
}
.TagClassName
{
border-color: #AC2083;
}
</style>