Shades of Medium Violet Red #AC0F8D
Tints of Medium Violet Red #AC0F8D
RGB
CMYK
RGB Variations
Color information
#AC0F8D (or 0xAC0F8D) is known color: Medium Violet Red. HEX triplet: AC, 0F and 8D. RGB value is (172,15,141). Sum of RGB (Red+Green+Blue) = 172+15+141=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0F8D is #53F072. Grayscale: #4B4B4B. Windows color (decimal): -5501043 or 9244588. OLE color: 9244588.
HSL color Cylindrical-coordinate representation of color #AC0F8D: hue angle of 311.85º 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 #AC0F8D is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 141 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.33 |
| HSL | 311.85º | 0.84% | 0.37% | - |
| HSV(B) | 311.85º | 0.91% | 0.67% | - |
| XYZ | 21.99 | 11.04 | 26.17 | - |
| YUV | 76.31 | 164.51 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 141 | 0 | 0.91 | 0.18 | 0.33 | 311.85 | 0.84 | 0.37 |
| Hex | AC | F | 8D | 0 | 5B | 12 | 21 | 138 | 54 | 25 |
| Octal | 254 | 17 | 215 | 0 | 133 | 22 | 41 | 470 | 124 | 45 |
| Binary | 10101100 | 1111 | 10001101 | 0 | 1011011 | 10010 | 100001 | 100111000 | 1010100 | 100101 |
Color Harmonies of #AC0F8D
Complementary color
Monochromatic Colors of #AC0F8D
Black with #AC0F8D
Text Example
Text Example
White with #AC0F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F8D; }
p { color: rgb(172,15,141); }
H1.HeaderClassName
{
color: #AC0F8D;
}
.AnyTagClassName
{
color: #AC0F8D;
}
</style>
background-color css
<style>
a { background-color: #AC0F8D; }
a { background-color: rgb(172,15,141); }
div.DivClassName
{
background-color: #AC0F8D;
}
.BgClassName
{
background-color: #AC0F8D;
}
</style>
border-color css
<style>
span { border-color: #AC0F8D; }
span { border-color: rgb(172,15,141); }
td.TdClassName
{
border-color: #AC0F8D;
}
.TagClassName
{
border-color: #AC0F8D;
}
</style>