Shades of Medium Violet Red #AC139A
Tints of Medium Violet Red #AC139A
RGB
CMYK
RGB Variations
Color information
#AC139A (or 0xAC139A) is known color: Medium Violet Red. HEX triplet: AC, 13 and 9A. RGB value is (172,19,154). Sum of RGB (Red+Green+Blue) = 172+19+154=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC139A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC139A is #53EC65. Grayscale: #4F4F4F. Windows color (decimal): -5500006 or 10097580. OLE color: 10097580.
HSL color Cylindrical-coordinate representation of color #AC139A: hue angle of 307.06º 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 #AC139A is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 154 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.33 |
| HSL | 307.06º | 0.8% | 0.37% | - |
| HSV(B) | 307.06º | 0.89% | 0.67% | - |
| XYZ | 23.08 | 11.57 | 31.59 | - |
| YUV | 80.14 | 169.69 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 154 | 0 | 0.89 | 0.10 | 0.33 | 307.06 | 0.8 | 0.37 |
| Hex | AC | 13 | 9A | 0 | 59 | A | 21 | 133 | 50 | 25 |
| Octal | 254 | 23 | 232 | 0 | 131 | 12 | 41 | 463 | 120 | 45 |
| Binary | 10101100 | 10011 | 10011010 | 0 | 1011001 | 1010 | 100001 | 100110011 | 1010000 | 100101 |
Color Harmonies of #AC139A
Complementary color
Monochromatic Colors of #AC139A
Black with #AC139A
Text Example
Text Example
White with #AC139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC139A; }
p { color: rgb(172,19,154); }
H1.HeaderClassName
{
color: #AC139A;
}
.AnyTagClassName
{
color: #AC139A;
}
</style>
background-color css
<style>
a { background-color: #AC139A; }
a { background-color: rgb(172,19,154); }
div.DivClassName
{
background-color: #AC139A;
}
.BgClassName
{
background-color: #AC139A;
}
</style>
border-color css
<style>
span { border-color: #AC139A; }
span { border-color: rgb(172,19,154); }
td.TdClassName
{
border-color: #AC139A;
}
.TagClassName
{
border-color: #AC139A;
}
</style>