Shades of Medium Red Violet #AC2588
Tints of Medium Red Violet #AC2588
RGB
CMYK
RGB Variations
Color information
#AC2588 (or 0xAC2588) is known color: Medium Red Violet. HEX triplet: AC, 25 and 88. RGB value is (172,37,136). Sum of RGB (Red+Green+Blue) = 172+37+136=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2588 is #53DA77. Grayscale: #585858. Windows color (decimal): -5495416 or 8922540. OLE color: 8922540.
HSL color Cylindrical-coordinate representation of color #AC2588: hue angle of 316º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2588 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 136 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.33 |
| HSL | 316º | 0.65% | 0.41% | - |
| HSV(B) | 316º | 0.78% | 0.67% | - |
| XYZ | 22.12 | 11.87 | 24.42 | - |
| YUV | 88.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 136 | 0 | 0.78 | 0.21 | 0.33 | 316 | 0.65 | 0.41 |
| Hex | AC | 25 | 88 | 0 | 4E | 15 | 21 | 13C | 41 | 29 |
| Octal | 254 | 45 | 210 | 0 | 116 | 25 | 41 | 474 | 101 | 51 |
| Binary | 10101100 | 100101 | 10001000 | 0 | 1001110 | 10101 | 100001 | 100111100 | 1000001 | 101001 |
Color Harmonies of #AC2588
Complementary color
Monochromatic Colors of #AC2588
Black with #AC2588
Text Example
Text Example
White with #AC2588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2588; }
p { color: rgb(172,37,136); }
H1.HeaderClassName
{
color: #AC2588;
}
.AnyTagClassName
{
color: #AC2588;
}
</style>
background-color css
<style>
a { background-color: #AC2588; }
a { background-color: rgb(172,37,136); }
div.DivClassName
{
background-color: #AC2588;
}
.BgClassName
{
background-color: #AC2588;
}
</style>
border-color css
<style>
span { border-color: #AC2588; }
span { border-color: rgb(172,37,136); }
td.TdClassName
{
border-color: #AC2588;
}
.TagClassName
{
border-color: #AC2588;
}
</style>