Shades of Medium Red Violet #AC2B80
Tints of Medium Red Violet #AC2B80
RGB
CMYK
RGB Variations
Color information
#AC2B80 (or 0xAC2B80) is known color: Medium Red Violet. HEX triplet: AC, 2B and 80. RGB value is (172,43,128). Sum of RGB (Red+Green+Blue) = 172+43+128=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2B80 is #53D47F. Grayscale: #5B5B5B. Windows color (decimal): -5493888 or 8399788. OLE color: 8399788.
HSL color Cylindrical-coordinate representation of color #AC2B80: hue angle of 320.47º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC2B80 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 43 | 128 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.33 |
| HSL | 320.47º | 0.6% | 0.42% | - |
| HSV(B) | 320.47º | 0.75% | 0.67% | - |
| XYZ | 21.77 | 12.06 | 21.6 | - |
| YUV | 91.26 | 148.74 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 128 | 0 | 0.75 | 0.26 | 0.33 | 320.47 | 0.6 | 0.42 |
| Hex | AC | 2B | 80 | 0 | 4B | 1A | 21 | 140 | 3C | 2A |
| Octal | 254 | 53 | 200 | 0 | 113 | 32 | 41 | 500 | 74 | 52 |
| Binary | 10101100 | 101011 | 10000000 | 0 | 1001011 | 11010 | 100001 | 101000000 | 111100 | 101010 |
Color Harmonies of #AC2B80
Complementary color
Monochromatic Colors of #AC2B80
Black with #AC2B80
Text Example
Text Example
White with #AC2B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2B80; }
p { color: rgb(172,43,128); }
H1.HeaderClassName
{
color: #AC2B80;
}
.AnyTagClassName
{
color: #AC2B80;
}
</style>
background-color css
<style>
a { background-color: #AC2B80; }
a { background-color: rgb(172,43,128); }
div.DivClassName
{
background-color: #AC2B80;
}
.BgClassName
{
background-color: #AC2B80;
}
</style>
border-color css
<style>
span { border-color: #AC2B80; }
span { border-color: rgb(172,43,128); }
td.TdClassName
{
border-color: #AC2B80;
}
.TagClassName
{
border-color: #AC2B80;
}
</style>