Shades of Medium Violet Red #AC19A0
Tints of Medium Violet Red #AC19A0
RGB
CMYK
RGB Variations
Color information
#AC19A0 (or 0xAC19A0) is known color: Medium Violet Red. HEX triplet: AC, 19 and A0. RGB value is (172,25,160). Sum of RGB (Red+Green+Blue) = 172+25+160=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC19A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC19A0 is #53E65F. Grayscale: #535353. Windows color (decimal): -5498464 or 10492332. OLE color: 10492332.
HSL color Cylindrical-coordinate representation of color #AC19A0: hue angle of 304.9º 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 #AC19A0 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 160 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.33 |
| HSL | 304.9º | 0.75% | 0.39% | - |
| HSV(B) | 304.9º | 0.85% | 0.67% | - |
| XYZ | 23.71 | 12 | 34.33 | - |
| YUV | 84.34 | 170.7 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 160 | 0 | 0.85 | 0.07 | 0.33 | 304.9 | 0.75 | 0.39 |
| Hex | AC | 19 | A0 | 0 | 55 | 7 | 21 | 131 | 4B | 27 |
| Octal | 254 | 31 | 240 | 0 | 125 | 7 | 41 | 461 | 113 | 47 |
| Binary | 10101100 | 11001 | 10100000 | 0 | 1010101 | 111 | 100001 | 100110001 | 1001011 | 100111 |
Color Harmonies of #AC19A0
Complementary color
Monochromatic Colors of #AC19A0
Black with #AC19A0
Text Example
Text Example
White with #AC19A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC19A0; }
p { color: rgb(172,25,160); }
H1.HeaderClassName
{
color: #AC19A0;
}
.AnyTagClassName
{
color: #AC19A0;
}
</style>
background-color css
<style>
a { background-color: #AC19A0; }
a { background-color: rgb(172,25,160); }
div.DivClassName
{
background-color: #AC19A0;
}
.BgClassName
{
background-color: #AC19A0;
}
</style>
border-color css
<style>
span { border-color: #AC19A0; }
span { border-color: rgb(172,25,160); }
td.TdClassName
{
border-color: #AC19A0;
}
.TagClassName
{
border-color: #AC19A0;
}
</style>