Shades of Medium Red Violet #AC4388
Tints of Medium Red Violet #AC4388
RGB
CMYK
RGB Variations
Color information
#AC4388 (or 0xAC4388) is known color: Medium Red Violet. HEX triplet: AC, 43 and 88. RGB value is (172,67,136). Sum of RGB (Red+Green+Blue) = 172+67+136=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4388 is #53BC77. Grayscale: #6A6A6A. Windows color (decimal): -5487736 or 8930220. OLE color: 8930220.
HSL color Cylindrical-coordinate representation of color #AC4388: hue angle of 320.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4388 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 136 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.33 |
| HSL | 320.57º | 0.44% | 0.47% | - |
| HSV(B) | 320.57º | 0.61% | 0.67% | - |
| XYZ | 23.46 | 14.56 | 24.87 | - |
| YUV | 106.26 | 144.79 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 136 | 0 | 0.61 | 0.21 | 0.33 | 320.57 | 0.44 | 0.47 |
| Hex | AC | 43 | 88 | 0 | 3D | 15 | 21 | 141 | 2C | 2F |
| Octal | 254 | 103 | 210 | 0 | 75 | 25 | 41 | 501 | 54 | 57 |
| Binary | 10101100 | 1000011 | 10001000 | 0 | 111101 | 10101 | 100001 | 101000001 | 101100 | 101111 |
Color Harmonies of #AC4388
Complementary color
Monochromatic Colors of #AC4388
Black with #AC4388
Text Example
Text Example
White with #AC4388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4388; }
p { color: rgb(172,67,136); }
H1.HeaderClassName
{
color: #AC4388;
}
.AnyTagClassName
{
color: #AC4388;
}
</style>
background-color css
<style>
a { background-color: #AC4388; }
a { background-color: rgb(172,67,136); }
div.DivClassName
{
background-color: #AC4388;
}
.BgClassName
{
background-color: #AC4388;
}
</style>
border-color css
<style>
span { border-color: #AC4388; }
span { border-color: rgb(172,67,136); }
td.TdClassName
{
border-color: #AC4388;
}
.TagClassName
{
border-color: #AC4388;
}
</style>