Shades of Medium Violet Red #AC18A1
Tints of Medium Violet Red #AC18A1
RGB
CMYK
RGB Variations
Color information
#AC18A1 (or 0xAC18A1) is known color: Medium Violet Red. HEX triplet: AC, 18 and A1. RGB value is (172,24,161). Sum of RGB (Red+Green+Blue) = 172+24+161=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC18A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC18A1 is #53E75E. Grayscale: #535353. Windows color (decimal): -5498719 or 10557612. OLE color: 10557612.
HSL color Cylindrical-coordinate representation of color #AC18A1: hue angle of 304.46º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC18A1 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 161 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.33 |
| HSL | 304.46º | 0.76% | 0.38% | - |
| HSV(B) | 304.46º | 0.86% | 0.67% | - |
| XYZ | 23.77 | 12 | 34.78 | - |
| YUV | 83.87 | 171.53 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 161 | 0 | 0.86 | 0.06 | 0.33 | 304.46 | 0.76 | 0.38 |
| Hex | AC | 18 | A1 | 0 | 56 | 6 | 21 | 130 | 4C | 26 |
| Octal | 254 | 30 | 241 | 0 | 126 | 6 | 41 | 460 | 114 | 46 |
| Binary | 10101100 | 11000 | 10100001 | 0 | 1010110 | 110 | 100001 | 100110000 | 1001100 | 100110 |
Color Harmonies of #AC18A1
Complementary color
Monochromatic Colors of #AC18A1
Black with #AC18A1
Text Example
Text Example
White with #AC18A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC18A1; }
p { color: rgb(172,24,161); }
H1.HeaderClassName
{
color: #AC18A1;
}
.AnyTagClassName
{
color: #AC18A1;
}
</style>
background-color css
<style>
a { background-color: #AC18A1; }
a { background-color: rgb(172,24,161); }
div.DivClassName
{
background-color: #AC18A1;
}
.BgClassName
{
background-color: #AC18A1;
}
</style>
border-color css
<style>
span { border-color: #AC18A1; }
span { border-color: rgb(172,24,161); }
td.TdClassName
{
border-color: #AC18A1;
}
.TagClassName
{
border-color: #AC18A1;
}
</style>