Shades of Medium Red Violet #AC388E
Tints of Medium Red Violet #AC388E
RGB
CMYK
RGB Variations
Color information
#AC388E (or 0xAC388E) is known color: Medium Red Violet. HEX triplet: AC, 38 and 8E. RGB value is (172,56,142). Sum of RGB (Red+Green+Blue) = 172+56+142=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC388E is #53C771. Grayscale: #646464. Windows color (decimal): -5490546 or 9320620. OLE color: 9320620.
HSL color Cylindrical-coordinate representation of color #AC388E: hue angle of 315.52º 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 #AC388E is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 142 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.33 |
| HSL | 315.52º | 0.51% | 0.45% | - |
| HSV(B) | 315.52º | 0.67% | 0.67% | - |
| XYZ | 23.31 | 13.55 | 26.98 | - |
| YUV | 100.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 142 | 0 | 0.67 | 0.17 | 0.33 | 315.52 | 0.51 | 0.45 |
| Hex | AC | 38 | 8E | 0 | 43 | 11 | 21 | 13C | 33 | 2D |
| Octal | 254 | 70 | 216 | 0 | 103 | 21 | 41 | 474 | 63 | 55 |
| Binary | 10101100 | 111000 | 10001110 | 0 | 1000011 | 10001 | 100001 | 100111100 | 110011 | 101101 |
Color Harmonies of #AC388E
Complementary color
Monochromatic Colors of #AC388E
Black with #AC388E
Text Example
Text Example
White with #AC388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC388E; }
p { color: rgb(172,56,142); }
H1.HeaderClassName
{
color: #AC388E;
}
.AnyTagClassName
{
color: #AC388E;
}
</style>
background-color css
<style>
a { background-color: #AC388E; }
a { background-color: rgb(172,56,142); }
div.DivClassName
{
background-color: #AC388E;
}
.BgClassName
{
background-color: #AC388E;
}
</style>
border-color css
<style>
span { border-color: #AC388E; }
span { border-color: rgb(172,56,142); }
td.TdClassName
{
border-color: #AC388E;
}
.TagClassName
{
border-color: #AC388E;
}
</style>