Shades of Medium Red Violet #AC257C
Tints of Medium Red Violet #AC257C
RGB
CMYK
RGB Variations
Color information
#AC257C (or 0xAC257C) is known color: Medium Red Violet. HEX triplet: AC, 25 and 7C. RGB value is (172,37,124). Sum of RGB (Red+Green+Blue) = 172+37+124=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC257C is #53DA83. Grayscale: #575757. Windows color (decimal): -5495428 or 8136108. OLE color: 8136108.
HSL color Cylindrical-coordinate representation of color #AC257C: hue angle of 321.33º degrees, saturation: 0.65, 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 #AC257C is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 124 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.33 |
| HSL | 321.33º | 0.65% | 0.41% | - |
| HSV(B) | 321.33º | 0.78% | 0.67% | - |
| XYZ | 21.31 | 11.55 | 20.17 | - |
| YUV | 87.28 | 148.73 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 124 | 0 | 0.78 | 0.28 | 0.33 | 321.33 | 0.65 | 0.41 |
| Hex | AC | 25 | 7C | 0 | 4E | 1C | 21 | 141 | 41 | 29 |
| Octal | 254 | 45 | 174 | 0 | 116 | 34 | 41 | 501 | 101 | 51 |
| Binary | 10101100 | 100101 | 1111100 | 0 | 1001110 | 11100 | 100001 | 101000001 | 1000001 | 101001 |
Color Harmonies of #AC257C
Complementary color
Monochromatic Colors of #AC257C
Black with #AC257C
Text Example
Text Example
White with #AC257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC257C; }
p { color: rgb(172,37,124); }
H1.HeaderClassName
{
color: #AC257C;
}
.AnyTagClassName
{
color: #AC257C;
}
</style>
background-color css
<style>
a { background-color: #AC257C; }
a { background-color: rgb(172,37,124); }
div.DivClassName
{
background-color: #AC257C;
}
.BgClassName
{
background-color: #AC257C;
}
</style>
border-color css
<style>
span { border-color: #AC257C; }
span { border-color: rgb(172,37,124); }
td.TdClassName
{
border-color: #AC257C;
}
.TagClassName
{
border-color: #AC257C;
}
</style>