Shades of Medium Violet Red #AC138C
Tints of Medium Violet Red #AC138C
RGB
CMYK
RGB Variations
Color information
#AC138C (or 0xAC138C) is known color: Medium Violet Red. HEX triplet: AC, 13 and 8C. RGB value is (172,19,140). Sum of RGB (Red+Green+Blue) = 172+19+140=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC138C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC138C is #53EC73. Grayscale: #4E4E4E. Windows color (decimal): -5500020 or 9180076. OLE color: 9180076.
HSL color Cylindrical-coordinate representation of color #AC138C: hue angle of 312.55º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC138C is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 140 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.33 |
| HSL | 312.55º | 0.8% | 0.37% | - |
| HSV(B) | 312.55º | 0.89% | 0.67% | - |
| XYZ | 21.98 | 11.13 | 25.8 | - |
| YUV | 78.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 140 | 0 | 0.89 | 0.19 | 0.33 | 312.55 | 0.8 | 0.37 |
| Hex | AC | 13 | 8C | 0 | 59 | 13 | 21 | 139 | 50 | 25 |
| Octal | 254 | 23 | 214 | 0 | 131 | 23 | 41 | 471 | 120 | 45 |
| Binary | 10101100 | 10011 | 10001100 | 0 | 1011001 | 10011 | 100001 | 100111001 | 1010000 | 100101 |
Color Harmonies of #AC138C
Complementary color
Monochromatic Colors of #AC138C
Black with #AC138C
Text Example
Text Example
White with #AC138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC138C; }
p { color: rgb(172,19,140); }
H1.HeaderClassName
{
color: #AC138C;
}
.AnyTagClassName
{
color: #AC138C;
}
</style>
background-color css
<style>
a { background-color: #AC138C; }
a { background-color: rgb(172,19,140); }
div.DivClassName
{
background-color: #AC138C;
}
.BgClassName
{
background-color: #AC138C;
}
</style>
border-color css
<style>
span { border-color: #AC138C; }
span { border-color: rgb(172,19,140); }
td.TdClassName
{
border-color: #AC138C;
}
.TagClassName
{
border-color: #AC138C;
}
</style>