Shades of Medium Violet Red #AC149B
Tints of Medium Violet Red #AC149B
RGB
CMYK
RGB Variations
Color information
#AC149B (or 0xAC149B) is known color: Medium Violet Red. HEX triplet: AC, 14 and 9B. RGB value is (172,20,155). Sum of RGB (Red+Green+Blue) = 172+20+155=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC149B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC149B is #53EB64. Grayscale: #505050. Windows color (decimal): -5499749 or 10163372. OLE color: 10163372.
HSL color Cylindrical-coordinate representation of color #AC149B: hue angle of 306.71º 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 #AC149B is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 155 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.33 |
| HSL | 306.71º | 0.79% | 0.38% | - |
| HSV(B) | 306.71º | 0.88% | 0.67% | - |
| XYZ | 23.18 | 11.64 | 32.03 | - |
| YUV | 80.84 | 169.86 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 155 | 0 | 0.88 | 0.10 | 0.33 | 306.71 | 0.79 | 0.38 |
| Hex | AC | 14 | 9B | 0 | 58 | A | 21 | 133 | 4F | 26 |
| Octal | 254 | 24 | 233 | 0 | 130 | 12 | 41 | 463 | 117 | 46 |
| Binary | 10101100 | 10100 | 10011011 | 0 | 1011000 | 1010 | 100001 | 100110011 | 1001111 | 100110 |
Color Harmonies of #AC149B
Complementary color
Monochromatic Colors of #AC149B
Black with #AC149B
Text Example
Text Example
White with #AC149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC149B; }
p { color: rgb(172,20,155); }
H1.HeaderClassName
{
color: #AC149B;
}
.AnyTagClassName
{
color: #AC149B;
}
</style>
background-color css
<style>
a { background-color: #AC149B; }
a { background-color: rgb(172,20,155); }
div.DivClassName
{
background-color: #AC149B;
}
.BgClassName
{
background-color: #AC149B;
}
</style>
border-color css
<style>
span { border-color: #AC149B; }
span { border-color: rgb(172,20,155); }
td.TdClassName
{
border-color: #AC149B;
}
.TagClassName
{
border-color: #AC149B;
}
</style>