Shades of Electric Purple #AC1CE9
Tints of Electric Purple #AC1CE9
RGB
CMYK
RGB Variations
Color information
#AC1CE9 (or 0xAC1CE9) is known color: Electric Purple. HEX triplet: AC, 1C and E9. RGB value is (172,28,233). Sum of RGB (Red+Green+Blue) = 172+28+233=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC1CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1CE9 is #53E316. Grayscale: #5D5D5D. Windows color (decimal): -5497623 or 15277228. OLE color: 15277228.
HSL color Cylindrical-coordinate representation of color #AC1CE9: hue angle of 282.15º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1CE9 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 28 | 233 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.09 |
| HSL | 282.15º | 0.82% | 0.51% | - |
| HSV(B) | 282.15º | 0.88% | 0.91% | - |
| XYZ | 32.14 | 15.48 | 78.39 | - |
| YUV | 94.43 | 206.21 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 233 | 0.26 | 0.88 | 0 | 0.09 | 282.15 | 0.82 | 0.51 |
| Hex | AC | 1C | E9 | 1A | 58 | 0 | 9 | 11A | 52 | 33 |
| Octal | 254 | 34 | 351 | 32 | 130 | 0 | 11 | 432 | 122 | 63 |
| Binary | 10101100 | 11100 | 11101001 | 11010 | 1011000 | 0 | 1001 | 100011010 | 1010010 | 110011 |
Color Harmonies of #AC1CE9
Complementary color
Monochromatic Colors of #AC1CE9
Black with #AC1CE9
Text Example
Text Example
White with #AC1CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1CE9; }
p { color: rgb(172,28,233); }
H1.HeaderClassName
{
color: #AC1CE9;
}
.AnyTagClassName
{
color: #AC1CE9;
}
</style>
background-color css
<style>
a { background-color: #AC1CE9; }
a { background-color: rgb(172,28,233); }
div.DivClassName
{
background-color: #AC1CE9;
}
.BgClassName
{
background-color: #AC1CE9;
}
</style>
border-color css
<style>
span { border-color: #AC1CE9; }
span { border-color: rgb(172,28,233); }
td.TdClassName
{
border-color: #AC1CE9;
}
.TagClassName
{
border-color: #AC1CE9;
}
</style>