Shades of Medium Violet Red #AC1992
Tints of Medium Violet Red #AC1992
RGB
CMYK
RGB Variations
Color information
#AC1992 (or 0xAC1992) is known color: Medium Violet Red. HEX triplet: AC, 19 and 92. RGB value is (172,25,146). Sum of RGB (Red+Green+Blue) = 172+25+146=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1992 is #53E66D. Grayscale: #525252. Windows color (decimal): -5498478 or 9574828. OLE color: 9574828.
HSL color Cylindrical-coordinate representation of color #AC1992: hue angle of 310.61º 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 #AC1992 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 146 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.33 |
| HSL | 310.61º | 0.75% | 0.39% | - |
| HSV(B) | 310.61º | 0.85% | 0.67% | - |
| XYZ | 22.55 | 11.54 | 28.23 | - |
| YUV | 82.75 | 163.7 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 146 | 0 | 0.85 | 0.15 | 0.33 | 310.61 | 0.75 | 0.39 |
| Hex | AC | 19 | 92 | 0 | 55 | F | 21 | 137 | 4B | 27 |
| Octal | 254 | 31 | 222 | 0 | 125 | 17 | 41 | 467 | 113 | 47 |
| Binary | 10101100 | 11001 | 10010010 | 0 | 1010101 | 1111 | 100001 | 100110111 | 1001011 | 100111 |
Color Harmonies of #AC1992
Complementary color
Monochromatic Colors of #AC1992
Black with #AC1992
Text Example
Text Example
White with #AC1992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1992; }
p { color: rgb(172,25,146); }
H1.HeaderClassName
{
color: #AC1992;
}
.AnyTagClassName
{
color: #AC1992;
}
</style>
background-color css
<style>
a { background-color: #AC1992; }
a { background-color: rgb(172,25,146); }
div.DivClassName
{
background-color: #AC1992;
}
.BgClassName
{
background-color: #AC1992;
}
</style>
border-color css
<style>
span { border-color: #AC1992; }
span { border-color: rgb(172,25,146); }
td.TdClassName
{
border-color: #AC1992;
}
.TagClassName
{
border-color: #AC1992;
}
</style>