Shades of Medium Red Violet #AC4883
Tints of Medium Red Violet #AC4883
RGB
CMYK
RGB Variations
Color information
#AC4883 (or 0xAC4883) is known color: Medium Red Violet. HEX triplet: AC, 48 and 83. RGB value is (172,72,131). Sum of RGB (Red+Green+Blue) = 172+72+131=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4883 is #53B77C. Grayscale: #6C6C6C. Windows color (decimal): -5486461 or 8603820. OLE color: 8603820.
HSL color Cylindrical-coordinate representation of color #AC4883: hue angle of 324.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4883 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 131 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.33 |
| HSL | 324.6º | 0.41% | 0.48% | - |
| HSV(B) | 324.6º | 0.58% | 0.67% | - |
| XYZ | 23.43 | 15.04 | 23.14 | - |
| YUV | 108.63 | 140.63 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 131 | 0 | 0.58 | 0.24 | 0.33 | 324.6 | 0.41 | 0.48 |
| Hex | AC | 48 | 83 | 0 | 3A | 18 | 21 | 145 | 29 | 30 |
| Octal | 254 | 110 | 203 | 0 | 72 | 30 | 41 | 505 | 51 | 60 |
| Binary | 10101100 | 1001000 | 10000011 | 0 | 111010 | 11000 | 100001 | 101000101 | 101001 | 110000 |
Color Harmonies of #AC4883
Complementary color
Monochromatic Colors of #AC4883
Black with #AC4883
Text Example
Text Example
White with #AC4883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4883; }
p { color: rgb(172,72,131); }
H1.HeaderClassName
{
color: #AC4883;
}
.AnyTagClassName
{
color: #AC4883;
}
</style>
background-color css
<style>
a { background-color: #AC4883; }
a { background-color: rgb(172,72,131); }
div.DivClassName
{
background-color: #AC4883;
}
.BgClassName
{
background-color: #AC4883;
}
</style>
border-color css
<style>
span { border-color: #AC4883; }
span { border-color: rgb(172,72,131); }
td.TdClassName
{
border-color: #AC4883;
}
.TagClassName
{
border-color: #AC4883;
}
</style>