Shades of Medium Red Violet #AC377C
Tints of Medium Red Violet #AC377C
RGB
CMYK
RGB Variations
Color information
#AC377C (or 0xAC377C) is known color: Medium Red Violet. HEX triplet: AC, 37 and 7C. RGB value is (172,55,124). Sum of RGB (Red+Green+Blue) = 172+55+124=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC377C is #53C883. Grayscale: #616161. Windows color (decimal): -5490820 or 8140716. OLE color: 8140716.
HSL color Cylindrical-coordinate representation of color #AC377C: hue angle of 324.62º 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 #AC377C is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 124 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.33 |
| HSL | 324.62º | 0.52% | 0.45% | - |
| HSV(B) | 324.62º | 0.68% | 0.67% | - |
| XYZ | 22.02 | 12.96 | 20.41 | - |
| YUV | 97.85 | 142.76 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 124 | 0 | 0.68 | 0.28 | 0.33 | 324.62 | 0.52 | 0.45 |
| Hex | AC | 37 | 7C | 0 | 44 | 1C | 21 | 145 | 34 | 2D |
| Octal | 254 | 67 | 174 | 0 | 104 | 34 | 41 | 505 | 64 | 55 |
| Binary | 10101100 | 110111 | 1111100 | 0 | 1000100 | 11100 | 100001 | 101000101 | 110100 | 101101 |
Color Harmonies of #AC377C
Complementary color
Monochromatic Colors of #AC377C
Black with #AC377C
Text Example
Text Example
White with #AC377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC377C; }
p { color: rgb(172,55,124); }
H1.HeaderClassName
{
color: #AC377C;
}
.AnyTagClassName
{
color: #AC377C;
}
</style>
background-color css
<style>
a { background-color: #AC377C; }
a { background-color: rgb(172,55,124); }
div.DivClassName
{
background-color: #AC377C;
}
.BgClassName
{
background-color: #AC377C;
}
</style>
border-color css
<style>
span { border-color: #AC377C; }
span { border-color: rgb(172,55,124); }
td.TdClassName
{
border-color: #AC377C;
}
.TagClassName
{
border-color: #AC377C;
}
</style>