Shades of Medium Red Violet #AC3883
Tints of Medium Red Violet #AC3883
RGB
CMYK
RGB Variations
Color information
#AC3883 (or 0xAC3883) is known color: Medium Red Violet. HEX triplet: AC, 38 and 83. RGB value is (172,56,131). Sum of RGB (Red+Green+Blue) = 172+56+131=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3883 is #53C77C. Grayscale: #636363. Windows color (decimal): -5490557 or 8599724. OLE color: 8599724.
HSL color Cylindrical-coordinate representation of color #AC3883: hue angle of 321.21º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC3883 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 131 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.33 |
| HSL | 321.21º | 0.51% | 0.45% | - |
| HSV(B) | 321.21º | 0.67% | 0.67% | - |
| XYZ | 22.52 | 13.24 | 22.84 | - |
| YUV | 99.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 131 | 0 | 0.67 | 0.24 | 0.33 | 321.21 | 0.51 | 0.45 |
| Hex | AC | 38 | 83 | 0 | 43 | 18 | 21 | 141 | 33 | 2D |
| Octal | 254 | 70 | 203 | 0 | 103 | 30 | 41 | 501 | 63 | 55 |
| Binary | 10101100 | 111000 | 10000011 | 0 | 1000011 | 11000 | 100001 | 101000001 | 110011 | 101101 |
Color Harmonies of #AC3883
Complementary color
Monochromatic Colors of #AC3883
Black with #AC3883
Text Example
Text Example
White with #AC3883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3883; }
p { color: rgb(172,56,131); }
H1.HeaderClassName
{
color: #AC3883;
}
.AnyTagClassName
{
color: #AC3883;
}
</style>
background-color css
<style>
a { background-color: #AC3883; }
a { background-color: rgb(172,56,131); }
div.DivClassName
{
background-color: #AC3883;
}
.BgClassName
{
background-color: #AC3883;
}
</style>
border-color css
<style>
span { border-color: #AC3883; }
span { border-color: rgb(172,56,131); }
td.TdClassName
{
border-color: #AC3883;
}
.TagClassName
{
border-color: #AC3883;
}
</style>