Shades of Medium Red Violet #AC257D
Tints of Medium Red Violet #AC257D
RGB
CMYK
RGB Variations
Color information
#AC257D (or 0xAC257D) is known color: Medium Red Violet. HEX triplet: AC, 25 and 7D. RGB value is (172,37,125). Sum of RGB (Red+Green+Blue) = 172+37+125=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC257D is #53DA82. Grayscale: #575757. Windows color (decimal): -5495427 or 8201644. OLE color: 8201644.
HSL color Cylindrical-coordinate representation of color #AC257D: hue angle of 320.89º 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 #AC257D is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 125 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.33 |
| HSL | 320.89º | 0.65% | 0.41% | - |
| HSV(B) | 320.89º | 0.78% | 0.67% | - |
| XYZ | 21.38 | 11.57 | 20.51 | - |
| YUV | 87.4 | 149.23 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 125 | 0 | 0.78 | 0.27 | 0.33 | 320.89 | 0.65 | 0.41 |
| Hex | AC | 25 | 7D | 0 | 4E | 1B | 21 | 141 | 41 | 29 |
| Octal | 254 | 45 | 175 | 0 | 116 | 33 | 41 | 501 | 101 | 51 |
| Binary | 10101100 | 100101 | 1111101 | 0 | 1001110 | 11011 | 100001 | 101000001 | 1000001 | 101001 |
Color Harmonies of #AC257D
Complementary color
Monochromatic Colors of #AC257D
Black with #AC257D
Text Example
Text Example
White with #AC257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC257D; }
p { color: rgb(172,37,125); }
H1.HeaderClassName
{
color: #AC257D;
}
.AnyTagClassName
{
color: #AC257D;
}
</style>
background-color css
<style>
a { background-color: #AC257D; }
a { background-color: rgb(172,37,125); }
div.DivClassName
{
background-color: #AC257D;
}
.BgClassName
{
background-color: #AC257D;
}
</style>
border-color css
<style>
span { border-color: #AC257D; }
span { border-color: rgb(172,37,125); }
td.TdClassName
{
border-color: #AC257D;
}
.TagClassName
{
border-color: #AC257D;
}
</style>