Shades of Medium Red Violet #AC2E88
Tints of Medium Red Violet #AC2E88
RGB
CMYK
RGB Variations
Color information
#AC2E88 (or 0xAC2E88) is known color: Medium Red Violet. HEX triplet: AC, 2E and 88. RGB value is (172,46,136). Sum of RGB (Red+Green+Blue) = 172+46+136=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2E88 is #53D177. Grayscale: #5D5D5D. Windows color (decimal): -5493112 or 8924844. OLE color: 8924844.
HSL color Cylindrical-coordinate representation of color #AC2E88: hue angle of 317.14º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2E88 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 46 | 136 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.33 |
| HSL | 317.14º | 0.58% | 0.43% | - |
| HSV(B) | 317.14º | 0.73% | 0.67% | - |
| XYZ | 22.43 | 12.5 | 24.52 | - |
| YUV | 93.93 | 151.74 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 136 | 0 | 0.73 | 0.21 | 0.33 | 317.14 | 0.58 | 0.43 |
| Hex | AC | 2E | 88 | 0 | 49 | 15 | 21 | 13D | 3A | 2B |
| Octal | 254 | 56 | 210 | 0 | 111 | 25 | 41 | 475 | 72 | 53 |
| Binary | 10101100 | 101110 | 10001000 | 0 | 1001001 | 10101 | 100001 | 100111101 | 111010 | 101011 |
Color Harmonies of #AC2E88
Complementary color
Monochromatic Colors of #AC2E88
Black with #AC2E88
Text Example
Text Example
White with #AC2E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2E88; }
p { color: rgb(172,46,136); }
H1.HeaderClassName
{
color: #AC2E88;
}
.AnyTagClassName
{
color: #AC2E88;
}
</style>
background-color css
<style>
a { background-color: #AC2E88; }
a { background-color: rgb(172,46,136); }
div.DivClassName
{
background-color: #AC2E88;
}
.BgClassName
{
background-color: #AC2E88;
}
</style>
border-color css
<style>
span { border-color: #AC2E88; }
span { border-color: rgb(172,46,136); }
td.TdClassName
{
border-color: #AC2E88;
}
.TagClassName
{
border-color: #AC2E88;
}
</style>