Shades of Medium Violet Red #AC1492
Tints of Medium Violet Red #AC1492
RGB
CMYK
RGB Variations
Color information
#AC1492 (or 0xAC1492) is known color: Medium Violet Red. HEX triplet: AC, 14 and 92. RGB value is (172,20,146). Sum of RGB (Red+Green+Blue) = 172+20+146=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1492 is #53EB6D. Grayscale: #4F4F4F. Windows color (decimal): -5499758 or 9573548. OLE color: 9573548.
HSL color Cylindrical-coordinate representation of color #AC1492: hue angle of 310.26º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1492 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 146 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.33 |
| HSL | 310.26º | 0.79% | 0.38% | - |
| HSV(B) | 310.26º | 0.88% | 0.67% | - |
| XYZ | 22.45 | 11.35 | 28.2 | - |
| YUV | 79.81 | 165.36 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 146 | 0 | 0.88 | 0.15 | 0.33 | 310.26 | 0.79 | 0.38 |
| Hex | AC | 14 | 92 | 0 | 58 | F | 21 | 136 | 4F | 26 |
| Octal | 254 | 24 | 222 | 0 | 130 | 17 | 41 | 466 | 117 | 46 |
| Binary | 10101100 | 10100 | 10010010 | 0 | 1011000 | 1111 | 100001 | 100110110 | 1001111 | 100110 |
Color Harmonies of #AC1492
Complementary color
Monochromatic Colors of #AC1492
Black with #AC1492
Text Example
Text Example
White with #AC1492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1492; }
p { color: rgb(172,20,146); }
H1.HeaderClassName
{
color: #AC1492;
}
.AnyTagClassName
{
color: #AC1492;
}
</style>
background-color css
<style>
a { background-color: #AC1492; }
a { background-color: rgb(172,20,146); }
div.DivClassName
{
background-color: #AC1492;
}
.BgClassName
{
background-color: #AC1492;
}
</style>
border-color css
<style>
span { border-color: #AC1492; }
span { border-color: rgb(172,20,146); }
td.TdClassName
{
border-color: #AC1492;
}
.TagClassName
{
border-color: #AC1492;
}
</style>