Shades of Medium Purple #AC7CE8
Tints of Medium Purple #AC7CE8
RGB
CMYK
RGB Variations
Color information
#AC7CE8 (or 0xAC7CE8) is known color: Medium Purple. HEX triplet: AC, 7C and E8. RGB value is (172,124,232). Sum of RGB (Red+Green+Blue) = 172+124+232=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC7CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7CE8 is #538317. Grayscale: #969696. Windows color (decimal): -5473048 or 15236268. OLE color: 15236268.
HSL color Cylindrical-coordinate representation of color #AC7CE8: hue angle of 266.67º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC7CE8 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 124 | 232 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.09 |
| HSL | 266.67º | 0.7% | 0.7% | - |
| HSV(B) | 266.67º | 0.47% | 0.91% | - |
| XYZ | 38.79 | 29.01 | 79.9 | - |
| YUV | 150.66 | 173.9 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 232 | 0.26 | 0.47 | 0 | 0.09 | 266.67 | 0.7 | 0.7 |
| Hex | AC | 7C | E8 | 1A | 2F | 0 | 9 | 10B | 46 | 46 |
| Octal | 254 | 174 | 350 | 32 | 57 | 0 | 11 | 413 | 106 | 106 |
| Binary | 10101100 | 1111100 | 11101000 | 11010 | 101111 | 0 | 1001 | 100001011 | 1000110 | 1000110 |
Color Harmonies of #AC7CE8
Complementary color
Monochromatic Colors of #AC7CE8
Black with #AC7CE8
Text Example
Text Example
White with #AC7CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7CE8; }
p { color: rgb(172,124,232); }
H1.HeaderClassName
{
color: #AC7CE8;
}
.AnyTagClassName
{
color: #AC7CE8;
}
</style>
background-color css
<style>
a { background-color: #AC7CE8; }
a { background-color: rgb(172,124,232); }
div.DivClassName
{
background-color: #AC7CE8;
}
.BgClassName
{
background-color: #AC7CE8;
}
</style>
border-color css
<style>
span { border-color: #AC7CE8; }
span { border-color: rgb(172,124,232); }
td.TdClassName
{
border-color: #AC7CE8;
}
.TagClassName
{
border-color: #AC7CE8;
}
</style>