Shades of Medium Red Violet #AC3780
Tints of Medium Red Violet #AC3780
RGB
CMYK
RGB Variations
Color information
#AC3780 (or 0xAC3780) is known color: Medium Red Violet. HEX triplet: AC, 37 and 80. RGB value is (172,55,128). Sum of RGB (Red+Green+Blue) = 172+55+128=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3780 is #53C87F. Grayscale: #626262. Windows color (decimal): -5490816 or 8402860. OLE color: 8402860.
HSL color Cylindrical-coordinate representation of color #AC3780: hue angle of 322.56º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC3780 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 128 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.33 |
| HSL | 322.56º | 0.52% | 0.45% | - |
| HSV(B) | 322.56º | 0.68% | 0.67% | - |
| XYZ | 22.28 | 13.06 | 21.77 | - |
| YUV | 98.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 128 | 0 | 0.68 | 0.26 | 0.33 | 322.56 | 0.52 | 0.45 |
| Hex | AC | 37 | 80 | 0 | 44 | 1A | 21 | 143 | 34 | 2D |
| Octal | 254 | 67 | 200 | 0 | 104 | 32 | 41 | 503 | 64 | 55 |
| Binary | 10101100 | 110111 | 10000000 | 0 | 1000100 | 11010 | 100001 | 101000011 | 110100 | 101101 |
Color Harmonies of #AC3780
Complementary color
Monochromatic Colors of #AC3780
Black with #AC3780
Text Example
Text Example
White with #AC3780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3780; }
p { color: rgb(172,55,128); }
H1.HeaderClassName
{
color: #AC3780;
}
.AnyTagClassName
{
color: #AC3780;
}
</style>
background-color css
<style>
a { background-color: #AC3780; }
a { background-color: rgb(172,55,128); }
div.DivClassName
{
background-color: #AC3780;
}
.BgClassName
{
background-color: #AC3780;
}
</style>
border-color css
<style>
span { border-color: #AC3780; }
span { border-color: rgb(172,55,128); }
td.TdClassName
{
border-color: #AC3780;
}
.TagClassName
{
border-color: #AC3780;
}
</style>