Shades of Medium Red Violet #AC2878
Tints of Medium Red Violet #AC2878
RGB
CMYK
RGB Variations
Color information
#AC2878 (or 0xAC2878) is known color: Medium Red Violet. HEX triplet: AC, 28 and 78. RGB value is (172,40,120). Sum of RGB (Red+Green+Blue) = 172+40+120=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2878 is #53D787. Grayscale: #585858. Windows color (decimal): -5494664 or 7874732. OLE color: 7874732.
HSL color Cylindrical-coordinate representation of color #AC2878: hue angle of 323.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 #AC2878 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 120 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.33 |
| HSL | 323.64º | 0.62% | 0.42% | - |
| HSV(B) | 323.64º | 0.77% | 0.67% | - |
| XYZ | 21.16 | 11.64 | 18.9 | - |
| YUV | 88.59 | 145.73 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 120 | 0 | 0.77 | 0.30 | 0.33 | 323.64 | 0.62 | 0.42 |
| Hex | AC | 28 | 78 | 0 | 4D | 1E | 21 | 144 | 3E | 2A |
| Octal | 254 | 50 | 170 | 0 | 115 | 36 | 41 | 504 | 76 | 52 |
| Binary | 10101100 | 101000 | 1111000 | 0 | 1001101 | 11110 | 100001 | 101000100 | 111110 | 101010 |
Color Harmonies of #AC2878
Complementary color
Monochromatic Colors of #AC2878
Black with #AC2878
Text Example
Text Example
White with #AC2878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2878; }
p { color: rgb(172,40,120); }
H1.HeaderClassName
{
color: #AC2878;
}
.AnyTagClassName
{
color: #AC2878;
}
</style>
background-color css
<style>
a { background-color: #AC2878; }
a { background-color: rgb(172,40,120); }
div.DivClassName
{
background-color: #AC2878;
}
.BgClassName
{
background-color: #AC2878;
}
</style>
border-color css
<style>
span { border-color: #AC2878; }
span { border-color: rgb(172,40,120); }
td.TdClassName
{
border-color: #AC2878;
}
.TagClassName
{
border-color: #AC2878;
}
</style>