Shades of Medium Red Violet #AC2975
Tints of Medium Red Violet #AC2975
RGB
CMYK
RGB Variations
Color information
#AC2975 (or 0xAC2975) is known color: Medium Red Violet. HEX triplet: AC, 29 and 75. RGB value is (172,41,117). Sum of RGB (Red+Green+Blue) = 172+41+117=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2975 is #53D68A. Grayscale: #585858. Windows color (decimal): -5494411 or 7678380. OLE color: 7678380.
HSL color Cylindrical-coordinate representation of color #AC2975: hue angle of 325.19º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2975 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 117 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.33 |
| HSL | 325.19º | 0.62% | 0.42% | - |
| HSV(B) | 325.19º | 0.76% | 0.67% | - |
| XYZ | 21.02 | 11.64 | 17.97 | - |
| YUV | 88.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 117 | 0 | 0.76 | 0.32 | 0.33 | 325.19 | 0.62 | 0.42 |
| Hex | AC | 29 | 75 | 0 | 4C | 20 | 21 | 145 | 3E | 2A |
| Octal | 254 | 51 | 165 | 0 | 114 | 40 | 41 | 505 | 76 | 52 |
| Binary | 10101100 | 101001 | 1110101 | 0 | 1001100 | 100000 | 100001 | 101000101 | 111110 | 101010 |
Color Harmonies of #AC2975
Complementary color
Monochromatic Colors of #AC2975
Black with #AC2975
Text Example
Text Example
White with #AC2975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2975; }
p { color: rgb(172,41,117); }
H1.HeaderClassName
{
color: #AC2975;
}
.AnyTagClassName
{
color: #AC2975;
}
</style>
background-color css
<style>
a { background-color: #AC2975; }
a { background-color: rgb(172,41,117); }
div.DivClassName
{
background-color: #AC2975;
}
.BgClassName
{
background-color: #AC2975;
}
</style>
border-color css
<style>
span { border-color: #AC2975; }
span { border-color: rgb(172,41,117); }
td.TdClassName
{
border-color: #AC2975;
}
.TagClassName
{
border-color: #AC2975;
}
</style>