Shades of Medium Violet Red #AC1978
Tints of Medium Violet Red #AC1978
RGB
CMYK
RGB Variations
Color information
#AC1978 (or 0xAC1978) is known color: Medium Violet Red. HEX triplet: AC, 19 and 78. RGB value is (172,25,120). Sum of RGB (Red+Green+Blue) = 172+25+120=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1978 is #53E687. Grayscale: #4F4F4F. Windows color (decimal): -5498504 or 7870892. OLE color: 7870892.
HSL color Cylindrical-coordinate representation of color #AC1978: hue angle of 321.22º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1978 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 120 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.33 |
| HSL | 321.22º | 0.75% | 0.39% | - |
| HSV(B) | 321.22º | 0.85% | 0.67% | - |
| XYZ | 20.75 | 10.82 | 18.76 | - |
| YUV | 79.78 | 150.7 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 120 | 0 | 0.85 | 0.30 | 0.33 | 321.22 | 0.75 | 0.39 |
| Hex | AC | 19 | 78 | 0 | 55 | 1E | 21 | 141 | 4B | 27 |
| Octal | 254 | 31 | 170 | 0 | 125 | 36 | 41 | 501 | 113 | 47 |
| Binary | 10101100 | 11001 | 1111000 | 0 | 1010101 | 11110 | 100001 | 101000001 | 1001011 | 100111 |
Color Harmonies of #AC1978
Complementary color
Monochromatic Colors of #AC1978
Black with #AC1978
Text Example
Text Example
White with #AC1978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1978; }
p { color: rgb(172,25,120); }
H1.HeaderClassName
{
color: #AC1978;
}
.AnyTagClassName
{
color: #AC1978;
}
</style>
background-color css
<style>
a { background-color: #AC1978; }
a { background-color: rgb(172,25,120); }
div.DivClassName
{
background-color: #AC1978;
}
.BgClassName
{
background-color: #AC1978;
}
</style>
border-color css
<style>
span { border-color: #AC1978; }
span { border-color: rgb(172,25,120); }
td.TdClassName
{
border-color: #AC1978;
}
.TagClassName
{
border-color: #AC1978;
}
</style>