Shades of Medium Violet Red #AC1781
Tints of Medium Violet Red #AC1781
RGB
CMYK
RGB Variations
Color information
#AC1781 (or 0xAC1781) is known color: Medium Violet Red. HEX triplet: AC, 17 and 81. RGB value is (172,23,129). Sum of RGB (Red+Green+Blue) = 172+23+129=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1781 is #53E87E. Grayscale: #4F4F4F. Windows color (decimal): -5499007 or 8460204. OLE color: 8460204.
HSL color Cylindrical-coordinate representation of color #AC1781: hue angle of 317.32º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1781 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 129 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.33 |
| HSL | 317.32º | 0.76% | 0.38% | - |
| HSV(B) | 317.32º | 0.87% | 0.67% | - |
| XYZ | 21.28 | 10.97 | 21.76 | - |
| YUV | 79.64 | 155.86 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 129 | 0 | 0.87 | 0.25 | 0.33 | 317.32 | 0.76 | 0.38 |
| Hex | AC | 17 | 81 | 0 | 57 | 19 | 21 | 13D | 4C | 26 |
| Octal | 254 | 27 | 201 | 0 | 127 | 31 | 41 | 475 | 114 | 46 |
| Binary | 10101100 | 10111 | 10000001 | 0 | 1010111 | 11001 | 100001 | 100111101 | 1001100 | 100110 |
Color Harmonies of #AC1781
Complementary color
Monochromatic Colors of #AC1781
Black with #AC1781
Text Example
Text Example
White with #AC1781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1781; }
p { color: rgb(172,23,129); }
H1.HeaderClassName
{
color: #AC1781;
}
.AnyTagClassName
{
color: #AC1781;
}
</style>
background-color css
<style>
a { background-color: #AC1781; }
a { background-color: rgb(172,23,129); }
div.DivClassName
{
background-color: #AC1781;
}
.BgClassName
{
background-color: #AC1781;
}
</style>
border-color css
<style>
span { border-color: #AC1781; }
span { border-color: rgb(172,23,129); }
td.TdClassName
{
border-color: #AC1781;
}
.TagClassName
{
border-color: #AC1781;
}
</style>