Shades of Medium Violet Red #AC1A8A
Tints of Medium Violet Red #AC1A8A
RGB
CMYK
RGB Variations
Color information
#AC1A8A (or 0xAC1A8A) is known color: Medium Violet Red. HEX triplet: AC, 1A and 8A. RGB value is (172,26,138). Sum of RGB (Red+Green+Blue) = 172+26+138=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1A8A is #53E575. Grayscale: #525252. Windows color (decimal): -5498230 or 9050796. OLE color: 9050796.
HSL color Cylindrical-coordinate representation of color #AC1A8A: hue angle of 313.97º 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 #AC1A8A is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 138 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.33 |
| HSL | 313.97º | 0.74% | 0.39% | - |
| HSV(B) | 313.97º | 0.85% | 0.67% | - |
| XYZ | 21.97 | 11.34 | 25.08 | - |
| YUV | 82.42 | 159.37 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 138 | 0 | 0.85 | 0.20 | 0.33 | 313.97 | 0.74 | 0.39 |
| Hex | AC | 1A | 8A | 0 | 55 | 14 | 21 | 13A | 4A | 27 |
| Octal | 254 | 32 | 212 | 0 | 125 | 24 | 41 | 472 | 112 | 47 |
| Binary | 10101100 | 11010 | 10001010 | 0 | 1010101 | 10100 | 100001 | 100111010 | 1001010 | 100111 |
Color Harmonies of #AC1A8A
Complementary color
Monochromatic Colors of #AC1A8A
Black with #AC1A8A
Text Example
Text Example
White with #AC1A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A8A; }
p { color: rgb(172,26,138); }
H1.HeaderClassName
{
color: #AC1A8A;
}
.AnyTagClassName
{
color: #AC1A8A;
}
</style>
background-color css
<style>
a { background-color: #AC1A8A; }
a { background-color: rgb(172,26,138); }
div.DivClassName
{
background-color: #AC1A8A;
}
.BgClassName
{
background-color: #AC1A8A;
}
</style>
border-color css
<style>
span { border-color: #AC1A8A; }
span { border-color: rgb(172,26,138); }
td.TdClassName
{
border-color: #AC1A8A;
}
.TagClassName
{
border-color: #AC1A8A;
}
</style>