Shades of Medium Purple #AC7CE1
Tints of Medium Purple #AC7CE1
RGB
CMYK
RGB Variations
Color information
#AC7CE1 (or 0xAC7CE1) is known color: Medium Purple. HEX triplet: AC, 7C and E1. RGB value is (172,124,225). Sum of RGB (Red+Green+Blue) = 172+124+225=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC7CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7CE1 is #53831E. Grayscale: #959595. Windows color (decimal): -5473055 or 14777516. OLE color: 14777516.
HSL color Cylindrical-coordinate representation of color #AC7CE1: hue angle of 268.51º degrees, saturation: 0.63, 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 #AC7CE1 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 124 | 225 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.12 |
| HSL | 268.51º | 0.63% | 0.68% | - |
| HSV(B) | 268.51º | 0.45% | 0.88% | - |
| XYZ | 37.81 | 28.62 | 74.77 | - |
| YUV | 149.87 | 170.4 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 225 | 0.24 | 0.45 | 0 | 0.12 | 268.51 | 0.63 | 0.68 |
| Hex | AC | 7C | E1 | 18 | 2D | 0 | C | 10D | 3F | 44 |
| Octal | 254 | 174 | 341 | 30 | 55 | 0 | 14 | 415 | 77 | 104 |
| Binary | 10101100 | 1111100 | 11100001 | 11000 | 101101 | 0 | 1100 | 100001101 | 111111 | 1000100 |
Color Harmonies of #AC7CE1
Complementary color
Monochromatic Colors of #AC7CE1
Black with #AC7CE1
Text Example
Text Example
White with #AC7CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7CE1; }
p { color: rgb(172,124,225); }
H1.HeaderClassName
{
color: #AC7CE1;
}
.AnyTagClassName
{
color: #AC7CE1;
}
</style>
background-color css
<style>
a { background-color: #AC7CE1; }
a { background-color: rgb(172,124,225); }
div.DivClassName
{
background-color: #AC7CE1;
}
.BgClassName
{
background-color: #AC7CE1;
}
</style>
border-color css
<style>
span { border-color: #AC7CE1; }
span { border-color: rgb(172,124,225); }
td.TdClassName
{
border-color: #AC7CE1;
}
.TagClassName
{
border-color: #AC7CE1;
}
</style>