Shades of Medium Red Violet #AC2880
Tints of Medium Red Violet #AC2880
RGB
CMYK
RGB Variations
Color information
#AC2880 (or 0xAC2880) is known color: Medium Red Violet. HEX triplet: AC, 28 and 80. RGB value is (172,40,128). Sum of RGB (Red+Green+Blue) = 172+40+128=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2880 is #53D77F. Grayscale: #595959. Windows color (decimal): -5494656 or 8399020. OLE color: 8399020.
HSL color Cylindrical-coordinate representation of color #AC2880: hue angle of 320º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2880 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 128 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.33 |
| HSL | 320º | 0.62% | 0.42% | - |
| HSV(B) | 320º | 0.77% | 0.67% | - |
| XYZ | 21.67 | 11.85 | 21.57 | - |
| YUV | 89.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 128 | 0 | 0.77 | 0.26 | 0.33 | 320 | 0.62 | 0.42 |
| Hex | AC | 28 | 80 | 0 | 4D | 1A | 21 | 140 | 3E | 2A |
| Octal | 254 | 50 | 200 | 0 | 115 | 32 | 41 | 500 | 76 | 52 |
| Binary | 10101100 | 101000 | 10000000 | 0 | 1001101 | 11010 | 100001 | 101000000 | 111110 | 101010 |
Color Harmonies of #AC2880
Complementary color
Monochromatic Colors of #AC2880
Black with #AC2880
Text Example
Text Example
White with #AC2880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2880; }
p { color: rgb(172,40,128); }
H1.HeaderClassName
{
color: #AC2880;
}
.AnyTagClassName
{
color: #AC2880;
}
</style>
background-color css
<style>
a { background-color: #AC2880; }
a { background-color: rgb(172,40,128); }
div.DivClassName
{
background-color: #AC2880;
}
.BgClassName
{
background-color: #AC2880;
}
</style>
border-color css
<style>
span { border-color: #AC2880; }
span { border-color: rgb(172,40,128); }
td.TdClassName
{
border-color: #AC2880;
}
.TagClassName
{
border-color: #AC2880;
}
</style>