Shades of Medium Violet Red #AC1579
Tints of Medium Violet Red #AC1579
RGB
CMYK
RGB Variations
Color information
#AC1579 (or 0xAC1579) is known color: Medium Violet Red. HEX triplet: AC, 15 and 79. RGB value is (172,21,121). Sum of RGB (Red+Green+Blue) = 172+21+121=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1579 is #53EA86. Grayscale: #4D4D4D. Windows color (decimal): -5499527 or 7935404. OLE color: 7935404.
HSL color Cylindrical-coordinate representation of color #AC1579: hue angle of 320.26º degrees, saturation: 0.78, 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 #AC1579 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 121 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.33 |
| HSL | 320.26º | 0.78% | 0.38% | - |
| HSV(B) | 320.26º | 0.88% | 0.67% | - |
| XYZ | 20.73 | 10.69 | 19.06 | - |
| YUV | 77.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 121 | 0 | 0.88 | 0.30 | 0.33 | 320.26 | 0.78 | 0.38 |
| Hex | AC | 15 | 79 | 0 | 58 | 1E | 21 | 140 | 4E | 26 |
| Octal | 254 | 25 | 171 | 0 | 130 | 36 | 41 | 500 | 116 | 46 |
| Binary | 10101100 | 10101 | 1111001 | 0 | 1011000 | 11110 | 100001 | 101000000 | 1001110 | 100110 |
Color Harmonies of #AC1579
Complementary color
Monochromatic Colors of #AC1579
Black with #AC1579
Text Example
Text Example
White with #AC1579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1579; }
p { color: rgb(172,21,121); }
H1.HeaderClassName
{
color: #AC1579;
}
.AnyTagClassName
{
color: #AC1579;
}
</style>
background-color css
<style>
a { background-color: #AC1579; }
a { background-color: rgb(172,21,121); }
div.DivClassName
{
background-color: #AC1579;
}
.BgClassName
{
background-color: #AC1579;
}
</style>
border-color css
<style>
span { border-color: #AC1579; }
span { border-color: rgb(172,21,121); }
td.TdClassName
{
border-color: #AC1579;
}
.TagClassName
{
border-color: #AC1579;
}
</style>