Shades of Medium Violet Red #AC149C
Tints of Medium Violet Red #AC149C
RGB
CMYK
RGB Variations
Color information
#AC149C (or 0xAC149C) is known color: Medium Violet Red. HEX triplet: AC, 14 and 9C. RGB value is (172,20,156). Sum of RGB (Red+Green+Blue) = 172+20+156=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC149C is #53EB63. Grayscale: #505050. Windows color (decimal): -5499748 or 10228908. OLE color: 10228908.
HSL color Cylindrical-coordinate representation of color #AC149C: hue angle of 306.32º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC149C is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 156 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.33 |
| HSL | 306.32º | 0.79% | 0.38% | - |
| HSV(B) | 306.32º | 0.88% | 0.67% | - |
| XYZ | 23.26 | 11.67 | 32.48 | - |
| YUV | 80.95 | 170.36 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 156 | 0 | 0.88 | 0.09 | 0.33 | 306.32 | 0.79 | 0.38 |
| Hex | AC | 14 | 9C | 0 | 58 | 9 | 21 | 132 | 4F | 26 |
| Octal | 254 | 24 | 234 | 0 | 130 | 11 | 41 | 462 | 117 | 46 |
| Binary | 10101100 | 10100 | 10011100 | 0 | 1011000 | 1001 | 100001 | 100110010 | 1001111 | 100110 |
Color Harmonies of #AC149C
Complementary color
Monochromatic Colors of #AC149C
Black with #AC149C
Text Example
Text Example
White with #AC149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC149C; }
p { color: rgb(172,20,156); }
H1.HeaderClassName
{
color: #AC149C;
}
.AnyTagClassName
{
color: #AC149C;
}
</style>
background-color css
<style>
a { background-color: #AC149C; }
a { background-color: rgb(172,20,156); }
div.DivClassName
{
background-color: #AC149C;
}
.BgClassName
{
background-color: #AC149C;
}
</style>
border-color css
<style>
span { border-color: #AC149C; }
span { border-color: rgb(172,20,156); }
td.TdClassName
{
border-color: #AC149C;
}
.TagClassName
{
border-color: #AC149C;
}
</style>