Shades of Medium Violet Red #AC1283
Tints of Medium Violet Red #AC1283
RGB
CMYK
RGB Variations
Color information
#AC1283 (or 0xAC1283) is known color: Medium Violet Red. HEX triplet: AC, 12 and 83. RGB value is (172,18,131). Sum of RGB (Red+Green+Blue) = 172+18+131=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1283 is #53ED7C. Grayscale: #4C4C4C. Windows color (decimal): -5500285 or 8589996. OLE color: 8589996.
HSL color Cylindrical-coordinate representation of color #AC1283: hue angle of 315.97º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1283 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 131 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.33 |
| HSL | 315.97º | 0.81% | 0.37% | - |
| HSV(B) | 315.97º | 0.9% | 0.67% | - |
| XYZ | 21.33 | 10.84 | 22.44 | - |
| YUV | 76.93 | 158.52 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 131 | 0 | 0.90 | 0.24 | 0.33 | 315.97 | 0.81 | 0.37 |
| Hex | AC | 12 | 83 | 0 | 5A | 18 | 21 | 13C | 51 | 25 |
| Octal | 254 | 22 | 203 | 0 | 132 | 30 | 41 | 474 | 121 | 45 |
| Binary | 10101100 | 10010 | 10000011 | 0 | 1011010 | 11000 | 100001 | 100111100 | 1010001 | 100101 |
Color Harmonies of #AC1283
Complementary color
Monochromatic Colors of #AC1283
Black with #AC1283
Text Example
Text Example
White with #AC1283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1283; }
p { color: rgb(172,18,131); }
H1.HeaderClassName
{
color: #AC1283;
}
.AnyTagClassName
{
color: #AC1283;
}
</style>
background-color css
<style>
a { background-color: #AC1283; }
a { background-color: rgb(172,18,131); }
div.DivClassName
{
background-color: #AC1283;
}
.BgClassName
{
background-color: #AC1283;
}
</style>
border-color css
<style>
span { border-color: #AC1283; }
span { border-color: rgb(172,18,131); }
td.TdClassName
{
border-color: #AC1283;
}
.TagClassName
{
border-color: #AC1283;
}
</style>