Shades of Medium Red Violet #AC2679
Tints of Medium Red Violet #AC2679
RGB
CMYK
RGB Variations
Color information
#AC2679 (or 0xAC2679) is known color: Medium Red Violet. HEX triplet: AC, 26 and 79. RGB value is (172,38,121). Sum of RGB (Red+Green+Blue) = 172+38+121=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2679 is #53D986. Grayscale: #575757. Windows color (decimal): -5495175 or 7939756. OLE color: 7939756.
HSL color Cylindrical-coordinate representation of color #AC2679: hue angle of 322.84º 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 #AC2679 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 121 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.33 |
| HSL | 322.84º | 0.64% | 0.41% | - |
| HSV(B) | 322.84º | 0.78% | 0.67% | - |
| XYZ | 21.16 | 11.54 | 19.2 | - |
| YUV | 87.53 | 146.89 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 121 | 0 | 0.78 | 0.30 | 0.33 | 322.84 | 0.64 | 0.41 |
| Hex | AC | 26 | 79 | 0 | 4E | 1E | 21 | 143 | 40 | 29 |
| Octal | 254 | 46 | 171 | 0 | 116 | 36 | 41 | 503 | 100 | 51 |
| Binary | 10101100 | 100110 | 1111001 | 0 | 1001110 | 11110 | 100001 | 101000011 | 1000000 | 101001 |
Color Harmonies of #AC2679
Complementary color
Monochromatic Colors of #AC2679
Black with #AC2679
Text Example
Text Example
White with #AC2679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2679; }
p { color: rgb(172,38,121); }
H1.HeaderClassName
{
color: #AC2679;
}
.AnyTagClassName
{
color: #AC2679;
}
</style>
background-color css
<style>
a { background-color: #AC2679; }
a { background-color: rgb(172,38,121); }
div.DivClassName
{
background-color: #AC2679;
}
.BgClassName
{
background-color: #AC2679;
}
</style>
border-color css
<style>
span { border-color: #AC2679; }
span { border-color: rgb(172,38,121); }
td.TdClassName
{
border-color: #AC2679;
}
.TagClassName
{
border-color: #AC2679;
}
</style>