Shades of Electric Purple #AC18FF
Tints of Electric Purple #AC18FF
RGB
CMYK
RGB Variations
Color information
#AC18FF (or 0xAC18FF) is known color: Electric Purple. HEX triplet: AC, 18 and FF. RGB value is (172,24,255). Sum of RGB (Red+Green+Blue) = 172+24+255=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 24 (9.77% from 255 or 5.32% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC18FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC18FF is #53E700. Grayscale: #5D5D5D. Windows color (decimal): -5498625 or 16717996. OLE color: 16717996.
HSL color Cylindrical-coordinate representation of color #AC18FF: hue angle of 278.44º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC18FF is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 24 | 255 | - |
| CMYK | 0.33 | 0.91 | 0 | 0 |
| HSL | 278.44º | 1% | 0.55% | - |
| HSV(B) | 278.44º | 0.91% | 1% | - |
| XYZ | 35.39 | 16.64 | 95.96 | - |
| YUV | 94.59 | 218.53 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 255 | 0.33 | 0.91 | 0 | 0 | 278.44 | 1 | 0.55 |
| Hex | AC | 18 | FF | 21 | 5B | 0 | 0 | 116 | 64 | 37 |
| Octal | 254 | 30 | 377 | 41 | 133 | 0 | 0 | 426 | 144 | 67 |
| Binary | 10101100 | 11000 | 11111111 | 100001 | 1011011 | 0 | 0 | 100010110 | 1100100 | 110111 |
Color Harmonies of #AC18FF
Complementary color
Monochromatic Colors of #AC18FF
Black with #AC18FF
Text Example
Text Example
White with #AC18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC18FF; }
p { color: rgb(172,24,255); }
H1.HeaderClassName
{
color: #AC18FF;
}
.AnyTagClassName
{
color: #AC18FF;
}
</style>
background-color css
<style>
a { background-color: #AC18FF; }
a { background-color: rgb(172,24,255); }
div.DivClassName
{
background-color: #AC18FF;
}
.BgClassName
{
background-color: #AC18FF;
}
</style>
border-color css
<style>
span { border-color: #AC18FF; }
span { border-color: rgb(172,24,255); }
td.TdClassName
{
border-color: #AC18FF;
}
.TagClassName
{
border-color: #AC18FF;
}
</style>