Shades of Medium Violet Red #AC1A88
Tints of Medium Violet Red #AC1A88
RGB
CMYK
RGB Variations
Color information
#AC1A88 (or 0xAC1A88) is known color: Medium Violet Red. HEX triplet: AC, 1A and 88. RGB value is (172,26,136). Sum of RGB (Red+Green+Blue) = 172+26+136=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1A88 is #53E577. Grayscale: #515151. Windows color (decimal): -5498232 or 8919724. OLE color: 8919724.
HSL color Cylindrical-coordinate representation of color #AC1A88: hue angle of 314.79º 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 #AC1A88 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 136 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.33 |
| HSL | 314.79º | 0.74% | 0.39% | - |
| HSV(B) | 314.79º | 0.85% | 0.67% | - |
| XYZ | 21.83 | 11.29 | 24.32 | - |
| YUV | 82.19 | 158.37 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 136 | 0 | 0.85 | 0.21 | 0.33 | 314.79 | 0.74 | 0.39 |
| Hex | AC | 1A | 88 | 0 | 55 | 15 | 21 | 13B | 4A | 27 |
| Octal | 254 | 32 | 210 | 0 | 125 | 25 | 41 | 473 | 112 | 47 |
| Binary | 10101100 | 11010 | 10001000 | 0 | 1010101 | 10101 | 100001 | 100111011 | 1001010 | 100111 |
Color Harmonies of #AC1A88
Complementary color
Monochromatic Colors of #AC1A88
Black with #AC1A88
Text Example
Text Example
White with #AC1A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A88; }
p { color: rgb(172,26,136); }
H1.HeaderClassName
{
color: #AC1A88;
}
.AnyTagClassName
{
color: #AC1A88;
}
</style>
background-color css
<style>
a { background-color: #AC1A88; }
a { background-color: rgb(172,26,136); }
div.DivClassName
{
background-color: #AC1A88;
}
.BgClassName
{
background-color: #AC1A88;
}
</style>
border-color css
<style>
span { border-color: #AC1A88; }
span { border-color: rgb(172,26,136); }
td.TdClassName
{
border-color: #AC1A88;
}
.TagClassName
{
border-color: #AC1A88;
}
</style>