Shades of Medium Violet Red #AC1483
Tints of Medium Violet Red #AC1483
RGB
CMYK
RGB Variations
Color information
#AC1483 (or 0xAC1483) is known color: Medium Violet Red. HEX triplet: AC, 14 and 83. RGB value is (172,20,131). Sum of RGB (Red+Green+Blue) = 172+20+131=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1483 is #53EB7C. Grayscale: #4D4D4D. Windows color (decimal): -5499773 or 8590508. OLE color: 8590508.
HSL color Cylindrical-coordinate representation of color #AC1483: hue angle of 316.18º 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 #AC1483 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 131 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.33 |
| HSL | 316.18º | 0.79% | 0.38% | - |
| HSV(B) | 316.18º | 0.88% | 0.67% | - |
| XYZ | 21.36 | 10.91 | 22.45 | - |
| YUV | 78.1 | 157.86 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 131 | 0 | 0.88 | 0.24 | 0.33 | 316.18 | 0.79 | 0.38 |
| Hex | AC | 14 | 83 | 0 | 58 | 18 | 21 | 13C | 4F | 26 |
| Octal | 254 | 24 | 203 | 0 | 130 | 30 | 41 | 474 | 117 | 46 |
| Binary | 10101100 | 10100 | 10000011 | 0 | 1011000 | 11000 | 100001 | 100111100 | 1001111 | 100110 |
Color Harmonies of #AC1483
Complementary color
Monochromatic Colors of #AC1483
Black with #AC1483
Text Example
Text Example
White with #AC1483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1483; }
p { color: rgb(172,20,131); }
H1.HeaderClassName
{
color: #AC1483;
}
.AnyTagClassName
{
color: #AC1483;
}
</style>
background-color css
<style>
a { background-color: #AC1483; }
a { background-color: rgb(172,20,131); }
div.DivClassName
{
background-color: #AC1483;
}
.BgClassName
{
background-color: #AC1483;
}
</style>
border-color css
<style>
span { border-color: #AC1483; }
span { border-color: rgb(172,20,131); }
td.TdClassName
{
border-color: #AC1483;
}
.TagClassName
{
border-color: #AC1483;
}
</style>