Shades of Medium Red Violet #AC387A
Tints of Medium Red Violet #AC387A
RGB
CMYK
RGB Variations
Color information
#AC387A (or 0xAC387A) is known color: Medium Red Violet. HEX triplet: AC, 38 and 7A. RGB value is (172,56,122). Sum of RGB (Red+Green+Blue) = 172+56+122=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC387A is #53C785. Grayscale: #626262. Windows color (decimal): -5490566 or 8009900. OLE color: 8009900.
HSL color Cylindrical-coordinate representation of color #AC387A: hue angle of 325.86º 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 #AC387A is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 122 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.33 |
| HSL | 325.86º | 0.51% | 0.45% | - |
| HSV(B) | 325.86º | 0.67% | 0.67% | - |
| XYZ | 21.94 | 13 | 19.77 | - |
| YUV | 98.21 | 141.43 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 122 | 0 | 0.67 | 0.29 | 0.33 | 325.86 | 0.51 | 0.45 |
| Hex | AC | 38 | 7A | 0 | 43 | 1D | 21 | 146 | 33 | 2D |
| Octal | 254 | 70 | 172 | 0 | 103 | 35 | 41 | 506 | 63 | 55 |
| Binary | 10101100 | 111000 | 1111010 | 0 | 1000011 | 11101 | 100001 | 101000110 | 110011 | 101101 |
Color Harmonies of #AC387A
Complementary color
Monochromatic Colors of #AC387A
Black with #AC387A
Text Example
Text Example
White with #AC387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC387A; }
p { color: rgb(172,56,122); }
H1.HeaderClassName
{
color: #AC387A;
}
.AnyTagClassName
{
color: #AC387A;
}
</style>
background-color css
<style>
a { background-color: #AC387A; }
a { background-color: rgb(172,56,122); }
div.DivClassName
{
background-color: #AC387A;
}
.BgClassName
{
background-color: #AC387A;
}
</style>
border-color css
<style>
span { border-color: #AC387A; }
span { border-color: rgb(172,56,122); }
td.TdClassName
{
border-color: #AC387A;
}
.TagClassName
{
border-color: #AC387A;
}
</style>