Shades of Medium Red Violet #AC296F
Tints of Medium Red Violet #AC296F
RGB
CMYK
RGB Variations
Color information
#AC296F (or 0xAC296F) is known color: Medium Red Violet. HEX triplet: AC, 29 and 6F. RGB value is (172,41,111). Sum of RGB (Red+Green+Blue) = 172+41+111=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC296F is #53D690. Grayscale: #585858. Windows color (decimal): -5494417 or 7285164. OLE color: 7285164.
HSL color Cylindrical-coordinate representation of color #AC296F: hue angle of 327.94º 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 #AC296F is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 111 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.33 |
| HSL | 327.94º | 0.62% | 0.42% | - |
| HSV(B) | 327.94º | 0.76% | 0.67% | - |
| XYZ | 20.68 | 11.5 | 16.17 | - |
| YUV | 88.15 | 140.9 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 111 | 0 | 0.76 | 0.35 | 0.33 | 327.94 | 0.62 | 0.42 |
| Hex | AC | 29 | 6F | 0 | 4C | 23 | 21 | 148 | 3E | 2A |
| Octal | 254 | 51 | 157 | 0 | 114 | 43 | 41 | 510 | 76 | 52 |
| Binary | 10101100 | 101001 | 1101111 | 0 | 1001100 | 100011 | 100001 | 101001000 | 111110 | 101010 |
Color Harmonies of #AC296F
Complementary color
Monochromatic Colors of #AC296F
Black with #AC296F
Text Example
Text Example
White with #AC296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC296F; }
p { color: rgb(172,41,111); }
H1.HeaderClassName
{
color: #AC296F;
}
.AnyTagClassName
{
color: #AC296F;
}
</style>
background-color css
<style>
a { background-color: #AC296F; }
a { background-color: rgb(172,41,111); }
div.DivClassName
{
background-color: #AC296F;
}
.BgClassName
{
background-color: #AC296F;
}
</style>
border-color css
<style>
span { border-color: #AC296F; }
span { border-color: rgb(172,41,111); }
td.TdClassName
{
border-color: #AC296F;
}
.TagClassName
{
border-color: #AC296F;
}
</style>