Shades of Medium Violet Red #AC168F
Tints of Medium Violet Red #AC168F
RGB
CMYK
RGB Variations
Color information
#AC168F (or 0xAC168F) is known color: Medium Violet Red. HEX triplet: AC, 16 and 8F. RGB value is (172,22,143). Sum of RGB (Red+Green+Blue) = 172+22+143=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC168F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC168F is #53E970. Grayscale: #505050. Windows color (decimal): -5499249 or 9377452. OLE color: 9377452.
HSL color Cylindrical-coordinate representation of color #AC168F: hue angle of 311.6º 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 #AC168F is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 143 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.33 |
| HSL | 311.6º | 0.77% | 0.38% | - |
| HSV(B) | 311.6º | 0.87% | 0.67% | - |
| XYZ | 22.26 | 11.33 | 27 | - |
| YUV | 80.64 | 163.2 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 143 | 0 | 0.87 | 0.17 | 0.33 | 311.6 | 0.77 | 0.38 |
| Hex | AC | 16 | 8F | 0 | 57 | 11 | 21 | 138 | 4D | 26 |
| Octal | 254 | 26 | 217 | 0 | 127 | 21 | 41 | 470 | 115 | 46 |
| Binary | 10101100 | 10110 | 10001111 | 0 | 1010111 | 10001 | 100001 | 100111000 | 1001101 | 100110 |
Color Harmonies of #AC168F
Complementary color
Monochromatic Colors of #AC168F
Black with #AC168F
Text Example
Text Example
White with #AC168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC168F; }
p { color: rgb(172,22,143); }
H1.HeaderClassName
{
color: #AC168F;
}
.AnyTagClassName
{
color: #AC168F;
}
</style>
background-color css
<style>
a { background-color: #AC168F; }
a { background-color: rgb(172,22,143); }
div.DivClassName
{
background-color: #AC168F;
}
.BgClassName
{
background-color: #AC168F;
}
</style>
border-color css
<style>
span { border-color: #AC168F; }
span { border-color: rgb(172,22,143); }
td.TdClassName
{
border-color: #AC168F;
}
.TagClassName
{
border-color: #AC168F;
}
</style>