Shades of Medium Violet Red #AC159D
Tints of Medium Violet Red #AC159D
RGB
CMYK
RGB Variations
Color information
#AC159D (or 0xAC159D) is known color: Medium Violet Red. HEX triplet: AC, 15 and 9D. RGB value is (172,21,157). Sum of RGB (Red+Green+Blue) = 172+21+157=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC159D is #53EA62. Grayscale: #515151. Windows color (decimal): -5499491 or 10294700. OLE color: 10294700.
HSL color Cylindrical-coordinate representation of color #AC159D: hue angle of 305.96º 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 #AC159D is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 157 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.33 |
| HSL | 305.96º | 0.78% | 0.38% | - |
| HSV(B) | 305.96º | 0.88% | 0.67% | - |
| XYZ | 23.37 | 11.74 | 32.93 | - |
| YUV | 81.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 157 | 0 | 0.88 | 0.09 | 0.33 | 305.96 | 0.78 | 0.38 |
| Hex | AC | 15 | 9D | 0 | 58 | 9 | 21 | 132 | 4E | 26 |
| Octal | 254 | 25 | 235 | 0 | 130 | 11 | 41 | 462 | 116 | 46 |
| Binary | 10101100 | 10101 | 10011101 | 0 | 1011000 | 1001 | 100001 | 100110010 | 1001110 | 100110 |
Color Harmonies of #AC159D
Complementary color
Monochromatic Colors of #AC159D
Black with #AC159D
Text Example
Text Example
White with #AC159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC159D; }
p { color: rgb(172,21,157); }
H1.HeaderClassName
{
color: #AC159D;
}
.AnyTagClassName
{
color: #AC159D;
}
</style>
background-color css
<style>
a { background-color: #AC159D; }
a { background-color: rgb(172,21,157); }
div.DivClassName
{
background-color: #AC159D;
}
.BgClassName
{
background-color: #AC159D;
}
</style>
border-color css
<style>
span { border-color: #AC159D; }
span { border-color: rgb(172,21,157); }
td.TdClassName
{
border-color: #AC159D;
}
.TagClassName
{
border-color: #AC159D;
}
</style>