Shades of Medium Red Violet #AC3F8A
Tints of Medium Red Violet #AC3F8A
RGB
CMYK
RGB Variations
Color information
#AC3F8A (or 0xAC3F8A) is known color: Medium Red Violet. HEX triplet: AC, 3F and 8A. RGB value is (172,63,138). Sum of RGB (Red+Green+Blue) = 172+63+138=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3F8A is #53C075. Grayscale: #676767. Windows color (decimal): -5488758 or 9060268. OLE color: 9060268.
HSL color Cylindrical-coordinate representation of color #AC3F8A: hue angle of 318.72º 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 #AC3F8A is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 138 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.33 |
| HSL | 318.72º | 0.46% | 0.46% | - |
| HSV(B) | 318.72º | 0.63% | 0.67% | - |
| XYZ | 23.38 | 14.16 | 25.55 | - |
| YUV | 104.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 138 | 0 | 0.63 | 0.20 | 0.33 | 318.72 | 0.46 | 0.46 |
| Hex | AC | 3F | 8A | 0 | 3F | 14 | 21 | 13F | 2E | 2E |
| Octal | 254 | 77 | 212 | 0 | 77 | 24 | 41 | 477 | 56 | 56 |
| Binary | 10101100 | 111111 | 10001010 | 0 | 111111 | 10100 | 100001 | 100111111 | 101110 | 101110 |
Color Harmonies of #AC3F8A
Complementary color
Monochromatic Colors of #AC3F8A
Black with #AC3F8A
Text Example
Text Example
White with #AC3F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F8A; }
p { color: rgb(172,63,138); }
H1.HeaderClassName
{
color: #AC3F8A;
}
.AnyTagClassName
{
color: #AC3F8A;
}
</style>
background-color css
<style>
a { background-color: #AC3F8A; }
a { background-color: rgb(172,63,138); }
div.DivClassName
{
background-color: #AC3F8A;
}
.BgClassName
{
background-color: #AC3F8A;
}
</style>
border-color css
<style>
span { border-color: #AC3F8A; }
span { border-color: rgb(172,63,138); }
td.TdClassName
{
border-color: #AC3F8A;
}
.TagClassName
{
border-color: #AC3F8A;
}
</style>