Shades of Medium Violet Red #AC1B8D
Tints of Medium Violet Red #AC1B8D
RGB
CMYK
RGB Variations
Color information
#AC1B8D (or 0xAC1B8D) is known color: Medium Violet Red. HEX triplet: AC, 1B and 8D. RGB value is (172,27,141). Sum of RGB (Red+Green+Blue) = 172+27+141=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1B8D is #53E472. Grayscale: #535353. Windows color (decimal): -5497971 or 9247660. OLE color: 9247660.
HSL color Cylindrical-coordinate representation of color #AC1B8D: hue angle of 312.83º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1B8D is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 27 | 141 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.33 |
| HSL | 312.83º | 0.73% | 0.39% | - |
| HSV(B) | 312.83º | 0.84% | 0.67% | - |
| XYZ | 22.21 | 11.48 | 26.24 | - |
| YUV | 83.35 | 160.54 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 27 | 141 | 0 | 0.84 | 0.18 | 0.33 | 312.83 | 0.73 | 0.39 |
| Hex | AC | 1B | 8D | 0 | 54 | 12 | 21 | 139 | 49 | 27 |
| Octal | 254 | 33 | 215 | 0 | 124 | 22 | 41 | 471 | 111 | 47 |
| Binary | 10101100 | 11011 | 10001101 | 0 | 1010100 | 10010 | 100001 | 100111001 | 1001001 | 100111 |
Color Harmonies of #AC1B8D
Complementary color
Monochromatic Colors of #AC1B8D
Black with #AC1B8D
Text Example
Text Example
White with #AC1B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1B8D; }
p { color: rgb(172,27,141); }
H1.HeaderClassName
{
color: #AC1B8D;
}
.AnyTagClassName
{
color: #AC1B8D;
}
</style>
background-color css
<style>
a { background-color: #AC1B8D; }
a { background-color: rgb(172,27,141); }
div.DivClassName
{
background-color: #AC1B8D;
}
.BgClassName
{
background-color: #AC1B8D;
}
</style>
border-color css
<style>
span { border-color: #AC1B8D; }
span { border-color: rgb(172,27,141); }
td.TdClassName
{
border-color: #AC1B8D;
}
.TagClassName
{
border-color: #AC1B8D;
}
</style>