Shades of Medium Violet Red #AC168C
Tints of Medium Violet Red #AC168C
RGB
CMYK
RGB Variations
Color information
#AC168C (or 0xAC168C) is known color: Medium Violet Red. HEX triplet: AC, 16 and 8C. RGB value is (172,22,140). Sum of RGB (Red+Green+Blue) = 172+22+140=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC168C is #53E973. Grayscale: #4F4F4F. Windows color (decimal): -5499252 or 9180844. OLE color: 9180844.
HSL color Cylindrical-coordinate representation of color #AC168C: hue angle of 312.8º 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 #AC168C is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 140 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.33 |
| HSL | 312.8º | 0.77% | 0.38% | - |
| HSV(B) | 312.8º | 0.87% | 0.67% | - |
| XYZ | 22.03 | 11.24 | 25.82 | - |
| YUV | 80.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 140 | 0 | 0.87 | 0.19 | 0.33 | 312.8 | 0.77 | 0.38 |
| Hex | AC | 16 | 8C | 0 | 57 | 13 | 21 | 139 | 4D | 26 |
| Octal | 254 | 26 | 214 | 0 | 127 | 23 | 41 | 471 | 115 | 46 |
| Binary | 10101100 | 10110 | 10001100 | 0 | 1010111 | 10011 | 100001 | 100111001 | 1001101 | 100110 |
Color Harmonies of #AC168C
Complementary color
Monochromatic Colors of #AC168C
Black with #AC168C
Text Example
Text Example
White with #AC168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC168C; }
p { color: rgb(172,22,140); }
H1.HeaderClassName
{
color: #AC168C;
}
.AnyTagClassName
{
color: #AC168C;
}
</style>
background-color css
<style>
a { background-color: #AC168C; }
a { background-color: rgb(172,22,140); }
div.DivClassName
{
background-color: #AC168C;
}
.BgClassName
{
background-color: #AC168C;
}
</style>
border-color css
<style>
span { border-color: #AC168C; }
span { border-color: rgb(172,22,140); }
td.TdClassName
{
border-color: #AC168C;
}
.TagClassName
{
border-color: #AC168C;
}
</style>