Shades of Medium Violet Red #AC159B
Tints of Medium Violet Red #AC159B
RGB
CMYK
RGB Variations
Color information
#AC159B (or 0xAC159B) is known color: Medium Violet Red. HEX triplet: AC, 15 and 9B. RGB value is (172,21,155). Sum of RGB (Red+Green+Blue) = 172+21+155=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC159B is #53EA64. Grayscale: #515151. Windows color (decimal): -5499493 or 10163628. OLE color: 10163628.
HSL color Cylindrical-coordinate representation of color #AC159B: hue angle of 306.75º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC159B is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 155 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.33 |
| HSL | 306.76º | 0.78% | 0.38% | - |
| HSV(B) | 306.76º | 0.88% | 0.67% | - |
| XYZ | 23.2 | 11.67 | 32.04 | - |
| YUV | 81.43 | 169.53 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 155 | 0 | 0.88 | 0.10 | 0.33 | 306.76 | 0.78 | 0.38 |
| Hex | AC | 15 | 9B | 0 | 58 | A | 21 | 133 | 4E | 26 |
| Octal | 254 | 25 | 233 | 0 | 130 | 12 | 41 | 463 | 116 | 46 |
| Binary | 10101100 | 10101 | 10011011 | 0 | 1011000 | 1010 | 100001 | 100110011 | 1001110 | 100110 |
Color Harmonies of #AC159B
Complementary color
Monochromatic Colors of #AC159B
Black with #AC159B
Text Example
Text Example
White with #AC159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC159B; }
p { color: rgb(172,21,155); }
H1.HeaderClassName
{
color: #AC159B;
}
.AnyTagClassName
{
color: #AC159B;
}
</style>
background-color css
<style>
a { background-color: #AC159B; }
a { background-color: rgb(172,21,155); }
div.DivClassName
{
background-color: #AC159B;
}
.BgClassName
{
background-color: #AC159B;
}
</style>
border-color css
<style>
span { border-color: #AC159B; }
span { border-color: rgb(172,21,155); }
td.TdClassName
{
border-color: #AC159B;
}
.TagClassName
{
border-color: #AC159B;
}
</style>