Shades of Medium Violet Red #AC0888
Tints of Medium Violet Red #AC0888
RGB
CMYK
RGB Variations
Color information
#AC0888 (or 0xAC0888) is known color: Medium Violet Red. HEX triplet: AC, 08 and 88. RGB value is (172,8,136). Sum of RGB (Red+Green+Blue) = 172+8+136=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0888 is #53F777. Grayscale: #474747. Windows color (decimal): -5502840 or 8915116. OLE color: 8915116.
HSL color Cylindrical-coordinate representation of color #AC0888: hue angle of 313.17º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0888 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 136 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.33 |
| HSL | 313.17º | 0.91% | 0.35% | - |
| HSV(B) | 313.17º | 0.95% | 0.67% | - |
| XYZ | 21.54 | 10.72 | 24.23 | - |
| YUV | 71.63 | 164.33 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 136 | 0 | 0.95 | 0.21 | 0.33 | 313.17 | 0.91 | 0.35 |
| Hex | AC | 8 | 88 | 0 | 5F | 15 | 21 | 139 | 5B | 23 |
| Octal | 254 | 10 | 210 | 0 | 137 | 25 | 41 | 471 | 133 | 43 |
| Binary | 10101100 | 1000 | 10001000 | 0 | 1011111 | 10101 | 100001 | 100111001 | 1011011 | 100011 |
Color Harmonies of #AC0888
Complementary color
Monochromatic Colors of #AC0888
Black with #AC0888
Text Example
Text Example
White with #AC0888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0888; }
p { color: rgb(172,8,136); }
H1.HeaderClassName
{
color: #AC0888;
}
.AnyTagClassName
{
color: #AC0888;
}
</style>
background-color css
<style>
a { background-color: #AC0888; }
a { background-color: rgb(172,8,136); }
div.DivClassName
{
background-color: #AC0888;
}
.BgClassName
{
background-color: #AC0888;
}
</style>
border-color css
<style>
span { border-color: #AC0888; }
span { border-color: rgb(172,8,136); }
td.TdClassName
{
border-color: #AC0888;
}
.TagClassName
{
border-color: #AC0888;
}
</style>