Shades of Medium Violet Red #AC1794
Tints of Medium Violet Red #AC1794
RGB
CMYK
RGB Variations
Color information
#AC1794 (or 0xAC1794) is known color: Medium Violet Red. HEX triplet: AC, 17 and 94. RGB value is (172,23,148). Sum of RGB (Red+Green+Blue) = 172+23+148=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1794 is #53E86B. Grayscale: #515151. Windows color (decimal): -5498988 or 9705388. OLE color: 9705388.
HSL color Cylindrical-coordinate representation of color #AC1794: hue angle of 309.66º 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 #AC1794 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 148 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.33 |
| HSL | 309.66º | 0.76% | 0.38% | - |
| HSV(B) | 309.66º | 0.87% | 0.67% | - |
| XYZ | 22.66 | 11.52 | 29.05 | - |
| YUV | 81.8 | 165.36 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 148 | 0 | 0.87 | 0.14 | 0.33 | 309.66 | 0.76 | 0.38 |
| Hex | AC | 17 | 94 | 0 | 57 | E | 21 | 136 | 4C | 26 |
| Octal | 254 | 27 | 224 | 0 | 127 | 16 | 41 | 466 | 114 | 46 |
| Binary | 10101100 | 10111 | 10010100 | 0 | 1010111 | 1110 | 100001 | 100110110 | 1001100 | 100110 |
Color Harmonies of #AC1794
Complementary color
Monochromatic Colors of #AC1794
Black with #AC1794
Text Example
Text Example
White with #AC1794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1794; }
p { color: rgb(172,23,148); }
H1.HeaderClassName
{
color: #AC1794;
}
.AnyTagClassName
{
color: #AC1794;
}
</style>
background-color css
<style>
a { background-color: #AC1794; }
a { background-color: rgb(172,23,148); }
div.DivClassName
{
background-color: #AC1794;
}
.BgClassName
{
background-color: #AC1794;
}
</style>
border-color css
<style>
span { border-color: #AC1794; }
span { border-color: rgb(172,23,148); }
td.TdClassName
{
border-color: #AC1794;
}
.TagClassName
{
border-color: #AC1794;
}
</style>