Shades of Medium Red Violet #AC387E
Tints of Medium Red Violet #AC387E
RGB
CMYK
RGB Variations
Color information
#AC387E (or 0xAC387E) is known color: Medium Red Violet. HEX triplet: AC, 38 and 7E. RGB value is (172,56,126). Sum of RGB (Red+Green+Blue) = 172+56+126=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC387E is #53C781. Grayscale: #626262. Windows color (decimal): -5490562 or 8272044. OLE color: 8272044.
HSL color Cylindrical-coordinate representation of color #AC387E: hue angle of 323.79º 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 #AC387E is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 126 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.33 |
| HSL | 323.79º | 0.51% | 0.45% | - |
| HSV(B) | 323.79º | 0.67% | 0.67% | - |
| XYZ | 22.19 | 13.11 | 21.1 | - |
| YUV | 98.66 | 143.43 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 126 | 0 | 0.67 | 0.27 | 0.33 | 323.79 | 0.51 | 0.45 |
| Hex | AC | 38 | 7E | 0 | 43 | 1B | 21 | 144 | 33 | 2D |
| Octal | 254 | 70 | 176 | 0 | 103 | 33 | 41 | 504 | 63 | 55 |
| Binary | 10101100 | 111000 | 1111110 | 0 | 1000011 | 11011 | 100001 | 101000100 | 110011 | 101101 |
Color Harmonies of #AC387E
Complementary color
Monochromatic Colors of #AC387E
Black with #AC387E
Text Example
Text Example
White with #AC387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC387E; }
p { color: rgb(172,56,126); }
H1.HeaderClassName
{
color: #AC387E;
}
.AnyTagClassName
{
color: #AC387E;
}
</style>
background-color css
<style>
a { background-color: #AC387E; }
a { background-color: rgb(172,56,126); }
div.DivClassName
{
background-color: #AC387E;
}
.BgClassName
{
background-color: #AC387E;
}
</style>
border-color css
<style>
span { border-color: #AC387E; }
span { border-color: rgb(172,56,126); }
td.TdClassName
{
border-color: #AC387E;
}
.TagClassName
{
border-color: #AC387E;
}
</style>