Shades of Medium Red Violet #AC2883
Tints of Medium Red Violet #AC2883
RGB
CMYK
RGB Variations
Color information
#AC2883 (or 0xAC2883) is known color: Medium Red Violet. HEX triplet: AC, 28 and 83. RGB value is (172,40,131). Sum of RGB (Red+Green+Blue) = 172+40+131=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2883 is #53D77C. Grayscale: #595959. Windows color (decimal): -5494653 or 8595628. OLE color: 8595628.
HSL color Cylindrical-coordinate representation of color #AC2883: hue angle of 318.64º 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 #AC2883 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 131 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.33 |
| HSL | 318.64º | 0.62% | 0.42% | - |
| HSV(B) | 318.64º | 0.77% | 0.67% | - |
| XYZ | 21.87 | 11.93 | 22.62 | - |
| YUV | 89.84 | 151.23 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 131 | 0 | 0.77 | 0.24 | 0.33 | 318.64 | 0.62 | 0.42 |
| Hex | AC | 28 | 83 | 0 | 4D | 18 | 21 | 13F | 3E | 2A |
| Octal | 254 | 50 | 203 | 0 | 115 | 30 | 41 | 477 | 76 | 52 |
| Binary | 10101100 | 101000 | 10000011 | 0 | 1001101 | 11000 | 100001 | 100111111 | 111110 | 101010 |
Color Harmonies of #AC2883
Complementary color
Monochromatic Colors of #AC2883
Black with #AC2883
Text Example
Text Example
White with #AC2883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2883; }
p { color: rgb(172,40,131); }
H1.HeaderClassName
{
color: #AC2883;
}
.AnyTagClassName
{
color: #AC2883;
}
</style>
background-color css
<style>
a { background-color: #AC2883; }
a { background-color: rgb(172,40,131); }
div.DivClassName
{
background-color: #AC2883;
}
.BgClassName
{
background-color: #AC2883;
}
</style>
border-color css
<style>
span { border-color: #AC2883; }
span { border-color: rgb(172,40,131); }
td.TdClassName
{
border-color: #AC2883;
}
.TagClassName
{
border-color: #AC2883;
}
</style>