Shades of Medium Red Violet #AC4189
Tints of Medium Red Violet #AC4189
RGB
CMYK
RGB Variations
Color information
#AC4189 (or 0xAC4189) is known color: Medium Red Violet. HEX triplet: AC, 41 and 89. RGB value is (172,65,137). Sum of RGB (Red+Green+Blue) = 172+65+137=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4189 is #53BE76. Grayscale: #696969. Windows color (decimal): -5488247 or 8995244. OLE color: 8995244.
HSL color Cylindrical-coordinate representation of color #AC4189: hue angle of 319.63º 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 #AC4189 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 137 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.33 |
| HSL | 319.63º | 0.45% | 0.46% | - |
| HSV(B) | 319.63º | 0.62% | 0.67% | - |
| XYZ | 23.42 | 14.36 | 25.2 | - |
| YUV | 105.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 137 | 0 | 0.62 | 0.20 | 0.33 | 319.63 | 0.45 | 0.46 |
| Hex | AC | 41 | 89 | 0 | 3E | 14 | 21 | 140 | 2D | 2E |
| Octal | 254 | 101 | 211 | 0 | 76 | 24 | 41 | 500 | 55 | 56 |
| Binary | 10101100 | 1000001 | 10001001 | 0 | 111110 | 10100 | 100001 | 101000000 | 101101 | 101110 |
Color Harmonies of #AC4189
Complementary color
Monochromatic Colors of #AC4189
Black with #AC4189
Text Example
Text Example
White with #AC4189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4189; }
p { color: rgb(172,65,137); }
H1.HeaderClassName
{
color: #AC4189;
}
.AnyTagClassName
{
color: #AC4189;
}
</style>
background-color css
<style>
a { background-color: #AC4189; }
a { background-color: rgb(172,65,137); }
div.DivClassName
{
background-color: #AC4189;
}
.BgClassName
{
background-color: #AC4189;
}
</style>
border-color css
<style>
span { border-color: #AC4189; }
span { border-color: rgb(172,65,137); }
td.TdClassName
{
border-color: #AC4189;
}
.TagClassName
{
border-color: #AC4189;
}
</style>