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