Shades of Medium Violet Red #AC1292
Tints of Medium Violet Red #AC1292
RGB
CMYK
RGB Variations
Color information
#AC1292 (or 0xAC1292) is known color: Medium Violet Red. HEX triplet: AC, 12 and 92. RGB value is (172,18,146). Sum of RGB (Red+Green+Blue) = 172+18+146=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1292 is #53ED6D. Grayscale: #4E4E4E. Windows color (decimal): -5500270 or 9573036. OLE color: 9573036.
HSL color Cylindrical-coordinate representation of color #AC1292: hue angle of 310.13º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1292 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 146 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.33 |
| HSL | 310.13º | 0.81% | 0.37% | - |
| HSV(B) | 310.13º | 0.9% | 0.67% | - |
| XYZ | 22.42 | 11.28 | 28.19 | - |
| YUV | 78.64 | 166.02 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 146 | 0 | 0.90 | 0.15 | 0.33 | 310.13 | 0.81 | 0.37 |
| Hex | AC | 12 | 92 | 0 | 5A | F | 21 | 136 | 51 | 25 |
| Octal | 254 | 22 | 222 | 0 | 132 | 17 | 41 | 466 | 121 | 45 |
| Binary | 10101100 | 10010 | 10010010 | 0 | 1011010 | 1111 | 100001 | 100110110 | 1010001 | 100101 |
Color Harmonies of #AC1292
Complementary color
Monochromatic Colors of #AC1292
Black with #AC1292
Text Example
Text Example
White with #AC1292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1292; }
p { color: rgb(172,18,146); }
H1.HeaderClassName
{
color: #AC1292;
}
.AnyTagClassName
{
color: #AC1292;
}
</style>
background-color css
<style>
a { background-color: #AC1292; }
a { background-color: rgb(172,18,146); }
div.DivClassName
{
background-color: #AC1292;
}
.BgClassName
{
background-color: #AC1292;
}
</style>
border-color css
<style>
span { border-color: #AC1292; }
span { border-color: rgb(172,18,146); }
td.TdClassName
{
border-color: #AC1292;
}
.TagClassName
{
border-color: #AC1292;
}
</style>