Shades of Medium Red Violet #AC2988
Tints of Medium Red Violet #AC2988
RGB
CMYK
RGB Variations
Color information
#AC2988 (or 0xAC2988) is known color: Medium Red Violet. HEX triplet: AC, 29 and 88. RGB value is (172,41,136). Sum of RGB (Red+Green+Blue) = 172+41+136=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2988 is #53D677. Grayscale: #5A5A5A. Windows color (decimal): -5494392 or 8923564. OLE color: 8923564.
HSL color Cylindrical-coordinate representation of color #AC2988: hue angle of 316.49º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2988 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 136 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.33 |
| HSL | 316.49º | 0.62% | 0.42% | - |
| HSV(B) | 316.49º | 0.76% | 0.67% | - |
| XYZ | 22.25 | 12.13 | 24.46 | - |
| YUV | 91 | 153.4 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 136 | 0 | 0.76 | 0.21 | 0.33 | 316.49 | 0.62 | 0.42 |
| Hex | AC | 29 | 88 | 0 | 4C | 15 | 21 | 13C | 3E | 2A |
| Octal | 254 | 51 | 210 | 0 | 114 | 25 | 41 | 474 | 76 | 52 |
| Binary | 10101100 | 101001 | 10001000 | 0 | 1001100 | 10101 | 100001 | 100111100 | 111110 | 101010 |
Color Harmonies of #AC2988
Complementary color
Monochromatic Colors of #AC2988
Black with #AC2988
Text Example
Text Example
White with #AC2988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2988; }
p { color: rgb(172,41,136); }
H1.HeaderClassName
{
color: #AC2988;
}
.AnyTagClassName
{
color: #AC2988;
}
</style>
background-color css
<style>
a { background-color: #AC2988; }
a { background-color: rgb(172,41,136); }
div.DivClassName
{
background-color: #AC2988;
}
.BgClassName
{
background-color: #AC2988;
}
</style>
border-color css
<style>
span { border-color: #AC2988; }
span { border-color: rgb(172,41,136); }
td.TdClassName
{
border-color: #AC2988;
}
.TagClassName
{
border-color: #AC2988;
}
</style>