Shades of Medium Red Violet #AC377E
Tints of Medium Red Violet #AC377E
RGB
CMYK
RGB Variations
Color information
#AC377E (or 0xAC377E) is known color: Medium Red Violet. HEX triplet: AC, 37 and 7E. RGB value is (172,55,126). Sum of RGB (Red+Green+Blue) = 172+55+126=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC377E is #53C881. Grayscale: #616161. Windows color (decimal): -5490818 or 8271788. OLE color: 8271788.
HSL color Cylindrical-coordinate representation of color #AC377E: hue angle of 323.59º 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 #AC377E is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 126 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.33 |
| HSL | 323.59º | 0.52% | 0.45% | - |
| HSV(B) | 323.59º | 0.68% | 0.67% | - |
| XYZ | 22.15 | 13.01 | 21.08 | - |
| YUV | 98.08 | 143.76 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 126 | 0 | 0.68 | 0.27 | 0.33 | 323.59 | 0.52 | 0.45 |
| Hex | AC | 37 | 7E | 0 | 44 | 1B | 21 | 144 | 34 | 2D |
| Octal | 254 | 67 | 176 | 0 | 104 | 33 | 41 | 504 | 64 | 55 |
| Binary | 10101100 | 110111 | 1111110 | 0 | 1000100 | 11011 | 100001 | 101000100 | 110100 | 101101 |
Color Harmonies of #AC377E
Complementary color
Monochromatic Colors of #AC377E
Black with #AC377E
Text Example
Text Example
White with #AC377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC377E; }
p { color: rgb(172,55,126); }
H1.HeaderClassName
{
color: #AC377E;
}
.AnyTagClassName
{
color: #AC377E;
}
</style>
background-color css
<style>
a { background-color: #AC377E; }
a { background-color: rgb(172,55,126); }
div.DivClassName
{
background-color: #AC377E;
}
.BgClassName
{
background-color: #AC377E;
}
</style>
border-color css
<style>
span { border-color: #AC377E; }
span { border-color: rgb(172,55,126); }
td.TdClassName
{
border-color: #AC377E;
}
.TagClassName
{
border-color: #AC377E;
}
</style>