Shades of Medium Red Violet #AC2885
Tints of Medium Red Violet #AC2885
RGB
CMYK
RGB Variations
Color information
#AC2885 (or 0xAC2885) is known color: Medium Red Violet. HEX triplet: AC, 28 and 85. RGB value is (172,40,133). Sum of RGB (Red+Green+Blue) = 172+40+133=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2885 is #53D77A. Grayscale: #595959. Windows color (decimal): -5494651 or 8726700. OLE color: 8726700.
HSL color Cylindrical-coordinate representation of color #AC2885: hue angle of 317.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2885 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 133 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.33 |
| HSL | 317.73º | 0.62% | 0.42% | - |
| HSV(B) | 317.73º | 0.77% | 0.67% | - |
| XYZ | 22.01 | 11.98 | 23.34 | - |
| YUV | 90.07 | 152.23 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 133 | 0 | 0.77 | 0.23 | 0.33 | 317.73 | 0.62 | 0.42 |
| Hex | AC | 28 | 85 | 0 | 4D | 17 | 21 | 13E | 3E | 2A |
| Octal | 254 | 50 | 205 | 0 | 115 | 27 | 41 | 476 | 76 | 52 |
| Binary | 10101100 | 101000 | 10000101 | 0 | 1001101 | 10111 | 100001 | 100111110 | 111110 | 101010 |
Color Harmonies of #AC2885
Complementary color
Monochromatic Colors of #AC2885
Black with #AC2885
Text Example
Text Example
White with #AC2885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2885; }
p { color: rgb(172,40,133); }
H1.HeaderClassName
{
color: #AC2885;
}
.AnyTagClassName
{
color: #AC2885;
}
</style>
background-color css
<style>
a { background-color: #AC2885; }
a { background-color: rgb(172,40,133); }
div.DivClassName
{
background-color: #AC2885;
}
.BgClassName
{
background-color: #AC2885;
}
</style>
border-color css
<style>
span { border-color: #AC2885; }
span { border-color: rgb(172,40,133); }
td.TdClassName
{
border-color: #AC2885;
}
.TagClassName
{
border-color: #AC2885;
}
</style>