Shades of Medium Violet Red #AC1792
Tints of Medium Violet Red #AC1792
RGB
CMYK
RGB Variations
Color information
#AC1792 (or 0xAC1792) is known color: Medium Violet Red. HEX triplet: AC, 17 and 92. RGB value is (172,23,146). Sum of RGB (Red+Green+Blue) = 172+23+146=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1792 is #53E86D. Grayscale: #515151. Windows color (decimal): -5498990 or 9574316. OLE color: 9574316.
HSL color Cylindrical-coordinate representation of color #AC1792: hue angle of 310.47º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1792 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 146 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.33 |
| HSL | 310.47º | 0.76% | 0.38% | - |
| HSV(B) | 310.47º | 0.87% | 0.67% | - |
| XYZ | 22.51 | 11.46 | 28.22 | - |
| YUV | 81.57 | 164.36 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 146 | 0 | 0.87 | 0.15 | 0.33 | 310.47 | 0.76 | 0.38 |
| Hex | AC | 17 | 92 | 0 | 57 | F | 21 | 136 | 4C | 26 |
| Octal | 254 | 27 | 222 | 0 | 127 | 17 | 41 | 466 | 114 | 46 |
| Binary | 10101100 | 10111 | 10010010 | 0 | 1010111 | 1111 | 100001 | 100110110 | 1001100 | 100110 |
Color Harmonies of #AC1792
Complementary color
Monochromatic Colors of #AC1792
Black with #AC1792
Text Example
Text Example
White with #AC1792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1792; }
p { color: rgb(172,23,146); }
H1.HeaderClassName
{
color: #AC1792;
}
.AnyTagClassName
{
color: #AC1792;
}
</style>
background-color css
<style>
a { background-color: #AC1792; }
a { background-color: rgb(172,23,146); }
div.DivClassName
{
background-color: #AC1792;
}
.BgClassName
{
background-color: #AC1792;
}
</style>
border-color css
<style>
span { border-color: #AC1792; }
span { border-color: rgb(172,23,146); }
td.TdClassName
{
border-color: #AC1792;
}
.TagClassName
{
border-color: #AC1792;
}
</style>