Shades of Medium Red Violet #AC277A
Tints of Medium Red Violet #AC277A
RGB
CMYK
RGB Variations
Color information
#AC277A (or 0xAC277A) is known color: Medium Red Violet. HEX triplet: AC, 27 and 7A. RGB value is (172,39,122). Sum of RGB (Red+Green+Blue) = 172+39+122=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC277A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC277A is #53D885. Grayscale: #585858. Windows color (decimal): -5494918 or 8005548. OLE color: 8005548.
HSL color Cylindrical-coordinate representation of color #AC277A: hue angle of 322.56º 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 #AC277A is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 122 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.33 |
| HSL | 322.56º | 0.63% | 0.41% | - |
| HSV(B) | 322.56º | 0.77% | 0.67% | - |
| XYZ | 21.25 | 11.63 | 19.54 | - |
| YUV | 88.23 | 147.06 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 122 | 0 | 0.77 | 0.29 | 0.33 | 322.56 | 0.63 | 0.41 |
| Hex | AC | 27 | 7A | 0 | 4D | 1D | 21 | 143 | 3F | 29 |
| Octal | 254 | 47 | 172 | 0 | 115 | 35 | 41 | 503 | 77 | 51 |
| Binary | 10101100 | 100111 | 1111010 | 0 | 1001101 | 11101 | 100001 | 101000011 | 111111 | 101001 |
Color Harmonies of #AC277A
Complementary color
Monochromatic Colors of #AC277A
Black with #AC277A
Text Example
Text Example
White with #AC277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC277A; }
p { color: rgb(172,39,122); }
H1.HeaderClassName
{
color: #AC277A;
}
.AnyTagClassName
{
color: #AC277A;
}
</style>
background-color css
<style>
a { background-color: #AC277A; }
a { background-color: rgb(172,39,122); }
div.DivClassName
{
background-color: #AC277A;
}
.BgClassName
{
background-color: #AC277A;
}
</style>
border-color css
<style>
span { border-color: #AC277A; }
span { border-color: rgb(172,39,122); }
td.TdClassName
{
border-color: #AC277A;
}
.TagClassName
{
border-color: #AC277A;
}
</style>