Shades of Medium Red Violet #AC4184
Tints of Medium Red Violet #AC4184
RGB
CMYK
RGB Variations
Color information
#AC4184 (or 0xAC4184) is known color: Medium Red Violet. HEX triplet: AC, 41 and 84. RGB value is (172,65,132). Sum of RGB (Red+Green+Blue) = 172+65+132=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4184 is #53BE7B. Grayscale: #686868. Windows color (decimal): -5488252 or 8667564. OLE color: 8667564.
HSL color Cylindrical-coordinate representation of color #AC4184: hue angle of 322.43º 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 #AC4184 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 132 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.33 |
| HSL | 322.43º | 0.45% | 0.46% | - |
| HSV(B) | 322.43º | 0.62% | 0.67% | - |
| XYZ | 23.07 | 14.22 | 23.36 | - |
| YUV | 104.63 | 143.45 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 132 | 0 | 0.62 | 0.23 | 0.33 | 322.43 | 0.45 | 0.46 |
| Hex | AC | 41 | 84 | 0 | 3E | 17 | 21 | 142 | 2D | 2E |
| Octal | 254 | 101 | 204 | 0 | 76 | 27 | 41 | 502 | 55 | 56 |
| Binary | 10101100 | 1000001 | 10000100 | 0 | 111110 | 10111 | 100001 | 101000010 | 101101 | 101110 |
Color Harmonies of #AC4184
Complementary color
Monochromatic Colors of #AC4184
Black with #AC4184
Text Example
Text Example
White with #AC4184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4184; }
p { color: rgb(172,65,132); }
H1.HeaderClassName
{
color: #AC4184;
}
.AnyTagClassName
{
color: #AC4184;
}
</style>
background-color css
<style>
a { background-color: #AC4184; }
a { background-color: rgb(172,65,132); }
div.DivClassName
{
background-color: #AC4184;
}
.BgClassName
{
background-color: #AC4184;
}
</style>
border-color css
<style>
span { border-color: #AC4184; }
span { border-color: rgb(172,65,132); }
td.TdClassName
{
border-color: #AC4184;
}
.TagClassName
{
border-color: #AC4184;
}
</style>