Shades of Medium Red Violet #AC2B7E
Tints of Medium Red Violet #AC2B7E
RGB
CMYK
RGB Variations
Color information
#AC2B7E (or 0xAC2B7E) is known color: Medium Red Violet. HEX triplet: AC, 2B and 7E. RGB value is (172,43,126). Sum of RGB (Red+Green+Blue) = 172+43+126=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2B7E is #53D481. Grayscale: #5A5A5A. Windows color (decimal): -5493890 or 8268716. OLE color: 8268716.
HSL color Cylindrical-coordinate representation of color #AC2B7E: hue angle of 321.4º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC2B7E is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 43 | 126 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.33 |
| HSL | 321.4º | 0.6% | 0.42% | - |
| HSV(B) | 321.4º | 0.75% | 0.67% | - |
| XYZ | 21.64 | 12 | 20.92 | - |
| YUV | 91.03 | 147.74 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 126 | 0 | 0.75 | 0.27 | 0.33 | 321.4 | 0.6 | 0.42 |
| Hex | AC | 2B | 7E | 0 | 4B | 1B | 21 | 141 | 3C | 2A |
| Octal | 254 | 53 | 176 | 0 | 113 | 33 | 41 | 501 | 74 | 52 |
| Binary | 10101100 | 101011 | 1111110 | 0 | 1001011 | 11011 | 100001 | 101000001 | 111100 | 101010 |
Color Harmonies of #AC2B7E
Complementary color
Monochromatic Colors of #AC2B7E
Black with #AC2B7E
Text Example
Text Example
White with #AC2B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2B7E; }
p { color: rgb(172,43,126); }
H1.HeaderClassName
{
color: #AC2B7E;
}
.AnyTagClassName
{
color: #AC2B7E;
}
</style>
background-color css
<style>
a { background-color: #AC2B7E; }
a { background-color: rgb(172,43,126); }
div.DivClassName
{
background-color: #AC2B7E;
}
.BgClassName
{
background-color: #AC2B7E;
}
</style>
border-color css
<style>
span { border-color: #AC2B7E; }
span { border-color: rgb(172,43,126); }
td.TdClassName
{
border-color: #AC2B7E;
}
.TagClassName
{
border-color: #AC2B7E;
}
</style>