Shades of Medium Violet Red #AC0A89
Tints of Medium Violet Red #AC0A89
RGB
CMYK
RGB Variations
Color information
#AC0A89 (or 0xAC0A89) is known color: Medium Violet Red. HEX triplet: AC, 0A and 89. RGB value is (172,10,137). Sum of RGB (Red+Green+Blue) = 172+10+137=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0A89 is #53F576. Grayscale: #484848. Windows color (decimal): -5502327 or 8981164. OLE color: 8981164.
HSL color Cylindrical-coordinate representation of color #AC0A89: hue angle of 312.96º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0A89 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 137 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.33 |
| HSL | 312.96º | 0.89% | 0.36% | - |
| HSV(B) | 312.96º | 0.94% | 0.67% | - |
| XYZ | 21.64 | 10.79 | 24.61 | - |
| YUV | 72.92 | 164.17 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 137 | 0 | 0.94 | 0.20 | 0.33 | 312.96 | 0.89 | 0.36 |
| Hex | AC | A | 89 | 0 | 5E | 14 | 21 | 139 | 59 | 24 |
| Octal | 254 | 12 | 211 | 0 | 136 | 24 | 41 | 471 | 131 | 44 |
| Binary | 10101100 | 1010 | 10001001 | 0 | 1011110 | 10100 | 100001 | 100111001 | 1011001 | 100100 |
Color Harmonies of #AC0A89
Complementary color
Monochromatic Colors of #AC0A89
Black with #AC0A89
Text Example
Text Example
White with #AC0A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A89; }
p { color: rgb(172,10,137); }
H1.HeaderClassName
{
color: #AC0A89;
}
.AnyTagClassName
{
color: #AC0A89;
}
</style>
background-color css
<style>
a { background-color: #AC0A89; }
a { background-color: rgb(172,10,137); }
div.DivClassName
{
background-color: #AC0A89;
}
.BgClassName
{
background-color: #AC0A89;
}
</style>
border-color css
<style>
span { border-color: #AC0A89; }
span { border-color: rgb(172,10,137); }
td.TdClassName
{
border-color: #AC0A89;
}
.TagClassName
{
border-color: #AC0A89;
}
</style>