Shades of Medium Red Violet #AC4093
Tints of Medium Red Violet #AC4093
RGB
CMYK
RGB Variations
Color information
#AC4093 (or 0xAC4093) is known color: Medium Red Violet. HEX triplet: AC, 40 and 93. RGB value is (172,64,147). Sum of RGB (Red+Green+Blue) = 172+64+147=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4093 is #53BF6C. Grayscale: #696969. Windows color (decimal): -5488493 or 9650348. OLE color: 9650348.
HSL color Cylindrical-coordinate representation of color #AC4093: hue angle of 313.89º 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 #AC4093 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 147 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.33 |
| HSL | 313.89º | 0.46% | 0.46% | - |
| HSV(B) | 313.89º | 0.63% | 0.67% | - |
| XYZ | 24.11 | 14.54 | 29.14 | - |
| YUV | 105.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 147 | 0 | 0.63 | 0.15 | 0.33 | 313.89 | 0.46 | 0.46 |
| Hex | AC | 40 | 93 | 0 | 3F | F | 21 | 13A | 2E | 2E |
| Octal | 254 | 100 | 223 | 0 | 77 | 17 | 41 | 472 | 56 | 56 |
| Binary | 10101100 | 1000000 | 10010011 | 0 | 111111 | 1111 | 100001 | 100111010 | 101110 | 101110 |
Color Harmonies of #AC4093
Complementary color
Monochromatic Colors of #AC4093
Black with #AC4093
Text Example
Text Example
White with #AC4093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4093; }
p { color: rgb(172,64,147); }
H1.HeaderClassName
{
color: #AC4093;
}
.AnyTagClassName
{
color: #AC4093;
}
</style>
background-color css
<style>
a { background-color: #AC4093; }
a { background-color: rgb(172,64,147); }
div.DivClassName
{
background-color: #AC4093;
}
.BgClassName
{
background-color: #AC4093;
}
</style>
border-color css
<style>
span { border-color: #AC4093; }
span { border-color: rgb(172,64,147); }
td.TdClassName
{
border-color: #AC4093;
}
.TagClassName
{
border-color: #AC4093;
}
</style>