Shades of Medium Red Violet #AC418D
Tints of Medium Red Violet #AC418D
RGB
CMYK
RGB Variations
Color information
#AC418D (or 0xAC418D) is known color: Medium Red Violet. HEX triplet: AC, 41 and 8D. RGB value is (172,65,141). Sum of RGB (Red+Green+Blue) = 172+65+141=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC418D is #53BE72. Grayscale: #696969. Windows color (decimal): -5488243 or 9257388. OLE color: 9257388.
HSL color Cylindrical-coordinate representation of color #AC418D: hue angle of 317.38º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC418D is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 141 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.33 |
| HSL | 317.38º | 0.45% | 0.46% | - |
| HSV(B) | 317.38º | 0.62% | 0.67% | - |
| XYZ | 23.71 | 14.47 | 26.74 | - |
| YUV | 105.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 141 | 0 | 0.62 | 0.18 | 0.33 | 317.38 | 0.45 | 0.46 |
| Hex | AC | 41 | 8D | 0 | 3E | 12 | 21 | 13D | 2D | 2E |
| Octal | 254 | 101 | 215 | 0 | 76 | 22 | 41 | 475 | 55 | 56 |
| Binary | 10101100 | 1000001 | 10001101 | 0 | 111110 | 10010 | 100001 | 100111101 | 101101 | 101110 |
Color Harmonies of #AC418D
Complementary color
Monochromatic Colors of #AC418D
Black with #AC418D
Text Example
Text Example
White with #AC418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC418D; }
p { color: rgb(172,65,141); }
H1.HeaderClassName
{
color: #AC418D;
}
.AnyTagClassName
{
color: #AC418D;
}
</style>
background-color css
<style>
a { background-color: #AC418D; }
a { background-color: rgb(172,65,141); }
div.DivClassName
{
background-color: #AC418D;
}
.BgClassName
{
background-color: #AC418D;
}
</style>
border-color css
<style>
span { border-color: #AC418D; }
span { border-color: rgb(172,65,141); }
td.TdClassName
{
border-color: #AC418D;
}
.TagClassName
{
border-color: #AC418D;
}
</style>