Shades of Medium Red Violet #AC4696
Tints of Medium Red Violet #AC4696
RGB
CMYK
RGB Variations
Color information
#AC4696 (or 0xAC4696) is known color: Medium Red Violet. HEX triplet: AC, 46 and 96. RGB value is (172,70,150). Sum of RGB (Red+Green+Blue) = 172+70+150=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4696 is #53B969. Grayscale: #6D6D6D. Windows color (decimal): -5486954 or 9848492. OLE color: 9848492.
HSL color Cylindrical-coordinate representation of color #AC4696: hue angle of 312.94º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC4696 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 150 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.33 |
| HSL | 312.94º | 0.42% | 0.47% | - |
| HSV(B) | 312.94º | 0.59% | 0.67% | - |
| XYZ | 24.71 | 15.35 | 30.52 | - |
| YUV | 109.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 150 | 0 | 0.59 | 0.13 | 0.33 | 312.94 | 0.42 | 0.47 |
| Hex | AC | 46 | 96 | 0 | 3B | D | 21 | 139 | 2A | 2F |
| Octal | 254 | 106 | 226 | 0 | 73 | 15 | 41 | 471 | 52 | 57 |
| Binary | 10101100 | 1000110 | 10010110 | 0 | 111011 | 1101 | 100001 | 100111001 | 101010 | 101111 |
Color Harmonies of #AC4696
Complementary color
Monochromatic Colors of #AC4696
Black with #AC4696
Text Example
Text Example
White with #AC4696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4696; }
p { color: rgb(172,70,150); }
H1.HeaderClassName
{
color: #AC4696;
}
.AnyTagClassName
{
color: #AC4696;
}
</style>
background-color css
<style>
a { background-color: #AC4696; }
a { background-color: rgb(172,70,150); }
div.DivClassName
{
background-color: #AC4696;
}
.BgClassName
{
background-color: #AC4696;
}
</style>
border-color css
<style>
span { border-color: #AC4696; }
span { border-color: rgb(172,70,150); }
td.TdClassName
{
border-color: #AC4696;
}
.TagClassName
{
border-color: #AC4696;
}
</style>