Shades of Medium Red Violet #AC387F
Tints of Medium Red Violet #AC387F
RGB
CMYK
RGB Variations
Color information
#AC387F (or 0xAC387F) is known color: Medium Red Violet. HEX triplet: AC, 38 and 7F. RGB value is (172,56,127). Sum of RGB (Red+Green+Blue) = 172+56+127=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC387F is #53C780. Grayscale: #626262. Windows color (decimal): -5490561 or 8337580. OLE color: 8337580.
HSL color Cylindrical-coordinate representation of color #AC387F: hue angle of 323.28º 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 #AC387F is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 127 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.33 |
| HSL | 323.28º | 0.51% | 0.45% | - |
| HSV(B) | 323.28º | 0.67% | 0.67% | - |
| XYZ | 22.26 | 13.13 | 21.44 | - |
| YUV | 98.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 127 | 0 | 0.67 | 0.26 | 0.33 | 323.28 | 0.51 | 0.45 |
| Hex | AC | 38 | 7F | 0 | 43 | 1A | 21 | 143 | 33 | 2D |
| Octal | 254 | 70 | 177 | 0 | 103 | 32 | 41 | 503 | 63 | 55 |
| Binary | 10101100 | 111000 | 1111111 | 0 | 1000011 | 11010 | 100001 | 101000011 | 110011 | 101101 |
Color Harmonies of #AC387F
Complementary color
Monochromatic Colors of #AC387F
Black with #AC387F
Text Example
Text Example
White with #AC387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC387F; }
p { color: rgb(172,56,127); }
H1.HeaderClassName
{
color: #AC387F;
}
.AnyTagClassName
{
color: #AC387F;
}
</style>
background-color css
<style>
a { background-color: #AC387F; }
a { background-color: rgb(172,56,127); }
div.DivClassName
{
background-color: #AC387F;
}
.BgClassName
{
background-color: #AC387F;
}
</style>
border-color css
<style>
span { border-color: #AC387F; }
span { border-color: rgb(172,56,127); }
td.TdClassName
{
border-color: #AC387F;
}
.TagClassName
{
border-color: #AC387F;
}
</style>