Shades of Medium Violet Red #AC1990
Tints of Medium Violet Red #AC1990
RGB
CMYK
RGB Variations
Color information
#AC1990 (or 0xAC1990) is known color: Medium Violet Red. HEX triplet: AC, 19 and 90. RGB value is (172,25,144). Sum of RGB (Red+Green+Blue) = 172+25+144=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1990 is #53E66F. Grayscale: #525252. Windows color (decimal): -5498480 or 9443756. OLE color: 9443756.
HSL color Cylindrical-coordinate representation of color #AC1990: hue angle of 311.43º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1990 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 144 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.33 |
| HSL | 311.43º | 0.75% | 0.39% | - |
| HSV(B) | 311.43º | 0.85% | 0.67% | - |
| XYZ | 22.39 | 11.48 | 27.42 | - |
| YUV | 82.52 | 162.7 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 144 | 0 | 0.85 | 0.16 | 0.33 | 311.43 | 0.75 | 0.39 |
| Hex | AC | 19 | 90 | 0 | 55 | 10 | 21 | 137 | 4B | 27 |
| Octal | 254 | 31 | 220 | 0 | 125 | 20 | 41 | 467 | 113 | 47 |
| Binary | 10101100 | 11001 | 10010000 | 0 | 1010101 | 10000 | 100001 | 100110111 | 1001011 | 100111 |
Color Harmonies of #AC1990
Complementary color
Monochromatic Colors of #AC1990
Black with #AC1990
Text Example
Text Example
White with #AC1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1990; }
p { color: rgb(172,25,144); }
H1.HeaderClassName
{
color: #AC1990;
}
.AnyTagClassName
{
color: #AC1990;
}
</style>
background-color css
<style>
a { background-color: #AC1990; }
a { background-color: rgb(172,25,144); }
div.DivClassName
{
background-color: #AC1990;
}
.BgClassName
{
background-color: #AC1990;
}
</style>
border-color css
<style>
span { border-color: #AC1990; }
span { border-color: rgb(172,25,144); }
td.TdClassName
{
border-color: #AC1990;
}
.TagClassName
{
border-color: #AC1990;
}
</style>