Shades of Medium Red Violet #AC4191
Tints of Medium Red Violet #AC4191
RGB
CMYK
RGB Variations
Color information
#AC4191 (or 0xAC4191) is known color: Medium Red Violet. HEX triplet: AC, 41 and 91. RGB value is (172,65,145). Sum of RGB (Red+Green+Blue) = 172+65+145=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4191 is #53BE6E. Grayscale: #696969. Windows color (decimal): -5488239 or 9519532. OLE color: 9519532.
HSL color Cylindrical-coordinate representation of color #AC4191: hue angle of 315.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4191 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 145 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.33 |
| HSL | 315.14º | 0.45% | 0.46% | - |
| HSV(B) | 315.14º | 0.62% | 0.67% | - |
| XYZ | 24.01 | 14.6 | 28.34 | - |
| YUV | 106.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 145 | 0 | 0.62 | 0.16 | 0.33 | 315.14 | 0.45 | 0.46 |
| Hex | AC | 41 | 91 | 0 | 3E | 10 | 21 | 13B | 2D | 2E |
| Octal | 254 | 101 | 221 | 0 | 76 | 20 | 41 | 473 | 55 | 56 |
| Binary | 10101100 | 1000001 | 10010001 | 0 | 111110 | 10000 | 100001 | 100111011 | 101101 | 101110 |
Color Harmonies of #AC4191
Complementary color
Monochromatic Colors of #AC4191
Black with #AC4191
Text Example
Text Example
White with #AC4191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4191; }
p { color: rgb(172,65,145); }
H1.HeaderClassName
{
color: #AC4191;
}
.AnyTagClassName
{
color: #AC4191;
}
</style>
background-color css
<style>
a { background-color: #AC4191; }
a { background-color: rgb(172,65,145); }
div.DivClassName
{
background-color: #AC4191;
}
.BgClassName
{
background-color: #AC4191;
}
</style>
border-color css
<style>
span { border-color: #AC4191; }
span { border-color: rgb(172,65,145); }
td.TdClassName
{
border-color: #AC4191;
}
.TagClassName
{
border-color: #AC4191;
}
</style>