Shades of Medium Violet Red #AC1790
Tints of Medium Violet Red #AC1790
RGB
CMYK
RGB Variations
Color information
#AC1790 (or 0xAC1790) is known color: Medium Violet Red. HEX triplet: AC, 17 and 90. RGB value is (172,23,144). Sum of RGB (Red+Green+Blue) = 172+23+144=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1790 is #53E86F. Grayscale: #515151. Windows color (decimal): -5498992 or 9443244. OLE color: 9443244.
HSL color Cylindrical-coordinate representation of color #AC1790: hue angle of 311.28º 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 #AC1790 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 144 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.33 |
| HSL | 311.28º | 0.76% | 0.38% | - |
| HSV(B) | 311.28º | 0.87% | 0.67% | - |
| XYZ | 22.35 | 11.4 | 27.41 | - |
| YUV | 81.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 144 | 0 | 0.87 | 0.16 | 0.33 | 311.28 | 0.76 | 0.38 |
| Hex | AC | 17 | 90 | 0 | 57 | 10 | 21 | 137 | 4C | 26 |
| Octal | 254 | 27 | 220 | 0 | 127 | 20 | 41 | 467 | 114 | 46 |
| Binary | 10101100 | 10111 | 10010000 | 0 | 1010111 | 10000 | 100001 | 100110111 | 1001100 | 100110 |
Color Harmonies of #AC1790
Complementary color
Monochromatic Colors of #AC1790
Black with #AC1790
Text Example
Text Example
White with #AC1790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1790; }
p { color: rgb(172,23,144); }
H1.HeaderClassName
{
color: #AC1790;
}
.AnyTagClassName
{
color: #AC1790;
}
</style>
background-color css
<style>
a { background-color: #AC1790; }
a { background-color: rgb(172,23,144); }
div.DivClassName
{
background-color: #AC1790;
}
.BgClassName
{
background-color: #AC1790;
}
</style>
border-color css
<style>
span { border-color: #AC1790; }
span { border-color: rgb(172,23,144); }
td.TdClassName
{
border-color: #AC1790;
}
.TagClassName
{
border-color: #AC1790;
}
</style>