Shades of Medium Red Violet #AC277E
Tints of Medium Red Violet #AC277E
RGB
CMYK
RGB Variations
Color information
#AC277E (or 0xAC277E) is known color: Medium Red Violet. HEX triplet: AC, 27 and 7E. RGB value is (172,39,126). Sum of RGB (Red+Green+Blue) = 172+39+126=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC277E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC277E is #53D881. Grayscale: #585858. Windows color (decimal): -5494914 or 8267692. OLE color: 8267692.
HSL color Cylindrical-coordinate representation of color #AC277E: hue angle of 320.75º 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 #AC277E is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 126 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.33 |
| HSL | 320.75º | 0.63% | 0.41% | - |
| HSV(B) | 320.75º | 0.77% | 0.67% | - |
| XYZ | 21.5 | 11.73 | 20.87 | - |
| YUV | 88.69 | 149.06 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 126 | 0 | 0.77 | 0.27 | 0.33 | 320.75 | 0.63 | 0.41 |
| Hex | AC | 27 | 7E | 0 | 4D | 1B | 21 | 141 | 3F | 29 |
| Octal | 254 | 47 | 176 | 0 | 115 | 33 | 41 | 501 | 77 | 51 |
| Binary | 10101100 | 100111 | 1111110 | 0 | 1001101 | 11011 | 100001 | 101000001 | 111111 | 101001 |
Color Harmonies of #AC277E
Complementary color
Monochromatic Colors of #AC277E
Black with #AC277E
Text Example
Text Example
White with #AC277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC277E; }
p { color: rgb(172,39,126); }
H1.HeaderClassName
{
color: #AC277E;
}
.AnyTagClassName
{
color: #AC277E;
}
</style>
background-color css
<style>
a { background-color: #AC277E; }
a { background-color: rgb(172,39,126); }
div.DivClassName
{
background-color: #AC277E;
}
.BgClassName
{
background-color: #AC277E;
}
</style>
border-color css
<style>
span { border-color: #AC277E; }
span { border-color: rgb(172,39,126); }
td.TdClassName
{
border-color: #AC277E;
}
.TagClassName
{
border-color: #AC277E;
}
</style>