Shades of Medium Violet Red #AC1490
Tints of Medium Violet Red #AC1490
RGB
CMYK
RGB Variations
Color information
#AC1490 (or 0xAC1490) is known color: Medium Violet Red. HEX triplet: AC, 14 and 90. RGB value is (172,20,144). Sum of RGB (Red+Green+Blue) = 172+20+144=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1490 is #53EB6F. Grayscale: #4F4F4F. Windows color (decimal): -5499760 or 9442476. OLE color: 9442476.
HSL color Cylindrical-coordinate representation of color #AC1490: hue angle of 311.05º 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 #AC1490 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 144 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.33 |
| HSL | 311.05º | 0.79% | 0.38% | - |
| HSV(B) | 311.05º | 0.88% | 0.67% | - |
| XYZ | 22.3 | 11.28 | 27.39 | - |
| YUV | 79.58 | 164.36 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 144 | 0 | 0.88 | 0.16 | 0.33 | 311.05 | 0.79 | 0.38 |
| Hex | AC | 14 | 90 | 0 | 58 | 10 | 21 | 137 | 4F | 26 |
| Octal | 254 | 24 | 220 | 0 | 130 | 20 | 41 | 467 | 117 | 46 |
| Binary | 10101100 | 10100 | 10010000 | 0 | 1011000 | 10000 | 100001 | 100110111 | 1001111 | 100110 |
Color Harmonies of #AC1490
Complementary color
Monochromatic Colors of #AC1490
Black with #AC1490
Text Example
Text Example
White with #AC1490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1490; }
p { color: rgb(172,20,144); }
H1.HeaderClassName
{
color: #AC1490;
}
.AnyTagClassName
{
color: #AC1490;
}
</style>
background-color css
<style>
a { background-color: #AC1490; }
a { background-color: rgb(172,20,144); }
div.DivClassName
{
background-color: #AC1490;
}
.BgClassName
{
background-color: #AC1490;
}
</style>
border-color css
<style>
span { border-color: #AC1490; }
span { border-color: rgb(172,20,144); }
td.TdClassName
{
border-color: #AC1490;
}
.TagClassName
{
border-color: #AC1490;
}
</style>