Shades of Medium Red Violet #AC388D
Tints of Medium Red Violet #AC388D
RGB
CMYK
RGB Variations
Color information
#AC388D (or 0xAC388D) is known color: Medium Red Violet. HEX triplet: AC, 38 and 8D. RGB value is (172,56,141). Sum of RGB (Red+Green+Blue) = 172+56+141=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC388D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC388D is #53C772. Grayscale: #646464. Windows color (decimal): -5490547 or 9255084. OLE color: 9255084.
HSL color Cylindrical-coordinate representation of color #AC388D: hue angle of 316.03º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC388D is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 141 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.33 |
| HSL | 316.03º | 0.51% | 0.45% | - |
| HSV(B) | 316.03º | 0.67% | 0.67% | - |
| XYZ | 23.24 | 13.52 | 26.58 | - |
| YUV | 100.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 141 | 0 | 0.67 | 0.18 | 0.33 | 316.03 | 0.51 | 0.45 |
| Hex | AC | 38 | 8D | 0 | 43 | 12 | 21 | 13C | 33 | 2D |
| Octal | 254 | 70 | 215 | 0 | 103 | 22 | 41 | 474 | 63 | 55 |
| Binary | 10101100 | 111000 | 10001101 | 0 | 1000011 | 10010 | 100001 | 100111100 | 110011 | 101101 |
Color Harmonies of #AC388D
Complementary color
Monochromatic Colors of #AC388D
Black with #AC388D
Text Example
Text Example
White with #AC388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC388D; }
p { color: rgb(172,56,141); }
H1.HeaderClassName
{
color: #AC388D;
}
.AnyTagClassName
{
color: #AC388D;
}
</style>
background-color css
<style>
a { background-color: #AC388D; }
a { background-color: rgb(172,56,141); }
div.DivClassName
{
background-color: #AC388D;
}
.BgClassName
{
background-color: #AC388D;
}
</style>
border-color css
<style>
span { border-color: #AC388D; }
span { border-color: rgb(172,56,141); }
td.TdClassName
{
border-color: #AC388D;
}
.TagClassName
{
border-color: #AC388D;
}
</style>