Shades of Medium Red Violet #AC4199
Tints of Medium Red Violet #AC4199
RGB
CMYK
RGB Variations
Color information
#AC4199 (or 0xAC4199) is known color: Medium Red Violet. HEX triplet: AC, 41 and 99. RGB value is (172,65,153). Sum of RGB (Red+Green+Blue) = 172+65+153=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4199 is #53BE66. Grayscale: #6A6A6A. Windows color (decimal): -5488231 or 10043820. OLE color: 10043820.
HSL color Cylindrical-coordinate representation of color #AC4199: hue angle of 310.65º 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 #AC4199 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 153 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.33 |
| HSL | 310.65º | 0.45% | 0.46% | - |
| HSV(B) | 310.65º | 0.62% | 0.67% | - |
| XYZ | 24.65 | 14.85 | 31.7 | - |
| YUV | 107.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 153 | 0 | 0.62 | 0.11 | 0.33 | 310.65 | 0.45 | 0.46 |
| Hex | AC | 41 | 99 | 0 | 3E | B | 21 | 137 | 2D | 2E |
| Octal | 254 | 101 | 231 | 0 | 76 | 13 | 41 | 467 | 55 | 56 |
| Binary | 10101100 | 1000001 | 10011001 | 0 | 111110 | 1011 | 100001 | 100110111 | 101101 | 101110 |
Color Harmonies of #AC4199
Complementary color
Monochromatic Colors of #AC4199
Black with #AC4199
Text Example
Text Example
White with #AC4199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4199; }
p { color: rgb(172,65,153); }
H1.HeaderClassName
{
color: #AC4199;
}
.AnyTagClassName
{
color: #AC4199;
}
</style>
background-color css
<style>
a { background-color: #AC4199; }
a { background-color: rgb(172,65,153); }
div.DivClassName
{
background-color: #AC4199;
}
.BgClassName
{
background-color: #AC4199;
}
</style>
border-color css
<style>
span { border-color: #AC4199; }
span { border-color: rgb(172,65,153); }
td.TdClassName
{
border-color: #AC4199;
}
.TagClassName
{
border-color: #AC4199;
}
</style>