Shades of Medium Red Violet #AC387B
Tints of Medium Red Violet #AC387B
RGB
CMYK
RGB Variations
Color information
#AC387B (or 0xAC387B) is known color: Medium Red Violet. HEX triplet: AC, 38 and 7B. RGB value is (172,56,123). Sum of RGB (Red+Green+Blue) = 172+56+123=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC387B is #53C784. Grayscale: #626262. Windows color (decimal): -5490565 or 8075436. OLE color: 8075436.
HSL color Cylindrical-coordinate representation of color #AC387B: hue angle of 325.34º 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 #AC387B is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 123 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.33 |
| HSL | 325.34º | 0.51% | 0.45% | - |
| HSV(B) | 325.34º | 0.67% | 0.67% | - |
| XYZ | 22 | 13.03 | 20.09 | - |
| YUV | 98.32 | 141.93 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 123 | 0 | 0.67 | 0.28 | 0.33 | 325.34 | 0.51 | 0.45 |
| Hex | AC | 38 | 7B | 0 | 43 | 1C | 21 | 145 | 33 | 2D |
| Octal | 254 | 70 | 173 | 0 | 103 | 34 | 41 | 505 | 63 | 55 |
| Binary | 10101100 | 111000 | 1111011 | 0 | 1000011 | 11100 | 100001 | 101000101 | 110011 | 101101 |
Color Harmonies of #AC387B
Complementary color
Monochromatic Colors of #AC387B
Black with #AC387B
Text Example
Text Example
White with #AC387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC387B; }
p { color: rgb(172,56,123); }
H1.HeaderClassName
{
color: #AC387B;
}
.AnyTagClassName
{
color: #AC387B;
}
</style>
background-color css
<style>
a { background-color: #AC387B; }
a { background-color: rgb(172,56,123); }
div.DivClassName
{
background-color: #AC387B;
}
.BgClassName
{
background-color: #AC387B;
}
</style>
border-color css
<style>
span { border-color: #AC387B; }
span { border-color: rgb(172,56,123); }
td.TdClassName
{
border-color: #AC387B;
}
.TagClassName
{
border-color: #AC387B;
}
</style>