Shades of Medium Violet Red #AC1A8E
Tints of Medium Violet Red #AC1A8E
RGB
CMYK
RGB Variations
Color information
#AC1A8E (or 0xAC1A8E) is known color: Medium Violet Red. HEX triplet: AC, 1A and 8E. RGB value is (172,26,142). Sum of RGB (Red+Green+Blue) = 172+26+142=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1A8E is #53E571. Grayscale: #525252. Windows color (decimal): -5498226 or 9312940. OLE color: 9312940.
HSL color Cylindrical-coordinate representation of color #AC1A8E: hue angle of 312.33º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1A8E is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 142 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.33 |
| HSL | 312.33º | 0.74% | 0.39% | - |
| HSV(B) | 312.33º | 0.85% | 0.67% | - |
| XYZ | 22.27 | 11.46 | 26.63 | - |
| YUV | 82.88 | 161.37 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 142 | 0 | 0.85 | 0.17 | 0.33 | 312.33 | 0.74 | 0.39 |
| Hex | AC | 1A | 8E | 0 | 55 | 11 | 21 | 138 | 4A | 27 |
| Octal | 254 | 32 | 216 | 0 | 125 | 21 | 41 | 470 | 112 | 47 |
| Binary | 10101100 | 11010 | 10001110 | 0 | 1010101 | 10001 | 100001 | 100111000 | 1001010 | 100111 |
Color Harmonies of #AC1A8E
Complementary color
Monochromatic Colors of #AC1A8E
Black with #AC1A8E
Text Example
Text Example
White with #AC1A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A8E; }
p { color: rgb(172,26,142); }
H1.HeaderClassName
{
color: #AC1A8E;
}
.AnyTagClassName
{
color: #AC1A8E;
}
</style>
background-color css
<style>
a { background-color: #AC1A8E; }
a { background-color: rgb(172,26,142); }
div.DivClassName
{
background-color: #AC1A8E;
}
.BgClassName
{
background-color: #AC1A8E;
}
</style>
border-color css
<style>
span { border-color: #AC1A8E; }
span { border-color: rgb(172,26,142); }
td.TdClassName
{
border-color: #AC1A8E;
}
.TagClassName
{
border-color: #AC1A8E;
}
</style>