Shades of Medium Violet Red #AC149D
Tints of Medium Violet Red #AC149D
RGB
CMYK
RGB Variations
Color information
#AC149D (or 0xAC149D) is known color: Medium Violet Red. HEX triplet: AC, 14 and 9D. RGB value is (172,20,157). Sum of RGB (Red+Green+Blue) = 172+20+157=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC149D is #53EB62. Grayscale: #505050. Windows color (decimal): -5499747 or 10294444. OLE color: 10294444.
HSL color Cylindrical-coordinate representation of color #AC149D: hue angle of 305.92º 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 #AC149D is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 157 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.33 |
| HSL | 305.92º | 0.79% | 0.38% | - |
| HSV(B) | 305.92º | 0.88% | 0.67% | - |
| XYZ | 23.35 | 11.71 | 32.93 | - |
| YUV | 81.07 | 170.86 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 157 | 0 | 0.88 | 0.09 | 0.33 | 305.92 | 0.79 | 0.38 |
| Hex | AC | 14 | 9D | 0 | 58 | 9 | 21 | 132 | 4F | 26 |
| Octal | 254 | 24 | 235 | 0 | 130 | 11 | 41 | 462 | 117 | 46 |
| Binary | 10101100 | 10100 | 10011101 | 0 | 1011000 | 1001 | 100001 | 100110010 | 1001111 | 100110 |
Color Harmonies of #AC149D
Complementary color
Monochromatic Colors of #AC149D
Black with #AC149D
Text Example
Text Example
White with #AC149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC149D; }
p { color: rgb(172,20,157); }
H1.HeaderClassName
{
color: #AC149D;
}
.AnyTagClassName
{
color: #AC149D;
}
</style>
background-color css
<style>
a { background-color: #AC149D; }
a { background-color: rgb(172,20,157); }
div.DivClassName
{
background-color: #AC149D;
}
.BgClassName
{
background-color: #AC149D;
}
</style>
border-color css
<style>
span { border-color: #AC149D; }
span { border-color: rgb(172,20,157); }
td.TdClassName
{
border-color: #AC149D;
}
.TagClassName
{
border-color: #AC149D;
}
</style>