Shades of Medium Red Violet #AC3880
Tints of Medium Red Violet #AC3880
RGB
CMYK
RGB Variations
Color information
#AC3880 (or 0xAC3880) is known color: Medium Red Violet. HEX triplet: AC, 38 and 80. RGB value is (172,56,128). Sum of RGB (Red+Green+Blue) = 172+56+128=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3880 is #53C77F. Grayscale: #626262. Windows color (decimal): -5490560 or 8403116. OLE color: 8403116.
HSL color Cylindrical-coordinate representation of color #AC3880: hue angle of 322.76º 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 #AC3880 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 128 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.33 |
| HSL | 322.76º | 0.51% | 0.45% | - |
| HSV(B) | 322.76º | 0.67% | 0.67% | - |
| XYZ | 22.32 | 13.16 | 21.79 | - |
| YUV | 98.89 | 144.43 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 128 | 0 | 0.67 | 0.26 | 0.33 | 322.76 | 0.51 | 0.45 |
| Hex | AC | 38 | 80 | 0 | 43 | 1A | 21 | 143 | 33 | 2D |
| Octal | 254 | 70 | 200 | 0 | 103 | 32 | 41 | 503 | 63 | 55 |
| Binary | 10101100 | 111000 | 10000000 | 0 | 1000011 | 11010 | 100001 | 101000011 | 110011 | 101101 |
Color Harmonies of #AC3880
Complementary color
Monochromatic Colors of #AC3880
Black with #AC3880
Text Example
Text Example
White with #AC3880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3880; }
p { color: rgb(172,56,128); }
H1.HeaderClassName
{
color: #AC3880;
}
.AnyTagClassName
{
color: #AC3880;
}
</style>
background-color css
<style>
a { background-color: #AC3880; }
a { background-color: rgb(172,56,128); }
div.DivClassName
{
background-color: #AC3880;
}
.BgClassName
{
background-color: #AC3880;
}
</style>
border-color css
<style>
span { border-color: #AC3880; }
span { border-color: rgb(172,56,128); }
td.TdClassName
{
border-color: #AC3880;
}
.TagClassName
{
border-color: #AC3880;
}
</style>