Shades of Medium Red Violet #AC2380
Tints of Medium Red Violet #AC2380
RGB
CMYK
RGB Variations
Color information
#AC2380 (or 0xAC2380) is known color: Medium Red Violet. HEX triplet: AC, 23 and 80. RGB value is (172,35,128). Sum of RGB (Red+Green+Blue) = 172+35+128=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2380 is #53DC7F. Grayscale: #565656. Windows color (decimal): -5495936 or 8397740. OLE color: 8397740.
HSL color Cylindrical-coordinate representation of color #AC2380: hue angle of 319.27º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2380 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 128 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.33 |
| HSL | 319.27º | 0.66% | 0.41% | - |
| HSV(B) | 319.27º | 0.8% | 0.67% | - |
| XYZ | 21.51 | 11.53 | 21.51 | - |
| YUV | 86.57 | 151.39 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 128 | 0 | 0.80 | 0.26 | 0.33 | 319.27 | 0.66 | 0.41 |
| Hex | AC | 23 | 80 | 0 | 50 | 1A | 21 | 13F | 42 | 29 |
| Octal | 254 | 43 | 200 | 0 | 120 | 32 | 41 | 477 | 102 | 51 |
| Binary | 10101100 | 100011 | 10000000 | 0 | 1010000 | 11010 | 100001 | 100111111 | 1000010 | 101001 |
Color Harmonies of #AC2380
Complementary color
Monochromatic Colors of #AC2380
Black with #AC2380
Text Example
Text Example
White with #AC2380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2380; }
p { color: rgb(172,35,128); }
H1.HeaderClassName
{
color: #AC2380;
}
.AnyTagClassName
{
color: #AC2380;
}
</style>
background-color css
<style>
a { background-color: #AC2380; }
a { background-color: rgb(172,35,128); }
div.DivClassName
{
background-color: #AC2380;
}
.BgClassName
{
background-color: #AC2380;
}
</style>
border-color css
<style>
span { border-color: #AC2380; }
span { border-color: rgb(172,35,128); }
td.TdClassName
{
border-color: #AC2380;
}
.TagClassName
{
border-color: #AC2380;
}
</style>