Shades of Medium Red Violet #AC2488
Tints of Medium Red Violet #AC2488
RGB
CMYK
RGB Variations
Color information
#AC2488 (or 0xAC2488) is known color: Medium Red Violet. HEX triplet: AC, 24 and 88. RGB value is (172,36,136). Sum of RGB (Red+Green+Blue) = 172+36+136=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2488 is #53DB77. Grayscale: #575757. Windows color (decimal): -5495672 or 8922284. OLE color: 8922284.
HSL color Cylindrical-coordinate representation of color #AC2488: hue angle of 315.88º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2488 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 136 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.33 |
| HSL | 315.88º | 0.65% | 0.41% | - |
| HSV(B) | 315.88º | 0.79% | 0.67% | - |
| XYZ | 22.09 | 11.81 | 24.41 | - |
| YUV | 88.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 136 | 0 | 0.79 | 0.21 | 0.33 | 315.88 | 0.65 | 0.41 |
| Hex | AC | 24 | 88 | 0 | 4F | 15 | 21 | 13C | 41 | 29 |
| Octal | 254 | 44 | 210 | 0 | 117 | 25 | 41 | 474 | 101 | 51 |
| Binary | 10101100 | 100100 | 10001000 | 0 | 1001111 | 10101 | 100001 | 100111100 | 1000001 | 101001 |
Color Harmonies of #AC2488
Complementary color
Monochromatic Colors of #AC2488
Black with #AC2488
Text Example
Text Example
White with #AC2488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2488; }
p { color: rgb(172,36,136); }
H1.HeaderClassName
{
color: #AC2488;
}
.AnyTagClassName
{
color: #AC2488;
}
</style>
background-color css
<style>
a { background-color: #AC2488; }
a { background-color: rgb(172,36,136); }
div.DivClassName
{
background-color: #AC2488;
}
.BgClassName
{
background-color: #AC2488;
}
</style>
border-color css
<style>
span { border-color: #AC2488; }
span { border-color: rgb(172,36,136); }
td.TdClassName
{
border-color: #AC2488;
}
.TagClassName
{
border-color: #AC2488;
}
</style>