Shades of Medium Purple #AC7CE7
Tints of Medium Purple #AC7CE7
RGB
CMYK
RGB Variations
Color information
#AC7CE7 (or 0xAC7CE7) is known color: Medium Purple. HEX triplet: AC, 7C and E7. RGB value is (172,124,231). Sum of RGB (Red+Green+Blue) = 172+124+231=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC7CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7CE7 is #538318. Grayscale: #969696. Windows color (decimal): -5473049 or 15170732. OLE color: 15170732.
HSL color Cylindrical-coordinate representation of color #AC7CE7: hue angle of 266.92º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC7CE7 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 124 | 231 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.09 |
| HSL | 266.92º | 0.69% | 0.7% | - |
| HSV(B) | 266.92º | 0.46% | 0.91% | - |
| XYZ | 38.64 | 28.96 | 79.15 | - |
| YUV | 150.55 | 173.4 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 231 | 0.26 | 0.46 | 0 | 0.09 | 266.92 | 0.69 | 0.7 |
| Hex | AC | 7C | E7 | 1A | 2E | 0 | 9 | 10B | 45 | 46 |
| Octal | 254 | 174 | 347 | 32 | 56 | 0 | 11 | 413 | 105 | 106 |
| Binary | 10101100 | 1111100 | 11100111 | 11010 | 101110 | 0 | 1001 | 100001011 | 1000101 | 1000110 |
Color Harmonies of #AC7CE7
Complementary color
Monochromatic Colors of #AC7CE7
Black with #AC7CE7
Text Example
Text Example
White with #AC7CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7CE7; }
p { color: rgb(172,124,231); }
H1.HeaderClassName
{
color: #AC7CE7;
}
.AnyTagClassName
{
color: #AC7CE7;
}
</style>
background-color css
<style>
a { background-color: #AC7CE7; }
a { background-color: rgb(172,124,231); }
div.DivClassName
{
background-color: #AC7CE7;
}
.BgClassName
{
background-color: #AC7CE7;
}
</style>
border-color css
<style>
span { border-color: #AC7CE7; }
span { border-color: rgb(172,124,231); }
td.TdClassName
{
border-color: #AC7CE7;
}
.TagClassName
{
border-color: #AC7CE7;
}
</style>