Shades of Electric Purple #AC18EF
Tints of Electric Purple #AC18EF
RGB
CMYK
RGB Variations
Color information
#AC18EF (or 0xAC18EF) is known color: Electric Purple. HEX triplet: AC, 18 and EF. RGB value is (172,24,239). Sum of RGB (Red+Green+Blue) = 172+24+239=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC18EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC18EF is #53E710. Grayscale: #5C5C5C. Windows color (decimal): -5498641 or 15669420. OLE color: 15669420.
HSL color Cylindrical-coordinate representation of color #AC18EF: hue angle of 281.3º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC18EF is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 24 | 239 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.06 |
| HSL | 281.3º | 0.87% | 0.52% | - |
| HSV(B) | 281.3º | 0.9% | 0.94% | - |
| XYZ | 32.92 | 15.66 | 82.95 | - |
| YUV | 92.76 | 210.53 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 239 | 0.28 | 0.90 | 0 | 0.06 | 281.3 | 0.87 | 0.52 |
| Hex | AC | 18 | EF | 1C | 5A | 0 | 6 | 119 | 57 | 34 |
| Octal | 254 | 30 | 357 | 34 | 132 | 0 | 6 | 431 | 127 | 64 |
| Binary | 10101100 | 11000 | 11101111 | 11100 | 1011010 | 0 | 110 | 100011001 | 1010111 | 110100 |
Color Harmonies of #AC18EF
Complementary color
Monochromatic Colors of #AC18EF
Black with #AC18EF
Text Example
Text Example
White with #AC18EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC18EF; }
p { color: rgb(172,24,239); }
H1.HeaderClassName
{
color: #AC18EF;
}
.AnyTagClassName
{
color: #AC18EF;
}
</style>
background-color css
<style>
a { background-color: #AC18EF; }
a { background-color: rgb(172,24,239); }
div.DivClassName
{
background-color: #AC18EF;
}
.BgClassName
{
background-color: #AC18EF;
}
</style>
border-color css
<style>
span { border-color: #AC18EF; }
span { border-color: rgb(172,24,239); }
td.TdClassName
{
border-color: #AC18EF;
}
.TagClassName
{
border-color: #AC18EF;
}
</style>