Shades of Medium Red Violet #AC2770
Tints of Medium Red Violet #AC2770
RGB
CMYK
RGB Variations
Color information
#AC2770 (or 0xAC2770) is known color: Medium Red Violet. HEX triplet: AC, 27 and 70. RGB value is (172,39,112). Sum of RGB (Red+Green+Blue) = 172+39+112=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2770 is #53D88F. Grayscale: #565656. Windows color (decimal): -5494928 or 7350188. OLE color: 7350188.
HSL color Cylindrical-coordinate representation of color #AC2770: hue angle of 327.07º 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 #AC2770 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 112 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.33 |
| HSL | 327.07º | 0.63% | 0.41% | - |
| HSV(B) | 327.07º | 0.77% | 0.67% | - |
| XYZ | 20.66 | 11.39 | 16.44 | - |
| YUV | 87.09 | 142.06 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 112 | 0 | 0.77 | 0.35 | 0.33 | 327.07 | 0.63 | 0.41 |
| Hex | AC | 27 | 70 | 0 | 4D | 23 | 21 | 147 | 3F | 29 |
| Octal | 254 | 47 | 160 | 0 | 115 | 43 | 41 | 507 | 77 | 51 |
| Binary | 10101100 | 100111 | 1110000 | 0 | 1001101 | 100011 | 100001 | 101000111 | 111111 | 101001 |
Color Harmonies of #AC2770
Complementary color
Monochromatic Colors of #AC2770
Black with #AC2770
Text Example
Text Example
White with #AC2770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2770; }
p { color: rgb(172,39,112); }
H1.HeaderClassName
{
color: #AC2770;
}
.AnyTagClassName
{
color: #AC2770;
}
</style>
background-color css
<style>
a { background-color: #AC2770; }
a { background-color: rgb(172,39,112); }
div.DivClassName
{
background-color: #AC2770;
}
.BgClassName
{
background-color: #AC2770;
}
</style>
border-color css
<style>
span { border-color: #AC2770; }
span { border-color: rgb(172,39,112); }
td.TdClassName
{
border-color: #AC2770;
}
.TagClassName
{
border-color: #AC2770;
}
</style>