Shades of Medium Red Violet #AC377A
Tints of Medium Red Violet #AC377A
RGB
CMYK
RGB Variations
Color information
#AC377A (or 0xAC377A) is known color: Medium Red Violet. HEX triplet: AC, 37 and 7A. RGB value is (172,55,122). Sum of RGB (Red+Green+Blue) = 172+55+122=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC377A is #53C885. Grayscale: #616161. Windows color (decimal): -5490822 or 8009644. OLE color: 8009644.
HSL color Cylindrical-coordinate representation of color #AC377A: hue angle of 325.64º 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 #AC377A is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 122 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.33 |
| HSL | 325.64º | 0.52% | 0.45% | - |
| HSV(B) | 325.64º | 0.68% | 0.67% | - |
| XYZ | 21.89 | 12.91 | 19.75 | - |
| YUV | 97.62 | 141.76 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 122 | 0 | 0.68 | 0.29 | 0.33 | 325.64 | 0.52 | 0.45 |
| Hex | AC | 37 | 7A | 0 | 44 | 1D | 21 | 146 | 34 | 2D |
| Octal | 254 | 67 | 172 | 0 | 104 | 35 | 41 | 506 | 64 | 55 |
| Binary | 10101100 | 110111 | 1111010 | 0 | 1000100 | 11101 | 100001 | 101000110 | 110100 | 101101 |
Color Harmonies of #AC377A
Complementary color
Monochromatic Colors of #AC377A
Black with #AC377A
Text Example
Text Example
White with #AC377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC377A; }
p { color: rgb(172,55,122); }
H1.HeaderClassName
{
color: #AC377A;
}
.AnyTagClassName
{
color: #AC377A;
}
</style>
background-color css
<style>
a { background-color: #AC377A; }
a { background-color: rgb(172,55,122); }
div.DivClassName
{
background-color: #AC377A;
}
.BgClassName
{
background-color: #AC377A;
}
</style>
border-color css
<style>
span { border-color: #AC377A; }
span { border-color: rgb(172,55,122); }
td.TdClassName
{
border-color: #AC377A;
}
.TagClassName
{
border-color: #AC377A;
}
</style>