Shades of Medium Violet Red #AC1D9C
Tints of Medium Violet Red #AC1D9C
RGB
CMYK
RGB Variations
Color information
#AC1D9C (or 0xAC1D9C) is known color: Medium Violet Red. HEX triplet: AC, 1D and 9C. RGB value is (172,29,156). Sum of RGB (Red+Green+Blue) = 172+29+156=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1D9C is #53E263. Grayscale: #555555. Windows color (decimal): -5497444 or 10231212. OLE color: 10231212.
HSL color Cylindrical-coordinate representation of color #AC1D9C: hue angle of 306.71º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC1D9C is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 29 | 156 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.33 |
| HSL | 306.71º | 0.71% | 0.39% | - |
| HSV(B) | 306.71º | 0.83% | 0.67% | - |
| XYZ | 23.45 | 12.05 | 32.54 | - |
| YUV | 86.24 | 167.38 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 156 | 0 | 0.83 | 0.09 | 0.33 | 306.71 | 0.71 | 0.39 |
| Hex | AC | 1D | 9C | 0 | 53 | 9 | 21 | 133 | 47 | 27 |
| Octal | 254 | 35 | 234 | 0 | 123 | 11 | 41 | 463 | 107 | 47 |
| Binary | 10101100 | 11101 | 10011100 | 0 | 1010011 | 1001 | 100001 | 100110011 | 1000111 | 100111 |
Color Harmonies of #AC1D9C
Complementary color
Monochromatic Colors of #AC1D9C
Black with #AC1D9C
Text Example
Text Example
White with #AC1D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1D9C; }
p { color: rgb(172,29,156); }
H1.HeaderClassName
{
color: #AC1D9C;
}
.AnyTagClassName
{
color: #AC1D9C;
}
</style>
background-color css
<style>
a { background-color: #AC1D9C; }
a { background-color: rgb(172,29,156); }
div.DivClassName
{
background-color: #AC1D9C;
}
.BgClassName
{
background-color: #AC1D9C;
}
</style>
border-color css
<style>
span { border-color: #AC1D9C; }
span { border-color: rgb(172,29,156); }
td.TdClassName
{
border-color: #AC1D9C;
}
.TagClassName
{
border-color: #AC1D9C;
}
</style>