Shades of Medium Violet Red #AC1481
Tints of Medium Violet Red #AC1481
RGB
CMYK
RGB Variations
Color information
#AC1481 (or 0xAC1481) is known color: Medium Violet Red. HEX triplet: AC, 14 and 81. RGB value is (172,20,129). Sum of RGB (Red+Green+Blue) = 172+20+129=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1481 is #53EB7E. Grayscale: #4D4D4D. Windows color (decimal): -5499775 or 8459436. OLE color: 8459436.
HSL color Cylindrical-coordinate representation of color #AC1481: hue angle of 316.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1481 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 129 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.33 |
| HSL | 316.97º | 0.79% | 0.38% | - |
| HSV(B) | 316.97º | 0.88% | 0.67% | - |
| XYZ | 21.23 | 10.86 | 21.75 | - |
| YUV | 77.87 | 156.86 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 129 | 0 | 0.88 | 0.25 | 0.33 | 316.97 | 0.79 | 0.38 |
| Hex | AC | 14 | 81 | 0 | 58 | 19 | 21 | 13D | 4F | 26 |
| Octal | 254 | 24 | 201 | 0 | 130 | 31 | 41 | 475 | 117 | 46 |
| Binary | 10101100 | 10100 | 10000001 | 0 | 1011000 | 11001 | 100001 | 100111101 | 1001111 | 100110 |
Color Harmonies of #AC1481
Complementary color
Monochromatic Colors of #AC1481
Black with #AC1481
Text Example
Text Example
White with #AC1481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1481; }
p { color: rgb(172,20,129); }
H1.HeaderClassName
{
color: #AC1481;
}
.AnyTagClassName
{
color: #AC1481;
}
</style>
background-color css
<style>
a { background-color: #AC1481; }
a { background-color: rgb(172,20,129); }
div.DivClassName
{
background-color: #AC1481;
}
.BgClassName
{
background-color: #AC1481;
}
</style>
border-color css
<style>
span { border-color: #AC1481; }
span { border-color: rgb(172,20,129); }
td.TdClassName
{
border-color: #AC1481;
}
.TagClassName
{
border-color: #AC1481;
}
</style>