Shades of Medium Violet Red #AC0F89
Tints of Medium Violet Red #AC0F89
RGB
CMYK
RGB Variations
Color information
#AC0F89 (or 0xAC0F89) is known color: Medium Violet Red. HEX triplet: AC, 0F and 89. RGB value is (172,15,137). Sum of RGB (Red+Green+Blue) = 172+15+137=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0F89 is #53F076. Grayscale: #4B4B4B. Windows color (decimal): -5501047 or 8982444. OLE color: 8982444.
HSL color Cylindrical-coordinate representation of color #AC0F89: hue angle of 313.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F89 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 137 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.33 |
| HSL | 313.38º | 0.84% | 0.37% | - |
| HSV(B) | 313.38º | 0.91% | 0.67% | - |
| XYZ | 21.7 | 10.92 | 24.63 | - |
| YUV | 75.85 | 162.51 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 137 | 0 | 0.91 | 0.20 | 0.33 | 313.38 | 0.84 | 0.37 |
| Hex | AC | F | 89 | 0 | 5B | 14 | 21 | 139 | 54 | 25 |
| Octal | 254 | 17 | 211 | 0 | 133 | 24 | 41 | 471 | 124 | 45 |
| Binary | 10101100 | 1111 | 10001001 | 0 | 1011011 | 10100 | 100001 | 100111001 | 1010100 | 100101 |
Color Harmonies of #AC0F89
Complementary color
Monochromatic Colors of #AC0F89
Black with #AC0F89
Text Example
Text Example
White with #AC0F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F89; }
p { color: rgb(172,15,137); }
H1.HeaderClassName
{
color: #AC0F89;
}
.AnyTagClassName
{
color: #AC0F89;
}
</style>
background-color css
<style>
a { background-color: #AC0F89; }
a { background-color: rgb(172,15,137); }
div.DivClassName
{
background-color: #AC0F89;
}
.BgClassName
{
background-color: #AC0F89;
}
</style>
border-color css
<style>
span { border-color: #AC0F89; }
span { border-color: rgb(172,15,137); }
td.TdClassName
{
border-color: #AC0F89;
}
.TagClassName
{
border-color: #AC0F89;
}
</style>