Shades of Medium Violet Red #AC188B
Tints of Medium Violet Red #AC188B
RGB
CMYK
RGB Variations
Color information
#AC188B (or 0xAC188B) is known color: Medium Violet Red. HEX triplet: AC, 18 and 8B. RGB value is (172,24,139). Sum of RGB (Red+Green+Blue) = 172+24+139=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC188B is #53E774. Grayscale: #515151. Windows color (decimal): -5498741 or 9115820. OLE color: 9115820.
HSL color Cylindrical-coordinate representation of color #AC188B: hue angle of 313.38º 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 #AC188B is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 139 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.33 |
| HSL | 313.38º | 0.76% | 0.38% | - |
| HSV(B) | 313.38º | 0.86% | 0.67% | - |
| XYZ | 22 | 11.29 | 25.45 | - |
| YUV | 81.36 | 160.53 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 139 | 0 | 0.86 | 0.19 | 0.33 | 313.38 | 0.76 | 0.38 |
| Hex | AC | 18 | 8B | 0 | 56 | 13 | 21 | 139 | 4C | 26 |
| Octal | 254 | 30 | 213 | 0 | 126 | 23 | 41 | 471 | 114 | 46 |
| Binary | 10101100 | 11000 | 10001011 | 0 | 1010110 | 10011 | 100001 | 100111001 | 1001100 | 100110 |
Color Harmonies of #AC188B
Complementary color
Monochromatic Colors of #AC188B
Black with #AC188B
Text Example
Text Example
White with #AC188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC188B; }
p { color: rgb(172,24,139); }
H1.HeaderClassName
{
color: #AC188B;
}
.AnyTagClassName
{
color: #AC188B;
}
</style>
background-color css
<style>
a { background-color: #AC188B; }
a { background-color: rgb(172,24,139); }
div.DivClassName
{
background-color: #AC188B;
}
.BgClassName
{
background-color: #AC188B;
}
</style>
border-color css
<style>
span { border-color: #AC188B; }
span { border-color: rgb(172,24,139); }
td.TdClassName
{
border-color: #AC188B;
}
.TagClassName
{
border-color: #AC188B;
}
</style>