Shades of Medium Red Violet #AC30A0
Tints of Medium Red Violet #AC30A0
RGB
CMYK
RGB Variations
Color information
#AC30A0 (or 0xAC30A0) is known color: Medium Red Violet. HEX triplet: AC, 30 and A0. RGB value is (172,48,160). Sum of RGB (Red+Green+Blue) = 172+48+160=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC30A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC30A0 is #53CF5F. Grayscale: #616161. Windows color (decimal): -5492576 or 10498220. OLE color: 10498220.
HSL color Cylindrical-coordinate representation of color #AC30A0: hue angle of 305.81º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC30A0 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 160 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.33 |
| HSL | 305.81º | 0.56% | 0.43% | - |
| HSV(B) | 305.81º | 0.72% | 0.67% | - |
| XYZ | 24.42 | 13.42 | 34.56 | - |
| YUV | 97.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 160 | 0 | 0.72 | 0.07 | 0.33 | 305.81 | 0.56 | 0.43 |
| Hex | AC | 30 | A0 | 0 | 48 | 7 | 21 | 132 | 38 | 2B |
| Octal | 254 | 60 | 240 | 0 | 110 | 7 | 41 | 462 | 70 | 53 |
| Binary | 10101100 | 110000 | 10100000 | 0 | 1001000 | 111 | 100001 | 100110010 | 111000 | 101011 |
Color Harmonies of #AC30A0
Complementary color
Monochromatic Colors of #AC30A0
Black with #AC30A0
Text Example
Text Example
White with #AC30A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC30A0; }
p { color: rgb(172,48,160); }
H1.HeaderClassName
{
color: #AC30A0;
}
.AnyTagClassName
{
color: #AC30A0;
}
</style>
background-color css
<style>
a { background-color: #AC30A0; }
a { background-color: rgb(172,48,160); }
div.DivClassName
{
background-color: #AC30A0;
}
.BgClassName
{
background-color: #AC30A0;
}
</style>
border-color css
<style>
span { border-color: #AC30A0; }
span { border-color: rgb(172,48,160); }
td.TdClassName
{
border-color: #AC30A0;
}
.TagClassName
{
border-color: #AC30A0;
}
</style>