Shades of Medium Red Violet #AC367D
Tints of Medium Red Violet #AC367D
RGB
CMYK
RGB Variations
Color information
#AC367D (or 0xAC367D) is known color: Medium Red Violet. HEX triplet: AC, 36 and 7D. RGB value is (172,54,125). Sum of RGB (Red+Green+Blue) = 172+54+125=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC367D is #53C982. Grayscale: #616161. Windows color (decimal): -5491075 or 8205996. OLE color: 8205996.
HSL color Cylindrical-coordinate representation of color #AC367D: hue angle of 323.9º 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 #AC367D is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 125 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.33 |
| HSL | 323.9º | 0.52% | 0.44% | - |
| HSV(B) | 323.9º | 0.69% | 0.67% | - |
| XYZ | 22.03 | 12.89 | 20.73 | - |
| YUV | 97.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 125 | 0 | 0.69 | 0.27 | 0.33 | 323.9 | 0.52 | 0.44 |
| Hex | AC | 36 | 7D | 0 | 45 | 1B | 21 | 144 | 34 | 2C |
| Octal | 254 | 66 | 175 | 0 | 105 | 33 | 41 | 504 | 64 | 54 |
| Binary | 10101100 | 110110 | 1111101 | 0 | 1000101 | 11011 | 100001 | 101000100 | 110100 | 101100 |
Color Harmonies of #AC367D
Complementary color
Monochromatic Colors of #AC367D
Black with #AC367D
Text Example
Text Example
White with #AC367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC367D; }
p { color: rgb(172,54,125); }
H1.HeaderClassName
{
color: #AC367D;
}
.AnyTagClassName
{
color: #AC367D;
}
</style>
background-color css
<style>
a { background-color: #AC367D; }
a { background-color: rgb(172,54,125); }
div.DivClassName
{
background-color: #AC367D;
}
.BgClassName
{
background-color: #AC367D;
}
</style>
border-color css
<style>
span { border-color: #AC367D; }
span { border-color: rgb(172,54,125); }
td.TdClassName
{
border-color: #AC367D;
}
.TagClassName
{
border-color: #AC367D;
}
</style>