Shades of Medium Violet Red #AC0588
Tints of Medium Violet Red #AC0588
RGB
CMYK
RGB Variations
Color information
#AC0588 (or 0xAC0588) is known color: Medium Violet Red. HEX triplet: AC, 05 and 88. RGB value is (172,5,136). Sum of RGB (Red+Green+Blue) = 172+5+136=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0588 is #53FA77. Grayscale: #454545. Windows color (decimal): -5503608 or 8914348. OLE color: 8914348.
HSL color Cylindrical-coordinate representation of color #AC0588: hue angle of 312.93º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0588 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 136 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.33 |
| HSL | 312.93º | 0.94% | 0.35% | - |
| HSV(B) | 312.93º | 0.97% | 0.67% | - |
| XYZ | 21.51 | 10.66 | 24.22 | - |
| YUV | 69.87 | 165.33 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 136 | 0 | 0.97 | 0.21 | 0.33 | 312.93 | 0.94 | 0.35 |
| Hex | AC | 5 | 88 | 0 | 61 | 15 | 21 | 139 | 5E | 23 |
| Octal | 254 | 5 | 210 | 0 | 141 | 25 | 41 | 471 | 136 | 43 |
| Binary | 10101100 | 101 | 10001000 | 0 | 1100001 | 10101 | 100001 | 100111001 | 1011110 | 100011 |
Color Harmonies of #AC0588
Complementary color
Monochromatic Colors of #AC0588
Black with #AC0588
Text Example
Text Example
White with #AC0588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0588; }
p { color: rgb(172,5,136); }
H1.HeaderClassName
{
color: #AC0588;
}
.AnyTagClassName
{
color: #AC0588;
}
</style>
background-color css
<style>
a { background-color: #AC0588; }
a { background-color: rgb(172,5,136); }
div.DivClassName
{
background-color: #AC0588;
}
.BgClassName
{
background-color: #AC0588;
}
</style>
border-color css
<style>
span { border-color: #AC0588; }
span { border-color: rgb(172,5,136); }
td.TdClassName
{
border-color: #AC0588;
}
.TagClassName
{
border-color: #AC0588;
}
</style>