Shades of Medium Red Violet #AC277C
Tints of Medium Red Violet #AC277C
RGB
CMYK
RGB Variations
Color information
#AC277C (or 0xAC277C) is known color: Medium Red Violet. HEX triplet: AC, 27 and 7C. RGB value is (172,39,124). Sum of RGB (Red+Green+Blue) = 172+39+124=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC277C is #53D883. Grayscale: #585858. Windows color (decimal): -5494916 or 8136620. OLE color: 8136620.
HSL color Cylindrical-coordinate representation of color #AC277C: hue angle of 321.65º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC277C is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 124 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.33 |
| HSL | 321.65º | 0.63% | 0.41% | - |
| HSV(B) | 321.65º | 0.77% | 0.67% | - |
| XYZ | 21.38 | 11.68 | 20.2 | - |
| YUV | 88.46 | 148.06 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 124 | 0 | 0.77 | 0.28 | 0.33 | 321.65 | 0.63 | 0.41 |
| Hex | AC | 27 | 7C | 0 | 4D | 1C | 21 | 142 | 3F | 29 |
| Octal | 254 | 47 | 174 | 0 | 115 | 34 | 41 | 502 | 77 | 51 |
| Binary | 10101100 | 100111 | 1111100 | 0 | 1001101 | 11100 | 100001 | 101000010 | 111111 | 101001 |
Color Harmonies of #AC277C
Complementary color
Monochromatic Colors of #AC277C
Black with #AC277C
Text Example
Text Example
White with #AC277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC277C; }
p { color: rgb(172,39,124); }
H1.HeaderClassName
{
color: #AC277C;
}
.AnyTagClassName
{
color: #AC277C;
}
</style>
background-color css
<style>
a { background-color: #AC277C; }
a { background-color: rgb(172,39,124); }
div.DivClassName
{
background-color: #AC277C;
}
.BgClassName
{
background-color: #AC277C;
}
</style>
border-color css
<style>
span { border-color: #AC277C; }
span { border-color: rgb(172,39,124); }
td.TdClassName
{
border-color: #AC277C;
}
.TagClassName
{
border-color: #AC277C;
}
</style>