Shades of Medium Violet Red #AC1881
Tints of Medium Violet Red #AC1881
RGB
CMYK
RGB Variations
Color information
#AC1881 (or 0xAC1881) is known color: Medium Violet Red. HEX triplet: AC, 18 and 81. RGB value is (172,24,129). Sum of RGB (Red+Green+Blue) = 172+24+129=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1881 is #53E77E. Grayscale: #4F4F4F. Windows color (decimal): -5498751 or 8460460. OLE color: 8460460.
HSL color Cylindrical-coordinate representation of color #AC1881: hue angle of 317.43º 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 #AC1881 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 129 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.33 |
| HSL | 317.43º | 0.76% | 0.38% | - |
| HSV(B) | 317.43º | 0.86% | 0.67% | - |
| XYZ | 21.3 | 11.01 | 21.77 | - |
| YUV | 80.22 | 155.53 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 129 | 0 | 0.86 | 0.25 | 0.33 | 317.43 | 0.76 | 0.38 |
| Hex | AC | 18 | 81 | 0 | 56 | 19 | 21 | 13D | 4C | 26 |
| Octal | 254 | 30 | 201 | 0 | 126 | 31 | 41 | 475 | 114 | 46 |
| Binary | 10101100 | 11000 | 10000001 | 0 | 1010110 | 11001 | 100001 | 100111101 | 1001100 | 100110 |
Color Harmonies of #AC1881
Complementary color
Monochromatic Colors of #AC1881
Black with #AC1881
Text Example
Text Example
White with #AC1881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1881; }
p { color: rgb(172,24,129); }
H1.HeaderClassName
{
color: #AC1881;
}
.AnyTagClassName
{
color: #AC1881;
}
</style>
background-color css
<style>
a { background-color: #AC1881; }
a { background-color: rgb(172,24,129); }
div.DivClassName
{
background-color: #AC1881;
}
.BgClassName
{
background-color: #AC1881;
}
</style>
border-color css
<style>
span { border-color: #AC1881; }
span { border-color: rgb(172,24,129); }
td.TdClassName
{
border-color: #AC1881;
}
.TagClassName
{
border-color: #AC1881;
}
</style>