Shades of Medium Violet Red #AC129A
Tints of Medium Violet Red #AC129A
RGB
CMYK
RGB Variations
Color information
#AC129A (or 0xAC129A) is known color: Medium Violet Red. HEX triplet: AC, 12 and 9A. RGB value is (172,18,154). Sum of RGB (Red+Green+Blue) = 172+18+154=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC129A is #53ED65. Grayscale: #4F4F4F. Windows color (decimal): -5500262 or 10097324. OLE color: 10097324.
HSL color Cylindrical-coordinate representation of color #AC129A: hue angle of 307.01º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC129A is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 154 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.33 |
| HSL | 307.01º | 0.81% | 0.37% | - |
| HSV(B) | 307.01º | 0.9% | 0.67% | - |
| XYZ | 23.06 | 11.54 | 31.58 | - |
| YUV | 79.55 | 170.02 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 154 | 0 | 0.90 | 0.10 | 0.33 | 307.01 | 0.81 | 0.37 |
| Hex | AC | 12 | 9A | 0 | 5A | A | 21 | 133 | 51 | 25 |
| Octal | 254 | 22 | 232 | 0 | 132 | 12 | 41 | 463 | 121 | 45 |
| Binary | 10101100 | 10010 | 10011010 | 0 | 1011010 | 1010 | 100001 | 100110011 | 1010001 | 100101 |
Color Harmonies of #AC129A
Complementary color
Monochromatic Colors of #AC129A
Black with #AC129A
Text Example
Text Example
White with #AC129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC129A; }
p { color: rgb(172,18,154); }
H1.HeaderClassName
{
color: #AC129A;
}
.AnyTagClassName
{
color: #AC129A;
}
</style>
background-color css
<style>
a { background-color: #AC129A; }
a { background-color: rgb(172,18,154); }
div.DivClassName
{
background-color: #AC129A;
}
.BgClassName
{
background-color: #AC129A;
}
</style>
border-color css
<style>
span { border-color: #AC129A; }
span { border-color: rgb(172,18,154); }
td.TdClassName
{
border-color: #AC129A;
}
.TagClassName
{
border-color: #AC129A;
}
</style>