Shades of Medium Red Violet #AC2384
Tints of Medium Red Violet #AC2384
RGB
CMYK
RGB Variations
Color information
#AC2384 (or 0xAC2384) is known color: Medium Red Violet. HEX triplet: AC, 23 and 84. RGB value is (172,35,132). Sum of RGB (Red+Green+Blue) = 172+35+132=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2384 is #53DC7B. Grayscale: #565656. Windows color (decimal): -5495932 or 8659884. OLE color: 8659884.
HSL color Cylindrical-coordinate representation of color #AC2384: hue angle of 317.52º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2384 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 132 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.33 |
| HSL | 317.52º | 0.66% | 0.41% | - |
| HSV(B) | 317.52º | 0.8% | 0.67% | - |
| XYZ | 21.78 | 11.64 | 22.93 | - |
| YUV | 87.02 | 153.39 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 132 | 0 | 0.80 | 0.23 | 0.33 | 317.52 | 0.66 | 0.41 |
| Hex | AC | 23 | 84 | 0 | 50 | 17 | 21 | 13E | 42 | 29 |
| Octal | 254 | 43 | 204 | 0 | 120 | 27 | 41 | 476 | 102 | 51 |
| Binary | 10101100 | 100011 | 10000100 | 0 | 1010000 | 10111 | 100001 | 100111110 | 1000010 | 101001 |
Color Harmonies of #AC2384
Complementary color
Monochromatic Colors of #AC2384
Black with #AC2384
Text Example
Text Example
White with #AC2384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2384; }
p { color: rgb(172,35,132); }
H1.HeaderClassName
{
color: #AC2384;
}
.AnyTagClassName
{
color: #AC2384;
}
</style>
background-color css
<style>
a { background-color: #AC2384; }
a { background-color: rgb(172,35,132); }
div.DivClassName
{
background-color: #AC2384;
}
.BgClassName
{
background-color: #AC2384;
}
</style>
border-color css
<style>
span { border-color: #AC2384; }
span { border-color: rgb(172,35,132); }
td.TdClassName
{
border-color: #AC2384;
}
.TagClassName
{
border-color: #AC2384;
}
</style>