Shades of Medium Red Violet #AC20A3
Tints of Medium Red Violet #AC20A3
RGB
CMYK
RGB Variations
Color information
#AC20A3 (or 0xAC20A3) is known color: Medium Red Violet. HEX triplet: AC, 20 and A3. RGB value is (172,32,163). Sum of RGB (Red+Green+Blue) = 172+32+163=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC20A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC20A3 is #53DF5C. Grayscale: #585858. Windows color (decimal): -5496669 or 10690732. OLE color: 10690732.
HSL color Cylindrical-coordinate representation of color #AC20A3: hue angle of 303.86º 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 #AC20A3 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 163 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.33 |
| HSL | 303.86º | 0.69% | 0.4% | - |
| HSV(B) | 303.86º | 0.81% | 0.67% | - |
| XYZ | 24.14 | 12.45 | 35.78 | - |
| YUV | 88.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 163 | 0 | 0.81 | 0.05 | 0.33 | 303.86 | 0.69 | 0.4 |
| Hex | AC | 20 | A3 | 0 | 51 | 5 | 21 | 130 | 45 | 28 |
| Octal | 254 | 40 | 243 | 0 | 121 | 5 | 41 | 460 | 105 | 50 |
| Binary | 10101100 | 100000 | 10100011 | 0 | 1010001 | 101 | 100001 | 100110000 | 1000101 | 101000 |
Color Harmonies of #AC20A3
Complementary color
Monochromatic Colors of #AC20A3
Black with #AC20A3
Text Example
Text Example
White with #AC20A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC20A3; }
p { color: rgb(172,32,163); }
H1.HeaderClassName
{
color: #AC20A3;
}
.AnyTagClassName
{
color: #AC20A3;
}
</style>
background-color css
<style>
a { background-color: #AC20A3; }
a { background-color: rgb(172,32,163); }
div.DivClassName
{
background-color: #AC20A3;
}
.BgClassName
{
background-color: #AC20A3;
}
</style>
border-color css
<style>
span { border-color: #AC20A3; }
span { border-color: rgb(172,32,163); }
td.TdClassName
{
border-color: #AC20A3;
}
.TagClassName
{
border-color: #AC20A3;
}
</style>