Shades of Medium Violet Red #AC128E
Tints of Medium Violet Red #AC128E
RGB
CMYK
RGB Variations
Color information
#AC128E (or 0xAC128E) is known color: Medium Violet Red. HEX triplet: AC, 12 and 8E. RGB value is (172,18,142). Sum of RGB (Red+Green+Blue) = 172+18+142=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC128E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC128E is #53ED71. Grayscale: #4D4D4D. Windows color (decimal): -5500274 or 9310892. OLE color: 9310892.
HSL color Cylindrical-coordinate representation of color #AC128E: hue angle of 311.69º 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 #AC128E is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 142 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.33 |
| HSL | 311.69º | 0.81% | 0.37% | - |
| HSV(B) | 311.69º | 0.9% | 0.67% | - |
| XYZ | 22.11 | 11.16 | 26.58 | - |
| YUV | 78.18 | 164.02 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 142 | 0 | 0.90 | 0.17 | 0.33 | 311.69 | 0.81 | 0.37 |
| Hex | AC | 12 | 8E | 0 | 5A | 11 | 21 | 138 | 51 | 25 |
| Octal | 254 | 22 | 216 | 0 | 132 | 21 | 41 | 470 | 121 | 45 |
| Binary | 10101100 | 10010 | 10001110 | 0 | 1011010 | 10001 | 100001 | 100111000 | 1010001 | 100101 |
Color Harmonies of #AC128E
Complementary color
Monochromatic Colors of #AC128E
Black with #AC128E
Text Example
Text Example
White with #AC128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC128E; }
p { color: rgb(172,18,142); }
H1.HeaderClassName
{
color: #AC128E;
}
.AnyTagClassName
{
color: #AC128E;
}
</style>
background-color css
<style>
a { background-color: #AC128E; }
a { background-color: rgb(172,18,142); }
div.DivClassName
{
background-color: #AC128E;
}
.BgClassName
{
background-color: #AC128E;
}
</style>
border-color css
<style>
span { border-color: #AC128E; }
span { border-color: rgb(172,18,142); }
td.TdClassName
{
border-color: #AC128E;
}
.TagClassName
{
border-color: #AC128E;
}
</style>