Shades of Medium Red Violet #AC28A0
Tints of Medium Red Violet #AC28A0
RGB
CMYK
RGB Variations
Color information
#AC28A0 (or 0xAC28A0) is known color: Medium Red Violet. HEX triplet: AC, 28 and A0. RGB value is (172,40,160). Sum of RGB (Red+Green+Blue) = 172+40+160=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC28A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC28A0 is #53D75F. Grayscale: #5C5C5C. Windows color (decimal): -5494624 or 10496172. OLE color: 10496172.
HSL color Cylindrical-coordinate representation of color #AC28A0: hue angle of 305.45º 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 #AC28A0 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 160 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.33 |
| HSL | 305.45º | 0.62% | 0.42% | - |
| HSV(B) | 305.45º | 0.77% | 0.67% | - |
| XYZ | 24.12 | 12.83 | 34.46 | - |
| YUV | 93.15 | 165.73 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 160 | 0 | 0.77 | 0.07 | 0.33 | 305.45 | 0.62 | 0.42 |
| Hex | AC | 28 | A0 | 0 | 4D | 7 | 21 | 131 | 3E | 2A |
| Octal | 254 | 50 | 240 | 0 | 115 | 7 | 41 | 461 | 76 | 52 |
| Binary | 10101100 | 101000 | 10100000 | 0 | 1001101 | 111 | 100001 | 100110001 | 111110 | 101010 |
Color Harmonies of #AC28A0
Complementary color
Monochromatic Colors of #AC28A0
Black with #AC28A0
Text Example
Text Example
White with #AC28A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28A0; }
p { color: rgb(172,40,160); }
H1.HeaderClassName
{
color: #AC28A0;
}
.AnyTagClassName
{
color: #AC28A0;
}
</style>
background-color css
<style>
a { background-color: #AC28A0; }
a { background-color: rgb(172,40,160); }
div.DivClassName
{
background-color: #AC28A0;
}
.BgClassName
{
background-color: #AC28A0;
}
</style>
border-color css
<style>
span { border-color: #AC28A0; }
span { border-color: rgb(172,40,160); }
td.TdClassName
{
border-color: #AC28A0;
}
.TagClassName
{
border-color: #AC28A0;
}
</style>