Shades of Medium Violet Red #AC189B
Tints of Medium Violet Red #AC189B
RGB
CMYK
RGB Variations
Color information
#AC189B (or 0xAC189B) is known color: Medium Violet Red. HEX triplet: AC, 18 and 9B. RGB value is (172,24,155). Sum of RGB (Red+Green+Blue) = 172+24+155=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC189B is #53E764. Grayscale: #525252. Windows color (decimal): -5498725 or 10164396. OLE color: 10164396.
HSL color Cylindrical-coordinate representation of color #AC189B: hue angle of 306.89º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC189B is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 155 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.33 |
| HSL | 306.89º | 0.76% | 0.38% | - |
| HSV(B) | 306.89º | 0.86% | 0.67% | - |
| XYZ | 23.26 | 11.79 | 32.06 | - |
| YUV | 83.19 | 168.53 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 155 | 0 | 0.86 | 0.10 | 0.33 | 306.89 | 0.76 | 0.38 |
| Hex | AC | 18 | 9B | 0 | 56 | A | 21 | 133 | 4C | 26 |
| Octal | 254 | 30 | 233 | 0 | 126 | 12 | 41 | 463 | 114 | 46 |
| Binary | 10101100 | 11000 | 10011011 | 0 | 1010110 | 1010 | 100001 | 100110011 | 1001100 | 100110 |
Color Harmonies of #AC189B
Complementary color
Monochromatic Colors of #AC189B
Black with #AC189B
Text Example
Text Example
White with #AC189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC189B; }
p { color: rgb(172,24,155); }
H1.HeaderClassName
{
color: #AC189B;
}
.AnyTagClassName
{
color: #AC189B;
}
</style>
background-color css
<style>
a { background-color: #AC189B; }
a { background-color: rgb(172,24,155); }
div.DivClassName
{
background-color: #AC189B;
}
.BgClassName
{
background-color: #AC189B;
}
</style>
border-color css
<style>
span { border-color: #AC189B; }
span { border-color: rgb(172,24,155); }
td.TdClassName
{
border-color: #AC189B;
}
.TagClassName
{
border-color: #AC189B;
}
</style>