Shades of Medium Red Violet #AC3893
Tints of Medium Red Violet #AC3893
RGB
CMYK
RGB Variations
Color information
#AC3893 (or 0xAC3893) is known color: Medium Red Violet. HEX triplet: AC, 38 and 93. RGB value is (172,56,147). Sum of RGB (Red+Green+Blue) = 172+56+147=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3893 is #53C76C. Grayscale: #646464. Windows color (decimal): -5490541 or 9648300. OLE color: 9648300.
HSL color Cylindrical-coordinate representation of color #AC3893: hue angle of 312.93º 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 #AC3893 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 147 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.33 |
| HSL | 312.93º | 0.51% | 0.45% | - |
| HSV(B) | 312.93º | 0.67% | 0.67% | - |
| XYZ | 23.69 | 13.71 | 29 | - |
| YUV | 101.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 147 | 0 | 0.67 | 0.15 | 0.33 | 312.93 | 0.51 | 0.45 |
| Hex | AC | 38 | 93 | 0 | 43 | F | 21 | 139 | 33 | 2D |
| Octal | 254 | 70 | 223 | 0 | 103 | 17 | 41 | 471 | 63 | 55 |
| Binary | 10101100 | 111000 | 10010011 | 0 | 1000011 | 1111 | 100001 | 100111001 | 110011 | 101101 |
Color Harmonies of #AC3893
Complementary color
Monochromatic Colors of #AC3893
Black with #AC3893
Text Example
Text Example
White with #AC3893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3893; }
p { color: rgb(172,56,147); }
H1.HeaderClassName
{
color: #AC3893;
}
.AnyTagClassName
{
color: #AC3893;
}
</style>
background-color css
<style>
a { background-color: #AC3893; }
a { background-color: rgb(172,56,147); }
div.DivClassName
{
background-color: #AC3893;
}
.BgClassName
{
background-color: #AC3893;
}
</style>
border-color css
<style>
span { border-color: #AC3893; }
span { border-color: rgb(172,56,147); }
td.TdClassName
{
border-color: #AC3893;
}
.TagClassName
{
border-color: #AC3893;
}
</style>