Shades of Medium Red Violet #AC256E
Tints of Medium Red Violet #AC256E
RGB
CMYK
RGB Variations
Color information
#AC256E (or 0xAC256E) is known color: Medium Red Violet. HEX triplet: AC, 25 and 6E. RGB value is (172,37,110). Sum of RGB (Red+Green+Blue) = 172+37+110=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC256E is #53DA91. Grayscale: #555555. Windows color (decimal): -5495442 or 7218604. OLE color: 7218604.
HSL color Cylindrical-coordinate representation of color #AC256E: hue angle of 327.56º 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 #AC256E is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 110 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.33 |
| HSL | 327.56º | 0.65% | 0.41% | - |
| HSV(B) | 327.56º | 0.78% | 0.67% | - |
| XYZ | 20.49 | 11.22 | 15.84 | - |
| YUV | 85.69 | 141.73 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 110 | 0 | 0.78 | 0.36 | 0.33 | 327.56 | 0.65 | 0.41 |
| Hex | AC | 25 | 6E | 0 | 4E | 24 | 21 | 148 | 41 | 29 |
| Octal | 254 | 45 | 156 | 0 | 116 | 44 | 41 | 510 | 101 | 51 |
| Binary | 10101100 | 100101 | 1101110 | 0 | 1001110 | 100100 | 100001 | 101001000 | 1000001 | 101001 |
Color Harmonies of #AC256E
Complementary color
Monochromatic Colors of #AC256E
Black with #AC256E
Text Example
Text Example
White with #AC256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC256E; }
p { color: rgb(172,37,110); }
H1.HeaderClassName
{
color: #AC256E;
}
.AnyTagClassName
{
color: #AC256E;
}
</style>
background-color css
<style>
a { background-color: #AC256E; }
a { background-color: rgb(172,37,110); }
div.DivClassName
{
background-color: #AC256E;
}
.BgClassName
{
background-color: #AC256E;
}
</style>
border-color css
<style>
span { border-color: #AC256E; }
span { border-color: rgb(172,37,110); }
td.TdClassName
{
border-color: #AC256E;
}
.TagClassName
{
border-color: #AC256E;
}
</style>