Shades of Medium Violet Red #AC1888
Tints of Medium Violet Red #AC1888
RGB
CMYK
RGB Variations
Color information
#AC1888 (or 0xAC1888) is known color: Medium Violet Red. HEX triplet: AC, 18 and 88. RGB value is (172,24,136). Sum of RGB (Red+Green+Blue) = 172+24+136=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1888 is #53E777. Grayscale: #505050. Windows color (decimal): -5498744 or 8919212. OLE color: 8919212.
HSL color Cylindrical-coordinate representation of color #AC1888: hue angle of 314.59º 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 #AC1888 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 136 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.33 |
| HSL | 314.59º | 0.76% | 0.38% | - |
| HSV(B) | 314.59º | 0.86% | 0.67% | - |
| XYZ | 21.78 | 11.2 | 24.31 | - |
| YUV | 81.02 | 159.03 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 136 | 0 | 0.86 | 0.21 | 0.33 | 314.59 | 0.76 | 0.38 |
| Hex | AC | 18 | 88 | 0 | 56 | 15 | 21 | 13B | 4C | 26 |
| Octal | 254 | 30 | 210 | 0 | 126 | 25 | 41 | 473 | 114 | 46 |
| Binary | 10101100 | 11000 | 10001000 | 0 | 1010110 | 10101 | 100001 | 100111011 | 1001100 | 100110 |
Color Harmonies of #AC1888
Complementary color
Monochromatic Colors of #AC1888
Black with #AC1888
Text Example
Text Example
White with #AC1888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1888; }
p { color: rgb(172,24,136); }
H1.HeaderClassName
{
color: #AC1888;
}
.AnyTagClassName
{
color: #AC1888;
}
</style>
background-color css
<style>
a { background-color: #AC1888; }
a { background-color: rgb(172,24,136); }
div.DivClassName
{
background-color: #AC1888;
}
.BgClassName
{
background-color: #AC1888;
}
</style>
border-color css
<style>
span { border-color: #AC1888; }
span { border-color: rgb(172,24,136); }
td.TdClassName
{
border-color: #AC1888;
}
.TagClassName
{
border-color: #AC1888;
}
</style>