Shades of Medium Red Violet #AC3F8F
Tints of Medium Red Violet #AC3F8F
RGB
CMYK
RGB Variations
Color information
#AC3F8F (or 0xAC3F8F) is known color: Medium Red Violet. HEX triplet: AC, 3F and 8F. RGB value is (172,63,143). Sum of RGB (Red+Green+Blue) = 172+63+143=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3F8F is #53C070. Grayscale: #686868. Windows color (decimal): -5488753 or 9387948. OLE color: 9387948.
HSL color Cylindrical-coordinate representation of color #AC3F8F: hue angle of 315.96º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC3F8F is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 143 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.33 |
| HSL | 315.96º | 0.46% | 0.46% | - |
| HSV(B) | 315.96º | 0.63% | 0.67% | - |
| XYZ | 23.75 | 14.31 | 27.5 | - |
| YUV | 104.71 | 149.61 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 143 | 0 | 0.63 | 0.17 | 0.33 | 315.96 | 0.46 | 0.46 |
| Hex | AC | 3F | 8F | 0 | 3F | 11 | 21 | 13C | 2E | 2E |
| Octal | 254 | 77 | 217 | 0 | 77 | 21 | 41 | 474 | 56 | 56 |
| Binary | 10101100 | 111111 | 10001111 | 0 | 111111 | 10001 | 100001 | 100111100 | 101110 | 101110 |
Color Harmonies of #AC3F8F
Complementary color
Monochromatic Colors of #AC3F8F
Black with #AC3F8F
Text Example
Text Example
White with #AC3F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F8F; }
p { color: rgb(172,63,143); }
H1.HeaderClassName
{
color: #AC3F8F;
}
.AnyTagClassName
{
color: #AC3F8F;
}
</style>
background-color css
<style>
a { background-color: #AC3F8F; }
a { background-color: rgb(172,63,143); }
div.DivClassName
{
background-color: #AC3F8F;
}
.BgClassName
{
background-color: #AC3F8F;
}
</style>
border-color css
<style>
span { border-color: #AC3F8F; }
span { border-color: rgb(172,63,143); }
td.TdClassName
{
border-color: #AC3F8F;
}
.TagClassName
{
border-color: #AC3F8F;
}
</style>