Shades of Medium Red Violet #AC4694
Tints of Medium Red Violet #AC4694
RGB
CMYK
RGB Variations
Color information
#AC4694 (or 0xAC4694) is known color: Medium Red Violet. HEX triplet: AC, 46 and 94. RGB value is (172,70,148). Sum of RGB (Red+Green+Blue) = 172+70+148=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4694 is #53B96B. Grayscale: #6D6D6D. Windows color (decimal): -5486956 or 9717420. OLE color: 9717420.
HSL color Cylindrical-coordinate representation of color #AC4694: hue angle of 314.12º 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 #AC4694 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 148 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.33 |
| HSL | 314.12º | 0.42% | 0.47% | - |
| HSV(B) | 314.12º | 0.59% | 0.67% | - |
| XYZ | 24.55 | 15.29 | 29.67 | - |
| YUV | 109.39 | 149.79 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 148 | 0 | 0.59 | 0.14 | 0.33 | 314.12 | 0.42 | 0.47 |
| Hex | AC | 46 | 94 | 0 | 3B | E | 21 | 13A | 2A | 2F |
| Octal | 254 | 106 | 224 | 0 | 73 | 16 | 41 | 472 | 52 | 57 |
| Binary | 10101100 | 1000110 | 10010100 | 0 | 111011 | 1110 | 100001 | 100111010 | 101010 | 101111 |
Color Harmonies of #AC4694
Complementary color
Monochromatic Colors of #AC4694
Black with #AC4694
Text Example
Text Example
White with #AC4694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4694; }
p { color: rgb(172,70,148); }
H1.HeaderClassName
{
color: #AC4694;
}
.AnyTagClassName
{
color: #AC4694;
}
</style>
background-color css
<style>
a { background-color: #AC4694; }
a { background-color: rgb(172,70,148); }
div.DivClassName
{
background-color: #AC4694;
}
.BgClassName
{
background-color: #AC4694;
}
</style>
border-color css
<style>
span { border-color: #AC4694; }
span { border-color: rgb(172,70,148); }
td.TdClassName
{
border-color: #AC4694;
}
.TagClassName
{
border-color: #AC4694;
}
</style>