Shades of Medium Violet Red #AC138A
Tints of Medium Violet Red #AC138A
RGB
CMYK
RGB Variations
Color information
#AC138A (or 0xAC138A) is known color: Medium Violet Red. HEX triplet: AC, 13 and 8A. RGB value is (172,19,138). Sum of RGB (Red+Green+Blue) = 172+19+138=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC138A is #53EC75. Grayscale: #4D4D4D. Windows color (decimal): -5500022 or 9049004. OLE color: 9049004.
HSL color Cylindrical-coordinate representation of color #AC138A: hue angle of 313.33º 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 #AC138A is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 138 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.33 |
| HSL | 313.33º | 0.8% | 0.37% | - |
| HSV(B) | 313.33º | 0.89% | 0.67% | - |
| XYZ | 21.83 | 11.07 | 25.03 | - |
| YUV | 78.31 | 161.69 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 138 | 0 | 0.89 | 0.20 | 0.33 | 313.33 | 0.8 | 0.37 |
| Hex | AC | 13 | 8A | 0 | 59 | 14 | 21 | 139 | 50 | 25 |
| Octal | 254 | 23 | 212 | 0 | 131 | 24 | 41 | 471 | 120 | 45 |
| Binary | 10101100 | 10011 | 10001010 | 0 | 1011001 | 10100 | 100001 | 100111001 | 1010000 | 100101 |
Color Harmonies of #AC138A
Complementary color
Monochromatic Colors of #AC138A
Black with #AC138A
Text Example
Text Example
White with #AC138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC138A; }
p { color: rgb(172,19,138); }
H1.HeaderClassName
{
color: #AC138A;
}
.AnyTagClassName
{
color: #AC138A;
}
</style>
background-color css
<style>
a { background-color: #AC138A; }
a { background-color: rgb(172,19,138); }
div.DivClassName
{
background-color: #AC138A;
}
.BgClassName
{
background-color: #AC138A;
}
</style>
border-color css
<style>
span { border-color: #AC138A; }
span { border-color: rgb(172,19,138); }
td.TdClassName
{
border-color: #AC138A;
}
.TagClassName
{
border-color: #AC138A;
}
</style>