Shades of Medium Violet Red #AC1284
Tints of Medium Violet Red #AC1284
RGB
CMYK
RGB Variations
Color information
#AC1284 (or 0xAC1284) is known color: Medium Violet Red. HEX triplet: AC, 12 and 84. RGB value is (172,18,132). Sum of RGB (Red+Green+Blue) = 172+18+132=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1284 is #53ED7B. Grayscale: #4C4C4C. Windows color (decimal): -5500284 or 8655532. OLE color: 8655532.
HSL color Cylindrical-coordinate representation of color #AC1284: hue angle of 315.58º 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 #AC1284 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 132 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.33 |
| HSL | 315.58º | 0.81% | 0.37% | - |
| HSV(B) | 315.58º | 0.9% | 0.67% | - |
| XYZ | 21.39 | 10.87 | 22.8 | - |
| YUV | 77.04 | 159.02 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 132 | 0 | 0.90 | 0.23 | 0.33 | 315.58 | 0.81 | 0.37 |
| Hex | AC | 12 | 84 | 0 | 5A | 17 | 21 | 13C | 51 | 25 |
| Octal | 254 | 22 | 204 | 0 | 132 | 27 | 41 | 474 | 121 | 45 |
| Binary | 10101100 | 10010 | 10000100 | 0 | 1011010 | 10111 | 100001 | 100111100 | 1010001 | 100101 |
Color Harmonies of #AC1284
Complementary color
Monochromatic Colors of #AC1284
Black with #AC1284
Text Example
Text Example
White with #AC1284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1284; }
p { color: rgb(172,18,132); }
H1.HeaderClassName
{
color: #AC1284;
}
.AnyTagClassName
{
color: #AC1284;
}
</style>
background-color css
<style>
a { background-color: #AC1284; }
a { background-color: rgb(172,18,132); }
div.DivClassName
{
background-color: #AC1284;
}
.BgClassName
{
background-color: #AC1284;
}
</style>
border-color css
<style>
span { border-color: #AC1284; }
span { border-color: rgb(172,18,132); }
td.TdClassName
{
border-color: #AC1284;
}
.TagClassName
{
border-color: #AC1284;
}
</style>