Shades of Medium Violet Red #AC1383
Tints of Medium Violet Red #AC1383
RGB
CMYK
RGB Variations
Color information
#AC1383 (or 0xAC1383) is known color: Medium Violet Red. HEX triplet: AC, 13 and 83. RGB value is (172,19,131). Sum of RGB (Red+Green+Blue) = 172+19+131=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1383 is #53EC7C. Grayscale: #4D4D4D. Windows color (decimal): -5500029 or 8590252. OLE color: 8590252.
HSL color Cylindrical-coordinate representation of color #AC1383: hue angle of 316.08º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1383 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 131 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.33 |
| HSL | 316.08º | 0.8% | 0.37% | - |
| HSV(B) | 316.08º | 0.89% | 0.67% | - |
| XYZ | 21.34 | 10.88 | 22.45 | - |
| YUV | 77.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 131 | 0 | 0.89 | 0.24 | 0.33 | 316.08 | 0.8 | 0.37 |
| Hex | AC | 13 | 83 | 0 | 59 | 18 | 21 | 13C | 50 | 25 |
| Octal | 254 | 23 | 203 | 0 | 131 | 30 | 41 | 474 | 120 | 45 |
| Binary | 10101100 | 10011 | 10000011 | 0 | 1011001 | 11000 | 100001 | 100111100 | 1010000 | 100101 |
Color Harmonies of #AC1383
Complementary color
Monochromatic Colors of #AC1383
Black with #AC1383
Text Example
Text Example
White with #AC1383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1383; }
p { color: rgb(172,19,131); }
H1.HeaderClassName
{
color: #AC1383;
}
.AnyTagClassName
{
color: #AC1383;
}
</style>
background-color css
<style>
a { background-color: #AC1383; }
a { background-color: rgb(172,19,131); }
div.DivClassName
{
background-color: #AC1383;
}
.BgClassName
{
background-color: #AC1383;
}
</style>
border-color css
<style>
span { border-color: #AC1383; }
span { border-color: rgb(172,19,131); }
td.TdClassName
{
border-color: #AC1383;
}
.TagClassName
{
border-color: #AC1383;
}
</style>