Shades of Medium Red Violet #AC219C
Tints of Medium Red Violet #AC219C
RGB
CMYK
RGB Variations
Color information
#AC219C (or 0xAC219C) is known color: Medium Red Violet. HEX triplet: AC, 21 and 9C. RGB value is (172,33,156). Sum of RGB (Red+Green+Blue) = 172+33+156=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC219C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC219C is #53DE63. Grayscale: #585858. Windows color (decimal): -5496420 or 10232236. OLE color: 10232236.
HSL color Cylindrical-coordinate representation of color #AC219C: hue angle of 306.91º 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 #AC219C is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 156 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.33 |
| HSL | 306.91º | 0.68% | 0.4% | - |
| HSV(B) | 306.91º | 0.81% | 0.67% | - |
| XYZ | 23.56 | 12.26 | 32.58 | - |
| YUV | 88.58 | 166.05 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 156 | 0 | 0.81 | 0.09 | 0.33 | 306.91 | 0.68 | 0.4 |
| Hex | AC | 21 | 9C | 0 | 51 | 9 | 21 | 133 | 44 | 28 |
| Octal | 254 | 41 | 234 | 0 | 121 | 11 | 41 | 463 | 104 | 50 |
| Binary | 10101100 | 100001 | 10011100 | 0 | 1010001 | 1001 | 100001 | 100110011 | 1000100 | 101000 |
Color Harmonies of #AC219C
Complementary color
Monochromatic Colors of #AC219C
Black with #AC219C
Text Example
Text Example
White with #AC219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC219C; }
p { color: rgb(172,33,156); }
H1.HeaderClassName
{
color: #AC219C;
}
.AnyTagClassName
{
color: #AC219C;
}
</style>
background-color css
<style>
a { background-color: #AC219C; }
a { background-color: rgb(172,33,156); }
div.DivClassName
{
background-color: #AC219C;
}
.BgClassName
{
background-color: #AC219C;
}
</style>
border-color css
<style>
span { border-color: #AC219C; }
span { border-color: rgb(172,33,156); }
td.TdClassName
{
border-color: #AC219C;
}
.TagClassName
{
border-color: #AC219C;
}
</style>