Shades of Medium Red Violet #AC417E
Tints of Medium Red Violet #AC417E
RGB
CMYK
RGB Variations
Color information
#AC417E (or 0xAC417E) is known color: Medium Red Violet. HEX triplet: AC, 41 and 7E. RGB value is (172,65,126). Sum of RGB (Red+Green+Blue) = 172+65+126=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC417E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC417E is #53BE81. Grayscale: #676767. Windows color (decimal): -5488258 or 8274348. OLE color: 8274348.
HSL color Cylindrical-coordinate representation of color #AC417E: hue angle of 325.79º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC417E is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 126 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.33 |
| HSL | 325.79º | 0.45% | 0.46% | - |
| HSV(B) | 325.79º | 0.62% | 0.67% | - |
| XYZ | 22.67 | 14.06 | 21.26 | - |
| YUV | 103.95 | 140.45 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 126 | 0 | 0.62 | 0.27 | 0.33 | 325.79 | 0.45 | 0.46 |
| Hex | AC | 41 | 7E | 0 | 3E | 1B | 21 | 146 | 2D | 2E |
| Octal | 254 | 101 | 176 | 0 | 76 | 33 | 41 | 506 | 55 | 56 |
| Binary | 10101100 | 1000001 | 1111110 | 0 | 111110 | 11011 | 100001 | 101000110 | 101101 | 101110 |
Color Harmonies of #AC417E
Complementary color
Monochromatic Colors of #AC417E
Black with #AC417E
Text Example
Text Example
White with #AC417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC417E; }
p { color: rgb(172,65,126); }
H1.HeaderClassName
{
color: #AC417E;
}
.AnyTagClassName
{
color: #AC417E;
}
</style>
background-color css
<style>
a { background-color: #AC417E; }
a { background-color: rgb(172,65,126); }
div.DivClassName
{
background-color: #AC417E;
}
.BgClassName
{
background-color: #AC417E;
}
</style>
border-color css
<style>
span { border-color: #AC417E; }
span { border-color: rgb(172,65,126); }
td.TdClassName
{
border-color: #AC417E;
}
.TagClassName
{
border-color: #AC417E;
}
</style>