Shades of Medium Violet Red #AC187D
Tints of Medium Violet Red #AC187D
RGB
CMYK
RGB Variations
Color information
#AC187D (or 0xAC187D) is known color: Medium Violet Red. HEX triplet: AC, 18 and 7D. RGB value is (172,24,125). Sum of RGB (Red+Green+Blue) = 172+24+125=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC187D is #53E782. Grayscale: #4F4F4F. Windows color (decimal): -5498755 or 8198316. OLE color: 8198316.
HSL color Cylindrical-coordinate representation of color #AC187D: hue angle of 319.05º 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 #AC187D is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 125 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.33 |
| HSL | 319.05º | 0.76% | 0.38% | - |
| HSV(B) | 319.05º | 0.86% | 0.67% | - |
| XYZ | 21.04 | 10.9 | 20.4 | - |
| YUV | 79.77 | 153.53 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 125 | 0 | 0.86 | 0.27 | 0.33 | 319.05 | 0.76 | 0.38 |
| Hex | AC | 18 | 7D | 0 | 56 | 1B | 21 | 13F | 4C | 26 |
| Octal | 254 | 30 | 175 | 0 | 126 | 33 | 41 | 477 | 114 | 46 |
| Binary | 10101100 | 11000 | 1111101 | 0 | 1010110 | 11011 | 100001 | 100111111 | 1001100 | 100110 |
Color Harmonies of #AC187D
Complementary color
Monochromatic Colors of #AC187D
Black with #AC187D
Text Example
Text Example
White with #AC187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC187D; }
p { color: rgb(172,24,125); }
H1.HeaderClassName
{
color: #AC187D;
}
.AnyTagClassName
{
color: #AC187D;
}
</style>
background-color css
<style>
a { background-color: #AC187D; }
a { background-color: rgb(172,24,125); }
div.DivClassName
{
background-color: #AC187D;
}
.BgClassName
{
background-color: #AC187D;
}
</style>
border-color css
<style>
span { border-color: #AC187D; }
span { border-color: rgb(172,24,125); }
td.TdClassName
{
border-color: #AC187D;
}
.TagClassName
{
border-color: #AC187D;
}
</style>