Shades of Medium Red Violet #AC4193
Tints of Medium Red Violet #AC4193
RGB
CMYK
RGB Variations
Color information
#AC4193 (or 0xAC4193) is known color: Medium Red Violet. HEX triplet: AC, 41 and 93. RGB value is (172,65,147). Sum of RGB (Red+Green+Blue) = 172+65+147=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4193 is #53BE6C. Grayscale: #6A6A6A. Windows color (decimal): -5488237 or 9650604. OLE color: 9650604.
HSL color Cylindrical-coordinate representation of color #AC4193: hue angle of 314.02º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4193 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 147 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.33 |
| HSL | 314.02º | 0.45% | 0.46% | - |
| HSV(B) | 314.02º | 0.62% | 0.67% | - |
| XYZ | 24.17 | 14.66 | 29.16 | - |
| YUV | 106.34 | 150.95 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 147 | 0 | 0.62 | 0.15 | 0.33 | 314.02 | 0.45 | 0.46 |
| Hex | AC | 41 | 93 | 0 | 3E | F | 21 | 13A | 2D | 2E |
| Octal | 254 | 101 | 223 | 0 | 76 | 17 | 41 | 472 | 55 | 56 |
| Binary | 10101100 | 1000001 | 10010011 | 0 | 111110 | 1111 | 100001 | 100111010 | 101101 | 101110 |
Color Harmonies of #AC4193
Complementary color
Monochromatic Colors of #AC4193
Black with #AC4193
Text Example
Text Example
White with #AC4193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4193; }
p { color: rgb(172,65,147); }
H1.HeaderClassName
{
color: #AC4193;
}
.AnyTagClassName
{
color: #AC4193;
}
</style>
background-color css
<style>
a { background-color: #AC4193; }
a { background-color: rgb(172,65,147); }
div.DivClassName
{
background-color: #AC4193;
}
.BgClassName
{
background-color: #AC4193;
}
</style>
border-color css
<style>
span { border-color: #AC4193; }
span { border-color: rgb(172,65,147); }
td.TdClassName
{
border-color: #AC4193;
}
.TagClassName
{
border-color: #AC4193;
}
</style>