Shades of Medium Red Violet #AC3C80
Tints of Medium Red Violet #AC3C80
RGB
CMYK
RGB Variations
Color information
#AC3C80 (or 0xAC3C80) is known color: Medium Red Violet. HEX triplet: AC, 3C and 80. RGB value is (172,60,128). Sum of RGB (Red+Green+Blue) = 172+60+128=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3C80 is #53C37F. Grayscale: #656565. Windows color (decimal): -5489536 or 8404140. OLE color: 8404140.
HSL color Cylindrical-coordinate representation of color #AC3C80: hue angle of 323.57º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3C80 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 128 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.33 |
| HSL | 323.57º | 0.48% | 0.45% | - |
| HSV(B) | 323.57º | 0.65% | 0.67% | - |
| XYZ | 22.53 | 13.56 | 21.85 | - |
| YUV | 101.24 | 143.11 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 128 | 0 | 0.65 | 0.26 | 0.33 | 323.57 | 0.48 | 0.45 |
| Hex | AC | 3C | 80 | 0 | 41 | 1A | 21 | 144 | 30 | 2D |
| Octal | 254 | 74 | 200 | 0 | 101 | 32 | 41 | 504 | 60 | 55 |
| Binary | 10101100 | 111100 | 10000000 | 0 | 1000001 | 11010 | 100001 | 101000100 | 110000 | 101101 |
Color Harmonies of #AC3C80
Complementary color
Monochromatic Colors of #AC3C80
Black with #AC3C80
Text Example
Text Example
White with #AC3C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C80; }
p { color: rgb(172,60,128); }
H1.HeaderClassName
{
color: #AC3C80;
}
.AnyTagClassName
{
color: #AC3C80;
}
</style>
background-color css
<style>
a { background-color: #AC3C80; }
a { background-color: rgb(172,60,128); }
div.DivClassName
{
background-color: #AC3C80;
}
.BgClassName
{
background-color: #AC3C80;
}
</style>
border-color css
<style>
span { border-color: #AC3C80; }
span { border-color: rgb(172,60,128); }
td.TdClassName
{
border-color: #AC3C80;
}
.TagClassName
{
border-color: #AC3C80;
}
</style>