Shades of Medium Red Violet #AC2694
Tints of Medium Red Violet #AC2694
RGB
CMYK
RGB Variations
Color information
#AC2694 (or 0xAC2694) is known color: Medium Red Violet. HEX triplet: AC, 26 and 94. RGB value is (172,38,148). Sum of RGB (Red+Green+Blue) = 172+38+148=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2694 is #53D96B. Grayscale: #5A5A5A. Windows color (decimal): -5495148 or 9709228. OLE color: 9709228.
HSL color Cylindrical-coordinate representation of color #AC2694: hue angle of 310.75º 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 #AC2694 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 148 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.33 |
| HSL | 310.75º | 0.64% | 0.41% | - |
| HSV(B) | 310.75º | 0.78% | 0.67% | - |
| XYZ | 23.05 | 12.3 | 29.18 | - |
| YUV | 90.61 | 160.39 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 148 | 0 | 0.78 | 0.14 | 0.33 | 310.75 | 0.64 | 0.41 |
| Hex | AC | 26 | 94 | 0 | 4E | E | 21 | 137 | 40 | 29 |
| Octal | 254 | 46 | 224 | 0 | 116 | 16 | 41 | 467 | 100 | 51 |
| Binary | 10101100 | 100110 | 10010100 | 0 | 1001110 | 1110 | 100001 | 100110111 | 1000000 | 101001 |
Color Harmonies of #AC2694
Complementary color
Monochromatic Colors of #AC2694
Black with #AC2694
Text Example
Text Example
White with #AC2694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2694; }
p { color: rgb(172,38,148); }
H1.HeaderClassName
{
color: #AC2694;
}
.AnyTagClassName
{
color: #AC2694;
}
</style>
background-color css
<style>
a { background-color: #AC2694; }
a { background-color: rgb(172,38,148); }
div.DivClassName
{
background-color: #AC2694;
}
.BgClassName
{
background-color: #AC2694;
}
</style>
border-color css
<style>
span { border-color: #AC2694; }
span { border-color: rgb(172,38,148); }
td.TdClassName
{
border-color: #AC2694;
}
.TagClassName
{
border-color: #AC2694;
}
</style>