Shades of Medium Red Violet #AC2881
Tints of Medium Red Violet #AC2881
RGB
CMYK
RGB Variations
Color information
#AC2881 (or 0xAC2881) is known color: Medium Red Violet. HEX triplet: AC, 28 and 81. RGB value is (172,40,129). Sum of RGB (Red+Green+Blue) = 172+40+129=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2881 is #53D77E. Grayscale: #595959. Windows color (decimal): -5494655 or 8464556. OLE color: 8464556.
HSL color Cylindrical-coordinate representation of color #AC2881: hue angle of 319.55º 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 #AC2881 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 129 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.33 |
| HSL | 319.55º | 0.62% | 0.42% | - |
| HSV(B) | 319.55º | 0.77% | 0.67% | - |
| XYZ | 21.73 | 11.87 | 21.92 | - |
| YUV | 89.61 | 150.23 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 129 | 0 | 0.77 | 0.25 | 0.33 | 319.55 | 0.62 | 0.42 |
| Hex | AC | 28 | 81 | 0 | 4D | 19 | 21 | 140 | 3E | 2A |
| Octal | 254 | 50 | 201 | 0 | 115 | 31 | 41 | 500 | 76 | 52 |
| Binary | 10101100 | 101000 | 10000001 | 0 | 1001101 | 11001 | 100001 | 101000000 | 111110 | 101010 |
Color Harmonies of #AC2881
Complementary color
Monochromatic Colors of #AC2881
Black with #AC2881
Text Example
Text Example
White with #AC2881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2881; }
p { color: rgb(172,40,129); }
H1.HeaderClassName
{
color: #AC2881;
}
.AnyTagClassName
{
color: #AC2881;
}
</style>
background-color css
<style>
a { background-color: #AC2881; }
a { background-color: rgb(172,40,129); }
div.DivClassName
{
background-color: #AC2881;
}
.BgClassName
{
background-color: #AC2881;
}
</style>
border-color css
<style>
span { border-color: #AC2881; }
span { border-color: rgb(172,40,129); }
td.TdClassName
{
border-color: #AC2881;
}
.TagClassName
{
border-color: #AC2881;
}
</style>