Shades of Medium Violet Red #AC138D
Tints of Medium Violet Red #AC138D
RGB
CMYK
RGB Variations
Color information
#AC138D (or 0xAC138D) is known color: Medium Violet Red. HEX triplet: AC, 13 and 8D. RGB value is (172,19,141). Sum of RGB (Red+Green+Blue) = 172+19+141=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC138D is #53EC72. Grayscale: #4E4E4E. Windows color (decimal): -5500019 or 9245612. OLE color: 9245612.
HSL color Cylindrical-coordinate representation of color #AC138D: hue angle of 312.16º 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 #AC138D is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 141 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.33 |
| HSL | 312.16º | 0.8% | 0.37% | - |
| HSV(B) | 312.16º | 0.89% | 0.67% | - |
| XYZ | 22.05 | 11.16 | 26.19 | - |
| YUV | 78.66 | 163.19 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 141 | 0 | 0.89 | 0.18 | 0.33 | 312.16 | 0.8 | 0.37 |
| Hex | AC | 13 | 8D | 0 | 59 | 12 | 21 | 138 | 50 | 25 |
| Octal | 254 | 23 | 215 | 0 | 131 | 22 | 41 | 470 | 120 | 45 |
| Binary | 10101100 | 10011 | 10001101 | 0 | 1011001 | 10010 | 100001 | 100111000 | 1010000 | 100101 |
Color Harmonies of #AC138D
Complementary color
Monochromatic Colors of #AC138D
Black with #AC138D
Text Example
Text Example
White with #AC138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC138D; }
p { color: rgb(172,19,141); }
H1.HeaderClassName
{
color: #AC138D;
}
.AnyTagClassName
{
color: #AC138D;
}
</style>
background-color css
<style>
a { background-color: #AC138D; }
a { background-color: rgb(172,19,141); }
div.DivClassName
{
background-color: #AC138D;
}
.BgClassName
{
background-color: #AC138D;
}
</style>
border-color css
<style>
span { border-color: #AC138D; }
span { border-color: rgb(172,19,141); }
td.TdClassName
{
border-color: #AC138D;
}
.TagClassName
{
border-color: #AC138D;
}
</style>