Shades of Medium Red Violet #AC2696
Tints of Medium Red Violet #AC2696
RGB
CMYK
RGB Variations
Color information
#AC2696 (or 0xAC2696) is known color: Medium Red Violet. HEX triplet: AC, 26 and 96. RGB value is (172,38,150). Sum of RGB (Red+Green+Blue) = 172+38+150=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2696 is #53D969. Grayscale: #5A5A5A. Windows color (decimal): -5495146 or 9840300. OLE color: 9840300.
HSL color Cylindrical-coordinate representation of color #AC2696: hue angle of 309.85º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2696 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 150 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.33 |
| HSL | 309.85º | 0.64% | 0.41% | - |
| HSV(B) | 309.85º | 0.78% | 0.67% | - |
| XYZ | 23.21 | 12.36 | 30.02 | - |
| YUV | 90.83 | 161.39 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 150 | 0 | 0.78 | 0.13 | 0.33 | 309.85 | 0.64 | 0.41 |
| Hex | AC | 26 | 96 | 0 | 4E | D | 21 | 136 | 40 | 29 |
| Octal | 254 | 46 | 226 | 0 | 116 | 15 | 41 | 466 | 100 | 51 |
| Binary | 10101100 | 100110 | 10010110 | 0 | 1001110 | 1101 | 100001 | 100110110 | 1000000 | 101001 |
Color Harmonies of #AC2696
Complementary color
Monochromatic Colors of #AC2696
Black with #AC2696
Text Example
Text Example
White with #AC2696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2696; }
p { color: rgb(172,38,150); }
H1.HeaderClassName
{
color: #AC2696;
}
.AnyTagClassName
{
color: #AC2696;
}
</style>
background-color css
<style>
a { background-color: #AC2696; }
a { background-color: rgb(172,38,150); }
div.DivClassName
{
background-color: #AC2696;
}
.BgClassName
{
background-color: #AC2696;
}
</style>
border-color css
<style>
span { border-color: #AC2696; }
span { border-color: rgb(172,38,150); }
td.TdClassName
{
border-color: #AC2696;
}
.TagClassName
{
border-color: #AC2696;
}
</style>