Shades of Medium Violet Red #AC1A8B
Tints of Medium Violet Red #AC1A8B
RGB
CMYK
RGB Variations
Color information
#AC1A8B (or 0xAC1A8B) is known color: Medium Violet Red. HEX triplet: AC, 1A and 8B. RGB value is (172,26,139). Sum of RGB (Red+Green+Blue) = 172+26+139=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1A8B is #53E574. Grayscale: #525252. Windows color (decimal): -5498229 or 9116332. OLE color: 9116332.
HSL color Cylindrical-coordinate representation of color #AC1A8B: hue angle of 313.56º 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 #AC1A8B is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 139 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.33 |
| HSL | 313.56º | 0.74% | 0.39% | - |
| HSV(B) | 313.56º | 0.85% | 0.67% | - |
| XYZ | 22.04 | 11.37 | 25.46 | - |
| YUV | 82.54 | 159.87 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 139 | 0 | 0.85 | 0.19 | 0.33 | 313.56 | 0.74 | 0.39 |
| Hex | AC | 1A | 8B | 0 | 55 | 13 | 21 | 13A | 4A | 27 |
| Octal | 254 | 32 | 213 | 0 | 125 | 23 | 41 | 472 | 112 | 47 |
| Binary | 10101100 | 11010 | 10001011 | 0 | 1010101 | 10011 | 100001 | 100111010 | 1001010 | 100111 |
Color Harmonies of #AC1A8B
Complementary color
Monochromatic Colors of #AC1A8B
Black with #AC1A8B
Text Example
Text Example
White with #AC1A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A8B; }
p { color: rgb(172,26,139); }
H1.HeaderClassName
{
color: #AC1A8B;
}
.AnyTagClassName
{
color: #AC1A8B;
}
</style>
background-color css
<style>
a { background-color: #AC1A8B; }
a { background-color: rgb(172,26,139); }
div.DivClassName
{
background-color: #AC1A8B;
}
.BgClassName
{
background-color: #AC1A8B;
}
</style>
border-color css
<style>
span { border-color: #AC1A8B; }
span { border-color: rgb(172,26,139); }
td.TdClassName
{
border-color: #AC1A8B;
}
.TagClassName
{
border-color: #AC1A8B;
}
</style>