Shades of Medium Violet Red #AC1880
Tints of Medium Violet Red #AC1880
RGB
CMYK
RGB Variations
Color information
#AC1880 (or 0xAC1880) is known color: Medium Violet Red. HEX triplet: AC, 18 and 80. RGB value is (172,24,128). Sum of RGB (Red+Green+Blue) = 172+24+128=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1880 is #53E77F. Grayscale: #4F4F4F. Windows color (decimal): -5498752 or 8394924. OLE color: 8394924.
HSL color Cylindrical-coordinate representation of color #AC1880: hue angle of 317.84º 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 #AC1880 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 128 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.33 |
| HSL | 317.84º | 0.76% | 0.38% | - |
| HSV(B) | 317.84º | 0.86% | 0.67% | - |
| XYZ | 21.24 | 10.98 | 21.42 | - |
| YUV | 80.11 | 155.03 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 128 | 0 | 0.86 | 0.26 | 0.33 | 317.84 | 0.76 | 0.38 |
| Hex | AC | 18 | 80 | 0 | 56 | 1A | 21 | 13E | 4C | 26 |
| Octal | 254 | 30 | 200 | 0 | 126 | 32 | 41 | 476 | 114 | 46 |
| Binary | 10101100 | 11000 | 10000000 | 0 | 1010110 | 11010 | 100001 | 100111110 | 1001100 | 100110 |
Color Harmonies of #AC1880
Complementary color
Monochromatic Colors of #AC1880
Black with #AC1880
Text Example
Text Example
White with #AC1880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1880; }
p { color: rgb(172,24,128); }
H1.HeaderClassName
{
color: #AC1880;
}
.AnyTagClassName
{
color: #AC1880;
}
</style>
background-color css
<style>
a { background-color: #AC1880; }
a { background-color: rgb(172,24,128); }
div.DivClassName
{
background-color: #AC1880;
}
.BgClassName
{
background-color: #AC1880;
}
</style>
border-color css
<style>
span { border-color: #AC1880; }
span { border-color: rgb(172,24,128); }
td.TdClassName
{
border-color: #AC1880;
}
.TagClassName
{
border-color: #AC1880;
}
</style>