Shades of Medium Violet Red #AC128B
Tints of Medium Violet Red #AC128B
RGB
CMYK
RGB Variations
Color information
#AC128B (or 0xAC128B) is known color: Medium Violet Red. HEX triplet: AC, 12 and 8B. RGB value is (172,18,139). Sum of RGB (Red+Green+Blue) = 172+18+139=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC128B is #53ED74. Grayscale: #4D4D4D. Windows color (decimal): -5500277 or 9114284. OLE color: 9114284.
HSL color Cylindrical-coordinate representation of color #AC128B: hue angle of 312.86º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC128B is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 139 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.33 |
| HSL | 312.86º | 0.81% | 0.37% | - |
| HSV(B) | 312.86º | 0.9% | 0.67% | - |
| XYZ | 21.89 | 11.07 | 25.41 | - |
| YUV | 77.84 | 162.52 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 139 | 0 | 0.90 | 0.19 | 0.33 | 312.86 | 0.81 | 0.37 |
| Hex | AC | 12 | 8B | 0 | 5A | 13 | 21 | 139 | 51 | 25 |
| Octal | 254 | 22 | 213 | 0 | 132 | 23 | 41 | 471 | 121 | 45 |
| Binary | 10101100 | 10010 | 10001011 | 0 | 1011010 | 10011 | 100001 | 100111001 | 1010001 | 100101 |
Color Harmonies of #AC128B
Complementary color
Monochromatic Colors of #AC128B
Black with #AC128B
Text Example
Text Example
White with #AC128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC128B; }
p { color: rgb(172,18,139); }
H1.HeaderClassName
{
color: #AC128B;
}
.AnyTagClassName
{
color: #AC128B;
}
</style>
background-color css
<style>
a { background-color: #AC128B; }
a { background-color: rgb(172,18,139); }
div.DivClassName
{
background-color: #AC128B;
}
.BgClassName
{
background-color: #AC128B;
}
</style>
border-color css
<style>
span { border-color: #AC128B; }
span { border-color: rgb(172,18,139); }
td.TdClassName
{
border-color: #AC128B;
}
.TagClassName
{
border-color: #AC128B;
}
</style>