Shades of Medium Violet Red #AC1C9C
Tints of Medium Violet Red #AC1C9C
RGB
CMYK
RGB Variations
Color information
#AC1C9C (or 0xAC1C9C) is known color: Medium Violet Red. HEX triplet: AC, 1C and 9C. RGB value is (172,28,156). Sum of RGB (Red+Green+Blue) = 172+28+156=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1C9C is #53E363. Grayscale: #555555. Windows color (decimal): -5497700 or 10230956. OLE color: 10230956.
HSL color Cylindrical-coordinate representation of color #AC1C9C: hue angle of 306.67º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1C9C is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 156 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.33 |
| HSL | 306.67º | 0.72% | 0.39% | - |
| HSV(B) | 306.67º | 0.84% | 0.67% | - |
| XYZ | 23.43 | 12 | 32.53 | - |
| YUV | 85.65 | 167.71 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 156 | 0 | 0.84 | 0.09 | 0.33 | 306.67 | 0.72 | 0.39 |
| Hex | AC | 1C | 9C | 0 | 54 | 9 | 21 | 133 | 48 | 27 |
| Octal | 254 | 34 | 234 | 0 | 124 | 11 | 41 | 463 | 110 | 47 |
| Binary | 10101100 | 11100 | 10011100 | 0 | 1010100 | 1001 | 100001 | 100110011 | 1001000 | 100111 |
Color Harmonies of #AC1C9C
Complementary color
Monochromatic Colors of #AC1C9C
Black with #AC1C9C
Text Example
Text Example
White with #AC1C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1C9C; }
p { color: rgb(172,28,156); }
H1.HeaderClassName
{
color: #AC1C9C;
}
.AnyTagClassName
{
color: #AC1C9C;
}
</style>
background-color css
<style>
a { background-color: #AC1C9C; }
a { background-color: rgb(172,28,156); }
div.DivClassName
{
background-color: #AC1C9C;
}
.BgClassName
{
background-color: #AC1C9C;
}
</style>
border-color css
<style>
span { border-color: #AC1C9C; }
span { border-color: rgb(172,28,156); }
td.TdClassName
{
border-color: #AC1C9C;
}
.TagClassName
{
border-color: #AC1C9C;
}
</style>