Shades of Medium Violet Red #AC129B
Tints of Medium Violet Red #AC129B
RGB
CMYK
RGB Variations
Color information
#AC129B (or 0xAC129B) is known color: Medium Violet Red. HEX triplet: AC, 12 and 9B. RGB value is (172,18,155). Sum of RGB (Red+Green+Blue) = 172+18+155=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC129B is #53ED64. Grayscale: #4F4F4F. Windows color (decimal): -5500261 or 10162860. OLE color: 10162860.
HSL color Cylindrical-coordinate representation of color #AC129B: hue angle of 306.62º 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 #AC129B is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 155 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.33 |
| HSL | 306.62º | 0.81% | 0.37% | - |
| HSV(B) | 306.62º | 0.9% | 0.67% | - |
| XYZ | 23.15 | 11.57 | 32.02 | - |
| YUV | 79.66 | 170.52 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 155 | 0 | 0.90 | 0.10 | 0.33 | 306.62 | 0.81 | 0.37 |
| Hex | AC | 12 | 9B | 0 | 5A | A | 21 | 133 | 51 | 25 |
| Octal | 254 | 22 | 233 | 0 | 132 | 12 | 41 | 463 | 121 | 45 |
| Binary | 10101100 | 10010 | 10011011 | 0 | 1011010 | 1010 | 100001 | 100110011 | 1010001 | 100101 |
Color Harmonies of #AC129B
Complementary color
Monochromatic Colors of #AC129B
Black with #AC129B
Text Example
Text Example
White with #AC129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC129B; }
p { color: rgb(172,18,155); }
H1.HeaderClassName
{
color: #AC129B;
}
.AnyTagClassName
{
color: #AC129B;
}
</style>
background-color css
<style>
a { background-color: #AC129B; }
a { background-color: rgb(172,18,155); }
div.DivClassName
{
background-color: #AC129B;
}
.BgClassName
{
background-color: #AC129B;
}
</style>
border-color css
<style>
span { border-color: #AC129B; }
span { border-color: rgb(172,18,155); }
td.TdClassName
{
border-color: #AC129B;
}
.TagClassName
{
border-color: #AC129B;
}
</style>