Shades of Medium Red Violet #AC367F
Tints of Medium Red Violet #AC367F
RGB
CMYK
RGB Variations
Color information
#AC367F (or 0xAC367F) is known color: Medium Red Violet. HEX triplet: AC, 36 and 7F. RGB value is (172,54,127). Sum of RGB (Red+Green+Blue) = 172+54+127=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC367F is #53C980. Grayscale: #616161. Windows color (decimal): -5491073 or 8337068. OLE color: 8337068.
HSL color Cylindrical-coordinate representation of color #AC367F: hue angle of 322.88º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC367F is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 127 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.33 |
| HSL | 322.88º | 0.52% | 0.44% | - |
| HSV(B) | 322.88º | 0.69% | 0.67% | - |
| XYZ | 22.16 | 12.94 | 21.41 | - |
| YUV | 97.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 127 | 0 | 0.69 | 0.26 | 0.33 | 322.88 | 0.52 | 0.44 |
| Hex | AC | 36 | 7F | 0 | 45 | 1A | 21 | 143 | 34 | 2C |
| Octal | 254 | 66 | 177 | 0 | 105 | 32 | 41 | 503 | 64 | 54 |
| Binary | 10101100 | 110110 | 1111111 | 0 | 1000101 | 11010 | 100001 | 101000011 | 110100 | 101100 |
Color Harmonies of #AC367F
Complementary color
Monochromatic Colors of #AC367F
Black with #AC367F
Text Example
Text Example
White with #AC367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC367F; }
p { color: rgb(172,54,127); }
H1.HeaderClassName
{
color: #AC367F;
}
.AnyTagClassName
{
color: #AC367F;
}
</style>
background-color css
<style>
a { background-color: #AC367F; }
a { background-color: rgb(172,54,127); }
div.DivClassName
{
background-color: #AC367F;
}
.BgClassName
{
background-color: #AC367F;
}
</style>
border-color css
<style>
span { border-color: #AC367F; }
span { border-color: rgb(172,54,127); }
td.TdClassName
{
border-color: #AC367F;
}
.TagClassName
{
border-color: #AC367F;
}
</style>