Shades of Medium Purple #AC7CE0
Tints of Medium Purple #AC7CE0
RGB
CMYK
RGB Variations
Color information
#AC7CE0 (or 0xAC7CE0) is known color: Medium Purple. HEX triplet: AC, 7C and E0. RGB value is (172,124,224). Sum of RGB (Red+Green+Blue) = 172+124+224=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC7CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7CE0 is #53831F. Grayscale: #959595. Windows color (decimal): -5473056 or 14711980. OLE color: 14711980.
HSL color Cylindrical-coordinate representation of color #AC7CE0: hue angle of 268.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC7CE0 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 124 | 224 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.12 |
| HSL | 268.8º | 0.62% | 0.68% | - |
| HSV(B) | 268.8º | 0.45% | 0.88% | - |
| XYZ | 37.68 | 28.57 | 74.05 | - |
| YUV | 149.75 | 169.9 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 224 | 0.23 | 0.45 | 0 | 0.12 | 268.8 | 0.62 | 0.68 |
| Hex | AC | 7C | E0 | 17 | 2D | 0 | C | 10D | 3E | 44 |
| Octal | 254 | 174 | 340 | 27 | 55 | 0 | 14 | 415 | 76 | 104 |
| Binary | 10101100 | 1111100 | 11100000 | 10111 | 101101 | 0 | 1100 | 100001101 | 111110 | 1000100 |
Color Harmonies of #AC7CE0
Complementary color
Monochromatic Colors of #AC7CE0
Black with #AC7CE0
Text Example
Text Example
White with #AC7CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7CE0; }
p { color: rgb(172,124,224); }
H1.HeaderClassName
{
color: #AC7CE0;
}
.AnyTagClassName
{
color: #AC7CE0;
}
</style>
background-color css
<style>
a { background-color: #AC7CE0; }
a { background-color: rgb(172,124,224); }
div.DivClassName
{
background-color: #AC7CE0;
}
.BgClassName
{
background-color: #AC7CE0;
}
</style>
border-color css
<style>
span { border-color: #AC7CE0; }
span { border-color: rgb(172,124,224); }
td.TdClassName
{
border-color: #AC7CE0;
}
.TagClassName
{
border-color: #AC7CE0;
}
</style>