Shades of Medium Red Violet #AC4280
Tints of Medium Red Violet #AC4280
RGB
CMYK
RGB Variations
Color information
#AC4280 (or 0xAC4280) is known color: Medium Red Violet. HEX triplet: AC, 42 and 80. RGB value is (172,66,128). Sum of RGB (Red+Green+Blue) = 172+66+128=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4280 is #53BD7F. Grayscale: #686868. Windows color (decimal): -5488000 or 8405676. OLE color: 8405676.
HSL color Cylindrical-coordinate representation of color #AC4280: hue angle of 324.91º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4280 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 128 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.33 |
| HSL | 324.91º | 0.45% | 0.47% | - |
| HSV(B) | 324.91º | 0.62% | 0.67% | - |
| XYZ | 22.86 | 14.23 | 21.96 | - |
| YUV | 104.76 | 141.12 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 128 | 0 | 0.62 | 0.26 | 0.33 | 324.91 | 0.45 | 0.47 |
| Hex | AC | 42 | 80 | 0 | 3E | 1A | 21 | 145 | 2D | 2F |
| Octal | 254 | 102 | 200 | 0 | 76 | 32 | 41 | 505 | 55 | 57 |
| Binary | 10101100 | 1000010 | 10000000 | 0 | 111110 | 11010 | 100001 | 101000101 | 101101 | 101111 |
Color Harmonies of #AC4280
Complementary color
Monochromatic Colors of #AC4280
Black with #AC4280
Text Example
Text Example
White with #AC4280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4280; }
p { color: rgb(172,66,128); }
H1.HeaderClassName
{
color: #AC4280;
}
.AnyTagClassName
{
color: #AC4280;
}
</style>
background-color css
<style>
a { background-color: #AC4280; }
a { background-color: rgb(172,66,128); }
div.DivClassName
{
background-color: #AC4280;
}
.BgClassName
{
background-color: #AC4280;
}
</style>
border-color css
<style>
span { border-color: #AC4280; }
span { border-color: rgb(172,66,128); }
td.TdClassName
{
border-color: #AC4280;
}
.TagClassName
{
border-color: #AC4280;
}
</style>