Shades of Medium Violet Red #AC0F7B
Tints of Medium Violet Red #AC0F7B
RGB
CMYK
RGB Variations
Color information
#AC0F7B (or 0xAC0F7B) is known color: Medium Violet Red. HEX triplet: AC, 0F and 7B. RGB value is (172,15,123). Sum of RGB (Red+Green+Blue) = 172+15+123=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0F7B is #53F084. Grayscale: #494949. Windows color (decimal): -5501061 or 8064940. OLE color: 8064940.
HSL color Cylindrical-coordinate representation of color #AC0F7B: hue angle of 318.73º 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 #AC0F7B is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 123 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.33 |
| HSL | 318.73º | 0.84% | 0.37% | - |
| HSV(B) | 318.73º | 0.91% | 0.67% | - |
| XYZ | 20.76 | 10.54 | 19.68 | - |
| YUV | 74.26 | 155.51 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 123 | 0 | 0.91 | 0.28 | 0.33 | 318.73 | 0.84 | 0.37 |
| Hex | AC | F | 7B | 0 | 5B | 1C | 21 | 13F | 54 | 25 |
| Octal | 254 | 17 | 173 | 0 | 133 | 34 | 41 | 477 | 124 | 45 |
| Binary | 10101100 | 1111 | 1111011 | 0 | 1011011 | 11100 | 100001 | 100111111 | 1010100 | 100101 |
Color Harmonies of #AC0F7B
Complementary color
Monochromatic Colors of #AC0F7B
Black with #AC0F7B
Text Example
Text Example
White with #AC0F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F7B; }
p { color: rgb(172,15,123); }
H1.HeaderClassName
{
color: #AC0F7B;
}
.AnyTagClassName
{
color: #AC0F7B;
}
</style>
background-color css
<style>
a { background-color: #AC0F7B; }
a { background-color: rgb(172,15,123); }
div.DivClassName
{
background-color: #AC0F7B;
}
.BgClassName
{
background-color: #AC0F7B;
}
</style>
border-color css
<style>
span { border-color: #AC0F7B; }
span { border-color: rgb(172,15,123); }
td.TdClassName
{
border-color: #AC0F7B;
}
.TagClassName
{
border-color: #AC0F7B;
}
</style>