Shades of Medium Violet Red #AC0F8B
Tints of Medium Violet Red #AC0F8B
RGB
CMYK
RGB Variations
Color information
#AC0F8B (or 0xAC0F8B) is known color: Medium Violet Red. HEX triplet: AC, 0F and 8B. RGB value is (172,15,139). Sum of RGB (Red+Green+Blue) = 172+15+139=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0F8B is #53F074. Grayscale: #4B4B4B. Windows color (decimal): -5501045 or 9113516. OLE color: 9113516.
HSL color Cylindrical-coordinate representation of color #AC0F8B: hue angle of 312.61º 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 #AC0F8B is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 139 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.33 |
| HSL | 312.61º | 0.84% | 0.37% | - |
| HSV(B) | 312.61º | 0.91% | 0.67% | - |
| XYZ | 21.84 | 10.98 | 25.39 | - |
| YUV | 76.08 | 163.51 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 139 | 0 | 0.91 | 0.19 | 0.33 | 312.61 | 0.84 | 0.37 |
| Hex | AC | F | 8B | 0 | 5B | 13 | 21 | 139 | 54 | 25 |
| Octal | 254 | 17 | 213 | 0 | 133 | 23 | 41 | 471 | 124 | 45 |
| Binary | 10101100 | 1111 | 10001011 | 0 | 1011011 | 10011 | 100001 | 100111001 | 1010100 | 100101 |
Color Harmonies of #AC0F8B
Complementary color
Monochromatic Colors of #AC0F8B
Black with #AC0F8B
Text Example
Text Example
White with #AC0F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F8B; }
p { color: rgb(172,15,139); }
H1.HeaderClassName
{
color: #AC0F8B;
}
.AnyTagClassName
{
color: #AC0F8B;
}
</style>
background-color css
<style>
a { background-color: #AC0F8B; }
a { background-color: rgb(172,15,139); }
div.DivClassName
{
background-color: #AC0F8B;
}
.BgClassName
{
background-color: #AC0F8B;
}
</style>
border-color css
<style>
span { border-color: #AC0F8B; }
span { border-color: rgb(172,15,139); }
td.TdClassName
{
border-color: #AC0F8B;
}
.TagClassName
{
border-color: #AC0F8B;
}
</style>