Shades of Medium Red Violet #AC2570
Tints of Medium Red Violet #AC2570
RGB
CMYK
RGB Variations
Color information
#AC2570 (or 0xAC2570) is known color: Medium Red Violet. HEX triplet: AC, 25 and 70. RGB value is (172,37,112). Sum of RGB (Red+Green+Blue) = 172+37+112=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2570 is #53DA8F. Grayscale: #555555. Windows color (decimal): -5495440 or 7349676. OLE color: 7349676.
HSL color Cylindrical-coordinate representation of color #AC2570: hue angle of 326.67º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2570 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 112 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.33 |
| HSL | 326.67º | 0.65% | 0.41% | - |
| HSV(B) | 326.67º | 0.78% | 0.67% | - |
| XYZ | 20.6 | 11.26 | 16.42 | - |
| YUV | 85.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 112 | 0 | 0.78 | 0.35 | 0.33 | 326.67 | 0.65 | 0.41 |
| Hex | AC | 25 | 70 | 0 | 4E | 23 | 21 | 147 | 41 | 29 |
| Octal | 254 | 45 | 160 | 0 | 116 | 43 | 41 | 507 | 101 | 51 |
| Binary | 10101100 | 100101 | 1110000 | 0 | 1001110 | 100011 | 100001 | 101000111 | 1000001 | 101001 |
Color Harmonies of #AC2570
Complementary color
Monochromatic Colors of #AC2570
Black with #AC2570
Text Example
Text Example
White with #AC2570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2570; }
p { color: rgb(172,37,112); }
H1.HeaderClassName
{
color: #AC2570;
}
.AnyTagClassName
{
color: #AC2570;
}
</style>
background-color css
<style>
a { background-color: #AC2570; }
a { background-color: rgb(172,37,112); }
div.DivClassName
{
background-color: #AC2570;
}
.BgClassName
{
background-color: #AC2570;
}
</style>
border-color css
<style>
span { border-color: #AC2570; }
span { border-color: rgb(172,37,112); }
td.TdClassName
{
border-color: #AC2570;
}
.TagClassName
{
border-color: #AC2570;
}
</style>