Shades of Medium Red Violet #AC4089
Tints of Medium Red Violet #AC4089
RGB
CMYK
RGB Variations
Color information
#AC4089 (or 0xAC4089) is known color: Medium Red Violet. HEX triplet: AC, 40 and 89. RGB value is (172,64,137). Sum of RGB (Red+Green+Blue) = 172+64+137=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4089 is #53BF76. Grayscale: #686868. Windows color (decimal): -5488503 or 8994988. OLE color: 8994988.
HSL color Cylindrical-coordinate representation of color #AC4089: hue angle of 319.44º 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 #AC4089 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 137 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.33 |
| HSL | 319.44º | 0.46% | 0.46% | - |
| HSV(B) | 319.44º | 0.63% | 0.67% | - |
| XYZ | 23.36 | 14.24 | 25.18 | - |
| YUV | 104.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 137 | 0 | 0.63 | 0.20 | 0.33 | 319.44 | 0.46 | 0.46 |
| Hex | AC | 40 | 89 | 0 | 3F | 14 | 21 | 13F | 2E | 2E |
| Octal | 254 | 100 | 211 | 0 | 77 | 24 | 41 | 477 | 56 | 56 |
| Binary | 10101100 | 1000000 | 10001001 | 0 | 111111 | 10100 | 100001 | 100111111 | 101110 | 101110 |
Color Harmonies of #AC4089
Complementary color
Monochromatic Colors of #AC4089
Black with #AC4089
Text Example
Text Example
White with #AC4089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4089; }
p { color: rgb(172,64,137); }
H1.HeaderClassName
{
color: #AC4089;
}
.AnyTagClassName
{
color: #AC4089;
}
</style>
background-color css
<style>
a { background-color: #AC4089; }
a { background-color: rgb(172,64,137); }
div.DivClassName
{
background-color: #AC4089;
}
.BgClassName
{
background-color: #AC4089;
}
</style>
border-color css
<style>
span { border-color: #AC4089; }
span { border-color: rgb(172,64,137); }
td.TdClassName
{
border-color: #AC4089;
}
.TagClassName
{
border-color: #AC4089;
}
</style>