Shades of Medium Violet Red #AC0188
Tints of Medium Violet Red #AC0188
RGB
CMYK
RGB Variations
Color information
#AC0188 (or 0xAC0188) is known color: Medium Violet Red. HEX triplet: AC, 01 and 88. RGB value is (172,1,136). Sum of RGB (Red+Green+Blue) = 172+1+136=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0188 is #53FE77. Grayscale: #434343. Windows color (decimal): -5504632 or 8913324. OLE color: 8913324.
HSL color Cylindrical-coordinate representation of color #AC0188: hue angle of 312.63º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0188 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 136 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.33 |
| HSL | 312.63º | 0.99% | 0.34% | - |
| HSV(B) | 312.63º | 0.99% | 0.67% | - |
| XYZ | 21.47 | 10.57 | 24.2 | - |
| YUV | 67.52 | 166.65 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 136 | 0 | 0.99 | 0.21 | 0.33 | 312.63 | 0.99 | 0.34 |
| Hex | AC | 1 | 88 | 0 | 63 | 15 | 21 | 139 | 63 | 22 |
| Octal | 254 | 1 | 210 | 0 | 143 | 25 | 41 | 471 | 143 | 42 |
| Binary | 10101100 | 1 | 10001000 | 0 | 1100011 | 10101 | 100001 | 100111001 | 1100011 | 100010 |
Color Harmonies of #AC0188
Complementary color
Monochromatic Colors of #AC0188
Black with #AC0188
Text Example
Text Example
White with #AC0188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0188; }
p { color: rgb(172,1,136); }
H1.HeaderClassName
{
color: #AC0188;
}
.AnyTagClassName
{
color: #AC0188;
}
</style>
background-color css
<style>
a { background-color: #AC0188; }
a { background-color: rgb(172,1,136); }
div.DivClassName
{
background-color: #AC0188;
}
.BgClassName
{
background-color: #AC0188;
}
</style>
border-color css
<style>
span { border-color: #AC0188; }
span { border-color: rgb(172,1,136); }
td.TdClassName
{
border-color: #AC0188;
}
.TagClassName
{
border-color: #AC0188;
}
</style>