Shades of Medium Red Violet #AC4792
Tints of Medium Red Violet #AC4792
RGB
CMYK
RGB Variations
Color information
#AC4792 (or 0xAC4792) is known color: Medium Red Violet. HEX triplet: AC, 47 and 92. RGB value is (172,71,146). Sum of RGB (Red+Green+Blue) = 172+71+146=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4792 is #53B86D. Grayscale: #6D6D6D. Windows color (decimal): -5486702 or 9586604. OLE color: 9586604.
HSL color Cylindrical-coordinate representation of color #AC4792: hue angle of 315.45º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC4792 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 146 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.33 |
| HSL | 315.45º | 0.42% | 0.48% | - |
| HSV(B) | 315.45º | 0.59% | 0.67% | - |
| XYZ | 24.45 | 15.35 | 28.87 | - |
| YUV | 109.75 | 148.46 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 146 | 0 | 0.59 | 0.15 | 0.33 | 315.45 | 0.42 | 0.48 |
| Hex | AC | 47 | 92 | 0 | 3B | F | 21 | 13B | 2A | 30 |
| Octal | 254 | 107 | 222 | 0 | 73 | 17 | 41 | 473 | 52 | 60 |
| Binary | 10101100 | 1000111 | 10010010 | 0 | 111011 | 1111 | 100001 | 100111011 | 101010 | 110000 |
Color Harmonies of #AC4792
Complementary color
Monochromatic Colors of #AC4792
Black with #AC4792
Text Example
Text Example
White with #AC4792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4792; }
p { color: rgb(172,71,146); }
H1.HeaderClassName
{
color: #AC4792;
}
.AnyTagClassName
{
color: #AC4792;
}
</style>
background-color css
<style>
a { background-color: #AC4792; }
a { background-color: rgb(172,71,146); }
div.DivClassName
{
background-color: #AC4792;
}
.BgClassName
{
background-color: #AC4792;
}
</style>
border-color css
<style>
span { border-color: #AC4792; }
span { border-color: rgb(172,71,146); }
td.TdClassName
{
border-color: #AC4792;
}
.TagClassName
{
border-color: #AC4792;
}
</style>