Shades of Medium Red Violet #AC407F
Tints of Medium Red Violet #AC407F
RGB
CMYK
RGB Variations
Color information
#AC407F (or 0xAC407F) is known color: Medium Red Violet. HEX triplet: AC, 40 and 7F. RGB value is (172,64,127). Sum of RGB (Red+Green+Blue) = 172+64+127=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC407F is #53BF80. Grayscale: #676767. Windows color (decimal): -5488513 or 8339628. OLE color: 8339628.
HSL color Cylindrical-coordinate representation of color #AC407F: hue angle of 325º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC407F is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 127 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.33 |
| HSL | 325º | 0.46% | 0.46% | - |
| HSV(B) | 325º | 0.63% | 0.67% | - |
| XYZ | 22.68 | 13.97 | 21.58 | - |
| YUV | 103.47 | 141.28 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 127 | 0 | 0.63 | 0.26 | 0.33 | 325 | 0.46 | 0.46 |
| Hex | AC | 40 | 7F | 0 | 3F | 1A | 21 | 145 | 2E | 2E |
| Octal | 254 | 100 | 177 | 0 | 77 | 32 | 41 | 505 | 56 | 56 |
| Binary | 10101100 | 1000000 | 1111111 | 0 | 111111 | 11010 | 100001 | 101000101 | 101110 | 101110 |
Color Harmonies of #AC407F
Complementary color
Monochromatic Colors of #AC407F
Black with #AC407F
Text Example
Text Example
White with #AC407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC407F; }
p { color: rgb(172,64,127); }
H1.HeaderClassName
{
color: #AC407F;
}
.AnyTagClassName
{
color: #AC407F;
}
</style>
background-color css
<style>
a { background-color: #AC407F; }
a { background-color: rgb(172,64,127); }
div.DivClassName
{
background-color: #AC407F;
}
.BgClassName
{
background-color: #AC407F;
}
</style>
border-color css
<style>
span { border-color: #AC407F; }
span { border-color: rgb(172,64,127); }
td.TdClassName
{
border-color: #AC407F;
}
.TagClassName
{
border-color: #AC407F;
}
</style>