Shades of Medium Red Violet #AC20A1
Tints of Medium Red Violet #AC20A1
RGB
CMYK
RGB Variations
Color information
#AC20A1 (or 0xAC20A1) is known color: Medium Red Violet. HEX triplet: AC, 20 and A1. RGB value is (172,32,161). Sum of RGB (Red+Green+Blue) = 172+32+161=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC20A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC20A1 is #53DF5E. Grayscale: #585858. Windows color (decimal): -5496671 or 10559660. OLE color: 10559660.
HSL color Cylindrical-coordinate representation of color #AC20A1: hue angle of 304.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC20A1 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 161 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.33 |
| HSL | 304.71º | 0.69% | 0.4% | - |
| HSV(B) | 304.71º | 0.81% | 0.67% | - |
| XYZ | 23.96 | 12.38 | 34.84 | - |
| YUV | 88.57 | 168.88 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 161 | 0 | 0.81 | 0.06 | 0.33 | 304.71 | 0.69 | 0.4 |
| Hex | AC | 20 | A1 | 0 | 51 | 6 | 21 | 131 | 45 | 28 |
| Octal | 254 | 40 | 241 | 0 | 121 | 6 | 41 | 461 | 105 | 50 |
| Binary | 10101100 | 100000 | 10100001 | 0 | 1010001 | 110 | 100001 | 100110001 | 1000101 | 101000 |
Color Harmonies of #AC20A1
Complementary color
Monochromatic Colors of #AC20A1
Black with #AC20A1
Text Example
Text Example
White with #AC20A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC20A1; }
p { color: rgb(172,32,161); }
H1.HeaderClassName
{
color: #AC20A1;
}
.AnyTagClassName
{
color: #AC20A1;
}
</style>
background-color css
<style>
a { background-color: #AC20A1; }
a { background-color: rgb(172,32,161); }
div.DivClassName
{
background-color: #AC20A1;
}
.BgClassName
{
background-color: #AC20A1;
}
</style>
border-color css
<style>
span { border-color: #AC20A1; }
span { border-color: rgb(172,32,161); }
td.TdClassName
{
border-color: #AC20A1;
}
.TagClassName
{
border-color: #AC20A1;
}
</style>