Shades of Medium Violet Red #AC18A0
Tints of Medium Violet Red #AC18A0
RGB
CMYK
RGB Variations
Color information
#AC18A0 (or 0xAC18A0) is known color: Medium Violet Red. HEX triplet: AC, 18 and A0. RGB value is (172,24,160). Sum of RGB (Red+Green+Blue) = 172+24+160=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC18A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC18A0 is #53E75F. Grayscale: #535353. Windows color (decimal): -5498720 or 10492076. OLE color: 10492076.
HSL color Cylindrical-coordinate representation of color #AC18A0: hue angle of 304.86º 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 #AC18A0 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 160 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.33 |
| HSL | 304.86º | 0.76% | 0.38% | - |
| HSV(B) | 304.86º | 0.86% | 0.67% | - |
| XYZ | 23.69 | 11.96 | 34.32 | - |
| YUV | 83.76 | 171.03 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 160 | 0 | 0.86 | 0.07 | 0.33 | 304.86 | 0.76 | 0.38 |
| Hex | AC | 18 | A0 | 0 | 56 | 7 | 21 | 131 | 4C | 26 |
| Octal | 254 | 30 | 240 | 0 | 126 | 7 | 41 | 461 | 114 | 46 |
| Binary | 10101100 | 11000 | 10100000 | 0 | 1010110 | 111 | 100001 | 100110001 | 1001100 | 100110 |
Color Harmonies of #AC18A0
Complementary color
Monochromatic Colors of #AC18A0
Black with #AC18A0
Text Example
Text Example
White with #AC18A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC18A0; }
p { color: rgb(172,24,160); }
H1.HeaderClassName
{
color: #AC18A0;
}
.AnyTagClassName
{
color: #AC18A0;
}
</style>
background-color css
<style>
a { background-color: #AC18A0; }
a { background-color: rgb(172,24,160); }
div.DivClassName
{
background-color: #AC18A0;
}
.BgClassName
{
background-color: #AC18A0;
}
</style>
border-color css
<style>
span { border-color: #AC18A0; }
span { border-color: rgb(172,24,160); }
td.TdClassName
{
border-color: #AC18A0;
}
.TagClassName
{
border-color: #AC18A0;
}
</style>