Shades of Medium Red Violet #AC21A1
Tints of Medium Red Violet #AC21A1
RGB
CMYK
RGB Variations
Color information
#AC21A1 (or 0xAC21A1) is known color: Medium Red Violet. HEX triplet: AC, 21 and A1. RGB value is (172,33,161). Sum of RGB (Red+Green+Blue) = 172+33+161=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 161 (63.28% from 255 or 43.99% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC21A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC21A1 is #53DE5E. Grayscale: #585858. Windows color (decimal): -5496415 or 10559916. OLE color: 10559916.
HSL color Cylindrical-coordinate representation of color #AC21A1: hue angle of 304.75º degrees, saturation: 0.68, 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 #AC21A1 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 161 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.33 |
| HSL | 304.75º | 0.68% | 0.4% | - |
| HSV(B) | 304.75º | 0.81% | 0.67% | - |
| XYZ | 23.99 | 12.43 | 34.85 | - |
| YUV | 89.15 | 168.55 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 161 | 0 | 0.81 | 0.06 | 0.33 | 304.75 | 0.68 | 0.4 |
| Hex | AC | 21 | A1 | 0 | 51 | 6 | 21 | 131 | 44 | 28 |
| Octal | 254 | 41 | 241 | 0 | 121 | 6 | 41 | 461 | 104 | 50 |
| Binary | 10101100 | 100001 | 10100001 | 0 | 1010001 | 110 | 100001 | 100110001 | 1000100 | 101000 |
Color Harmonies of #AC21A1
Complementary color
Monochromatic Colors of #AC21A1
Black with #AC21A1
Text Example
Text Example
White with #AC21A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC21A1; }
p { color: rgb(172,33,161); }
H1.HeaderClassName
{
color: #AC21A1;
}
.AnyTagClassName
{
color: #AC21A1;
}
</style>
background-color css
<style>
a { background-color: #AC21A1; }
a { background-color: rgb(172,33,161); }
div.DivClassName
{
background-color: #AC21A1;
}
.BgClassName
{
background-color: #AC21A1;
}
</style>
border-color css
<style>
span { border-color: #AC21A1; }
span { border-color: rgb(172,33,161); }
td.TdClassName
{
border-color: #AC21A1;
}
.TagClassName
{
border-color: #AC21A1;
}
</style>