Shades of Medium Violet Red #AC1BA0
Tints of Medium Violet Red #AC1BA0
RGB
CMYK
RGB Variations
Color information
#AC1BA0 (or 0xAC1BA0) is known color: Medium Violet Red. HEX triplet: AC, 1B and A0. RGB value is (172,27,160). Sum of RGB (Red+Green+Blue) = 172+27+160=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1BA0 is #53E45F. Grayscale: #555555. Windows color (decimal): -5497952 or 10492844. OLE color: 10492844.
HSL color Cylindrical-coordinate representation of color #AC1BA0: hue angle of 304.97º 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 #AC1BA0 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 27 | 160 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.33 |
| HSL | 304.97º | 0.73% | 0.39% | - |
| HSV(B) | 304.97º | 0.84% | 0.67% | - |
| XYZ | 23.75 | 12.09 | 34.34 | - |
| YUV | 85.52 | 170.04 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 27 | 160 | 0 | 0.84 | 0.07 | 0.33 | 304.97 | 0.73 | 0.39 |
| Hex | AC | 1B | A0 | 0 | 54 | 7 | 21 | 131 | 49 | 27 |
| Octal | 254 | 33 | 240 | 0 | 124 | 7 | 41 | 461 | 111 | 47 |
| Binary | 10101100 | 11011 | 10100000 | 0 | 1010100 | 111 | 100001 | 100110001 | 1001001 | 100111 |
Color Harmonies of #AC1BA0
Complementary color
Monochromatic Colors of #AC1BA0
Black with #AC1BA0
Text Example
Text Example
White with #AC1BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1BA0; }
p { color: rgb(172,27,160); }
H1.HeaderClassName
{
color: #AC1BA0;
}
.AnyTagClassName
{
color: #AC1BA0;
}
</style>
background-color css
<style>
a { background-color: #AC1BA0; }
a { background-color: rgb(172,27,160); }
div.DivClassName
{
background-color: #AC1BA0;
}
.BgClassName
{
background-color: #AC1BA0;
}
</style>
border-color css
<style>
span { border-color: #AC1BA0; }
span { border-color: rgb(172,27,160); }
td.TdClassName
{
border-color: #AC1BA0;
}
.TagClassName
{
border-color: #AC1BA0;
}
</style>