Shades of Electric Purple #AC0FED
Tints of Electric Purple #AC0FED
RGB
CMYK
RGB Variations
Color information
#AC0FED (or 0xAC0FED) is known color: Electric Purple. HEX triplet: AC, 0F and ED. RGB value is (172,15,237). Sum of RGB (Red+Green+Blue) = 172+15+237=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC0FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0FED is #53F012. Grayscale: #565656. Windows color (decimal): -5500947 or 15536044. OLE color: 15536044.
HSL color Cylindrical-coordinate representation of color #AC0FED: hue angle of 282.43º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0FED is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 15 | 237 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.07 |
| HSL | 282.43º | 0.88% | 0.49% | - |
| HSV(B) | 282.43º | 0.94% | 0.93% | - |
| XYZ | 32.47 | 15.23 | 81.35 | - |
| YUV | 87.25 | 212.51 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 237 | 0.27 | 0.94 | 0 | 0.07 | 282.43 | 0.88 | 0.49 |
| Hex | AC | F | ED | 1B | 5E | 0 | 7 | 11A | 58 | 31 |
| Octal | 254 | 17 | 355 | 33 | 136 | 0 | 7 | 432 | 130 | 61 |
| Binary | 10101100 | 1111 | 11101101 | 11011 | 1011110 | 0 | 111 | 100011010 | 1011000 | 110001 |
Color Harmonies of #AC0FED
Complementary color
Monochromatic Colors of #AC0FED
Black with #AC0FED
Text Example
Text Example
White with #AC0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0FED; }
p { color: rgb(172,15,237); }
H1.HeaderClassName
{
color: #AC0FED;
}
.AnyTagClassName
{
color: #AC0FED;
}
</style>
background-color css
<style>
a { background-color: #AC0FED; }
a { background-color: rgb(172,15,237); }
div.DivClassName
{
background-color: #AC0FED;
}
.BgClassName
{
background-color: #AC0FED;
}
</style>
border-color css
<style>
span { border-color: #AC0FED; }
span { border-color: rgb(172,15,237); }
td.TdClassName
{
border-color: #AC0FED;
}
.TagClassName
{
border-color: #AC0FED;
}
</style>