Shades of Medium Purple #AC7CE9
Tints of Medium Purple #AC7CE9
RGB
CMYK
RGB Variations
Color information
#AC7CE9 (or 0xAC7CE9) is known color: Medium Purple. HEX triplet: AC, 7C and E9. RGB value is (172,124,233). Sum of RGB (Red+Green+Blue) = 172+124+233=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC7CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7CE9 is #538316. Grayscale: #969696. Windows color (decimal): -5473047 or 15301804. OLE color: 15301804.
HSL color Cylindrical-coordinate representation of color #AC7CE9: hue angle of 266.42º degrees, saturation: 0.71, 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 #AC7CE9 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 124 | 233 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.09 |
| HSL | 266.42º | 0.71% | 0.7% | - |
| HSV(B) | 266.42º | 0.47% | 0.91% | - |
| XYZ | 38.93 | 29.07 | 80.65 | - |
| YUV | 150.78 | 174.4 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 233 | 0.26 | 0.47 | 0 | 0.09 | 266.42 | 0.71 | 0.7 |
| Hex | AC | 7C | E9 | 1A | 2F | 0 | 9 | 10A | 47 | 46 |
| Octal | 254 | 174 | 351 | 32 | 57 | 0 | 11 | 412 | 107 | 106 |
| Binary | 10101100 | 1111100 | 11101001 | 11010 | 101111 | 0 | 1001 | 100001010 | 1000111 | 1000110 |
Color Harmonies of #AC7CE9
Complementary color
Monochromatic Colors of #AC7CE9
Black with #AC7CE9
Text Example
Text Example
White with #AC7CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7CE9; }
p { color: rgb(172,124,233); }
H1.HeaderClassName
{
color: #AC7CE9;
}
.AnyTagClassName
{
color: #AC7CE9;
}
</style>
background-color css
<style>
a { background-color: #AC7CE9; }
a { background-color: rgb(172,124,233); }
div.DivClassName
{
background-color: #AC7CE9;
}
.BgClassName
{
background-color: #AC7CE9;
}
</style>
border-color css
<style>
span { border-color: #AC7CE9; }
span { border-color: rgb(172,124,233); }
td.TdClassName
{
border-color: #AC7CE9;
}
.TagClassName
{
border-color: #AC7CE9;
}
</style>