Shades of Medium Red Violet #AC377B
Tints of Medium Red Violet #AC377B
RGB
CMYK
RGB Variations
Color information
#AC377B (or 0xAC377B) is known color: Medium Red Violet. HEX triplet: AC, 37 and 7B. RGB value is (172,55,123). Sum of RGB (Red+Green+Blue) = 172+55+123=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC377B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC377B is #53C884. Grayscale: #616161. Windows color (decimal): -5490821 or 8075180. OLE color: 8075180.
HSL color Cylindrical-coordinate representation of color #AC377B: hue angle of 325.13º 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 #AC377B is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 123 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.33 |
| HSL | 325.13º | 0.52% | 0.45% | - |
| HSV(B) | 325.13º | 0.68% | 0.67% | - |
| XYZ | 21.95 | 12.93 | 20.08 | - |
| YUV | 97.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 123 | 0 | 0.68 | 0.28 | 0.33 | 325.13 | 0.52 | 0.45 |
| Hex | AC | 37 | 7B | 0 | 44 | 1C | 21 | 145 | 34 | 2D |
| Octal | 254 | 67 | 173 | 0 | 104 | 34 | 41 | 505 | 64 | 55 |
| Binary | 10101100 | 110111 | 1111011 | 0 | 1000100 | 11100 | 100001 | 101000101 | 110100 | 101101 |
Color Harmonies of #AC377B
Complementary color
Monochromatic Colors of #AC377B
Black with #AC377B
Text Example
Text Example
White with #AC377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC377B; }
p { color: rgb(172,55,123); }
H1.HeaderClassName
{
color: #AC377B;
}
.AnyTagClassName
{
color: #AC377B;
}
</style>
background-color css
<style>
a { background-color: #AC377B; }
a { background-color: rgb(172,55,123); }
div.DivClassName
{
background-color: #AC377B;
}
.BgClassName
{
background-color: #AC377B;
}
</style>
border-color css
<style>
span { border-color: #AC377B; }
span { border-color: rgb(172,55,123); }
td.TdClassName
{
border-color: #AC377B;
}
.TagClassName
{
border-color: #AC377B;
}
</style>