Shades of Medium Violet Red #AC159E
Tints of Medium Violet Red #AC159E
RGB
CMYK
RGB Variations
Color information
#AC159E (or 0xAC159E) is known color: Medium Violet Red. HEX triplet: AC, 15 and 9E. RGB value is (172,21,158). Sum of RGB (Red+Green+Blue) = 172+21+158=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC159E is #53EA61. Grayscale: #515151. Windows color (decimal): -5499490 or 10360236. OLE color: 10360236.
HSL color Cylindrical-coordinate representation of color #AC159E: hue angle of 305.56º 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 #AC159E is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 158 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.33 |
| HSL | 305.56º | 0.78% | 0.38% | - |
| HSV(B) | 305.56º | 0.88% | 0.67% | - |
| XYZ | 23.45 | 11.78 | 33.38 | - |
| YUV | 81.77 | 171.03 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 158 | 0 | 0.88 | 0.08 | 0.33 | 305.56 | 0.78 | 0.38 |
| Hex | AC | 15 | 9E | 0 | 58 | 8 | 21 | 132 | 4E | 26 |
| Octal | 254 | 25 | 236 | 0 | 130 | 10 | 41 | 462 | 116 | 46 |
| Binary | 10101100 | 10101 | 10011110 | 0 | 1011000 | 1000 | 100001 | 100110010 | 1001110 | 100110 |
Color Harmonies of #AC159E
Complementary color
Monochromatic Colors of #AC159E
Black with #AC159E
Text Example
Text Example
White with #AC159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC159E; }
p { color: rgb(172,21,158); }
H1.HeaderClassName
{
color: #AC159E;
}
.AnyTagClassName
{
color: #AC159E;
}
</style>
background-color css
<style>
a { background-color: #AC159E; }
a { background-color: rgb(172,21,158); }
div.DivClassName
{
background-color: #AC159E;
}
.BgClassName
{
background-color: #AC159E;
}
</style>
border-color css
<style>
span { border-color: #AC159E; }
span { border-color: rgb(172,21,158); }
td.TdClassName
{
border-color: #AC159E;
}
.TagClassName
{
border-color: #AC159E;
}
</style>