Shades of Medium Violet Red #AC158D
Tints of Medium Violet Red #AC158D
RGB
CMYK
RGB Variations
Color information
#AC158D (or 0xAC158D) is known color: Medium Violet Red. HEX triplet: AC, 15 and 8D. RGB value is (172,21,141). Sum of RGB (Red+Green+Blue) = 172+21+141=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC158D is #53EA72. Grayscale: #4F4F4F. Windows color (decimal): -5499507 or 9246124. OLE color: 9246124.
HSL color Cylindrical-coordinate representation of color #AC158D: hue angle of 312.32º 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 #AC158D is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 141 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.33 |
| HSL | 312.32º | 0.78% | 0.38% | - |
| HSV(B) | 312.32º | 0.88% | 0.67% | - |
| XYZ | 22.09 | 11.23 | 26.2 | - |
| YUV | 79.83 | 162.53 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 141 | 0 | 0.88 | 0.18 | 0.33 | 312.32 | 0.78 | 0.38 |
| Hex | AC | 15 | 8D | 0 | 58 | 12 | 21 | 138 | 4E | 26 |
| Octal | 254 | 25 | 215 | 0 | 130 | 22 | 41 | 470 | 116 | 46 |
| Binary | 10101100 | 10101 | 10001101 | 0 | 1011000 | 10010 | 100001 | 100111000 | 1001110 | 100110 |
Color Harmonies of #AC158D
Complementary color
Monochromatic Colors of #AC158D
Black with #AC158D
Text Example
Text Example
White with #AC158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC158D; }
p { color: rgb(172,21,141); }
H1.HeaderClassName
{
color: #AC158D;
}
.AnyTagClassName
{
color: #AC158D;
}
</style>
background-color css
<style>
a { background-color: #AC158D; }
a { background-color: rgb(172,21,141); }
div.DivClassName
{
background-color: #AC158D;
}
.BgClassName
{
background-color: #AC158D;
}
</style>
border-color css
<style>
span { border-color: #AC158D; }
span { border-color: rgb(172,21,141); }
td.TdClassName
{
border-color: #AC158D;
}
.TagClassName
{
border-color: #AC158D;
}
</style>