Shades of Medium Violet Red #AC1282
Tints of Medium Violet Red #AC1282
RGB
CMYK
RGB Variations
Color information
#AC1282 (or 0xAC1282) is known color: Medium Violet Red. HEX triplet: AC, 12 and 82. RGB value is (172,18,130). Sum of RGB (Red+Green+Blue) = 172+18+130=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1282 is #53ED7D. Grayscale: #4C4C4C. Windows color (decimal): -5500286 or 8524460. OLE color: 8524460.
HSL color Cylindrical-coordinate representation of color #AC1282: hue angle of 316.36º 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 #AC1282 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 130 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.33 |
| HSL | 316.36º | 0.81% | 0.37% | - |
| HSV(B) | 316.36º | 0.9% | 0.67% | - |
| XYZ | 21.26 | 10.81 | 22.09 | - |
| YUV | 76.81 | 158.02 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 130 | 0 | 0.90 | 0.24 | 0.33 | 316.36 | 0.81 | 0.37 |
| Hex | AC | 12 | 82 | 0 | 5A | 18 | 21 | 13C | 51 | 25 |
| Octal | 254 | 22 | 202 | 0 | 132 | 30 | 41 | 474 | 121 | 45 |
| Binary | 10101100 | 10010 | 10000010 | 0 | 1011010 | 11000 | 100001 | 100111100 | 1010001 | 100101 |
Color Harmonies of #AC1282
Complementary color
Monochromatic Colors of #AC1282
Black with #AC1282
Text Example
Text Example
White with #AC1282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1282; }
p { color: rgb(172,18,130); }
H1.HeaderClassName
{
color: #AC1282;
}
.AnyTagClassName
{
color: #AC1282;
}
</style>
background-color css
<style>
a { background-color: #AC1282; }
a { background-color: rgb(172,18,130); }
div.DivClassName
{
background-color: #AC1282;
}
.BgClassName
{
background-color: #AC1282;
}
</style>
border-color css
<style>
span { border-color: #AC1282; }
span { border-color: rgb(172,18,130); }
td.TdClassName
{
border-color: #AC1282;
}
.TagClassName
{
border-color: #AC1282;
}
</style>