Shades of Medium Violet Red #AC199E
Tints of Medium Violet Red #AC199E
RGB
CMYK
RGB Variations
Color information
#AC199E (or 0xAC199E) is known color: Medium Violet Red. HEX triplet: AC, 19 and 9E. RGB value is (172,25,158). Sum of RGB (Red+Green+Blue) = 172+25+158=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC199E is #53E661. Grayscale: #535353. Windows color (decimal): -5498466 or 10361260. OLE color: 10361260.
HSL color Cylindrical-coordinate representation of color #AC199E: hue angle of 305.71º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC199E is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 158 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.33 |
| HSL | 305.71º | 0.75% | 0.39% | - |
| HSV(B) | 305.71º | 0.85% | 0.67% | - |
| XYZ | 23.53 | 11.93 | 33.41 | - |
| YUV | 84.12 | 169.7 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 158 | 0 | 0.85 | 0.08 | 0.33 | 305.71 | 0.75 | 0.39 |
| Hex | AC | 19 | 9E | 0 | 55 | 8 | 21 | 132 | 4B | 27 |
| Octal | 254 | 31 | 236 | 0 | 125 | 10 | 41 | 462 | 113 | 47 |
| Binary | 10101100 | 11001 | 10011110 | 0 | 1010101 | 1000 | 100001 | 100110010 | 1001011 | 100111 |
Color Harmonies of #AC199E
Complementary color
Monochromatic Colors of #AC199E
Black with #AC199E
Text Example
Text Example
White with #AC199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC199E; }
p { color: rgb(172,25,158); }
H1.HeaderClassName
{
color: #AC199E;
}
.AnyTagClassName
{
color: #AC199E;
}
</style>
background-color css
<style>
a { background-color: #AC199E; }
a { background-color: rgb(172,25,158); }
div.DivClassName
{
background-color: #AC199E;
}
.BgClassName
{
background-color: #AC199E;
}
</style>
border-color css
<style>
span { border-color: #AC199E; }
span { border-color: rgb(172,25,158); }
td.TdClassName
{
border-color: #AC199E;
}
.TagClassName
{
border-color: #AC199E;
}
</style>