Shades of Medium Red Violet #AC28A6
Tints of Medium Red Violet #AC28A6
RGB
CMYK
RGB Variations
Color information
#AC28A6 (or 0xAC28A6) is known color: Medium Red Violet. HEX triplet: AC, 28 and A6. RGB value is (172,40,166). Sum of RGB (Red+Green+Blue) = 172+40+166=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC28A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC28A6 is #53D759. Grayscale: #5D5D5D. Windows color (decimal): -5494618 or 10889388. OLE color: 10889388.
HSL color Cylindrical-coordinate representation of color #AC28A6: hue angle of 302.73º 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 #AC28A6 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 166 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.33 |
| HSL | 302.73º | 0.62% | 0.42% | - |
| HSV(B) | 302.73º | 0.77% | 0.67% | - |
| XYZ | 24.65 | 13.04 | 37.29 | - |
| YUV | 93.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 166 | 0 | 0.77 | 0.03 | 0.33 | 302.73 | 0.62 | 0.42 |
| Hex | AC | 28 | A6 | 0 | 4D | 3 | 21 | 12F | 3E | 2A |
| Octal | 254 | 50 | 246 | 0 | 115 | 3 | 41 | 457 | 76 | 52 |
| Binary | 10101100 | 101000 | 10100110 | 0 | 1001101 | 11 | 100001 | 100101111 | 111110 | 101010 |
Color Harmonies of #AC28A6
Complementary color
Monochromatic Colors of #AC28A6
Black with #AC28A6
Text Example
Text Example
White with #AC28A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28A6; }
p { color: rgb(172,40,166); }
H1.HeaderClassName
{
color: #AC28A6;
}
.AnyTagClassName
{
color: #AC28A6;
}
</style>
background-color css
<style>
a { background-color: #AC28A6; }
a { background-color: rgb(172,40,166); }
div.DivClassName
{
background-color: #AC28A6;
}
.BgClassName
{
background-color: #AC28A6;
}
</style>
border-color css
<style>
span { border-color: #AC28A6; }
span { border-color: rgb(172,40,166); }
td.TdClassName
{
border-color: #AC28A6;
}
.TagClassName
{
border-color: #AC28A6;
}
</style>