Shades of Medium Violet Red #AC169C
Tints of Medium Violet Red #AC169C
RGB
CMYK
RGB Variations
Color information
#AC169C (or 0xAC169C) is known color: Medium Violet Red. HEX triplet: AC, 16 and 9C. RGB value is (172,22,156). Sum of RGB (Red+Green+Blue) = 172+22+156=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC169C is #53E963. Grayscale: #515151. Windows color (decimal): -5499236 or 10229420. OLE color: 10229420.
HSL color Cylindrical-coordinate representation of color #AC169C: hue angle of 306.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC169C is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 156 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.33 |
| HSL | 306.4º | 0.77% | 0.38% | - |
| HSV(B) | 306.4º | 0.87% | 0.67% | - |
| XYZ | 23.3 | 11.74 | 32.49 | - |
| YUV | 82.13 | 169.7 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 156 | 0 | 0.87 | 0.09 | 0.33 | 306.4 | 0.77 | 0.38 |
| Hex | AC | 16 | 9C | 0 | 57 | 9 | 21 | 132 | 4D | 26 |
| Octal | 254 | 26 | 234 | 0 | 127 | 11 | 41 | 462 | 115 | 46 |
| Binary | 10101100 | 10110 | 10011100 | 0 | 1010111 | 1001 | 100001 | 100110010 | 1001101 | 100110 |
Color Harmonies of #AC169C
Complementary color
Monochromatic Colors of #AC169C
Black with #AC169C
Text Example
Text Example
White with #AC169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC169C; }
p { color: rgb(172,22,156); }
H1.HeaderClassName
{
color: #AC169C;
}
.AnyTagClassName
{
color: #AC169C;
}
</style>
background-color css
<style>
a { background-color: #AC169C; }
a { background-color: rgb(172,22,156); }
div.DivClassName
{
background-color: #AC169C;
}
.BgClassName
{
background-color: #AC169C;
}
</style>
border-color css
<style>
span { border-color: #AC169C; }
span { border-color: rgb(172,22,156); }
td.TdClassName
{
border-color: #AC169C;
}
.TagClassName
{
border-color: #AC169C;
}
</style>