Shades of Medium Violet Red #AC138B
Tints of Medium Violet Red #AC138B
RGB
CMYK
RGB Variations
Color information
#AC138B (or 0xAC138B) is known color: Medium Violet Red. HEX triplet: AC, 13 and 8B. RGB value is (172,19,139). Sum of RGB (Red+Green+Blue) = 172+19+139=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC138B is #53EC74. Grayscale: #4E4E4E. Windows color (decimal): -5500021 or 9114540. OLE color: 9114540.
HSL color Cylindrical-coordinate representation of color #AC138B: hue angle of 312.94º 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 #AC138B is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 139 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.33 |
| HSL | 312.94º | 0.8% | 0.37% | - |
| HSV(B) | 312.94º | 0.89% | 0.67% | - |
| XYZ | 21.91 | 11.1 | 25.41 | - |
| YUV | 78.43 | 162.19 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 139 | 0 | 0.89 | 0.19 | 0.33 | 312.94 | 0.8 | 0.37 |
| Hex | AC | 13 | 8B | 0 | 59 | 13 | 21 | 139 | 50 | 25 |
| Octal | 254 | 23 | 213 | 0 | 131 | 23 | 41 | 471 | 120 | 45 |
| Binary | 10101100 | 10011 | 10001011 | 0 | 1011001 | 10011 | 100001 | 100111001 | 1010000 | 100101 |
Color Harmonies of #AC138B
Complementary color
Monochromatic Colors of #AC138B
Black with #AC138B
Text Example
Text Example
White with #AC138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC138B; }
p { color: rgb(172,19,139); }
H1.HeaderClassName
{
color: #AC138B;
}
.AnyTagClassName
{
color: #AC138B;
}
</style>
background-color css
<style>
a { background-color: #AC138B; }
a { background-color: rgb(172,19,139); }
div.DivClassName
{
background-color: #AC138B;
}
.BgClassName
{
background-color: #AC138B;
}
</style>
border-color css
<style>
span { border-color: #AC138B; }
span { border-color: rgb(172,19,139); }
td.TdClassName
{
border-color: #AC138B;
}
.TagClassName
{
border-color: #AC138B;
}
</style>