Shades of Electric Purple #AC0FEF
Tints of Electric Purple #AC0FEF
RGB
CMYK
RGB Variations
Color information
#AC0FEF (or 0xAC0FEF) is known color: Electric Purple. HEX triplet: AC, 0F and EF. RGB value is (172,15,239). Sum of RGB (Red+Green+Blue) = 172+15+239=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC0FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0FEF is #53F010. Grayscale: #565656. Windows color (decimal): -5500945 or 15667116. OLE color: 15667116.
HSL color Cylindrical-coordinate representation of color #AC0FEF: hue angle of 282.05º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0FEF is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 15 | 239 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.06 |
| HSL | 282.05º | 0.88% | 0.5% | - |
| HSV(B) | 282.05º | 0.94% | 0.94% | - |
| XYZ | 32.76 | 15.34 | 82.9 | - |
| YUV | 87.48 | 213.51 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 239 | 0.28 | 0.94 | 0 | 0.06 | 282.05 | 0.88 | 0.5 |
| Hex | AC | F | EF | 1C | 5E | 0 | 6 | 11A | 58 | 32 |
| Octal | 254 | 17 | 357 | 34 | 136 | 0 | 6 | 432 | 130 | 62 |
| Binary | 10101100 | 1111 | 11101111 | 11100 | 1011110 | 0 | 110 | 100011010 | 1011000 | 110010 |
Color Harmonies of #AC0FEF
Complementary color
Monochromatic Colors of #AC0FEF
Black with #AC0FEF
Text Example
Text Example
White with #AC0FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0FEF; }
p { color: rgb(172,15,239); }
H1.HeaderClassName
{
color: #AC0FEF;
}
.AnyTagClassName
{
color: #AC0FEF;
}
</style>
background-color css
<style>
a { background-color: #AC0FEF; }
a { background-color: rgb(172,15,239); }
div.DivClassName
{
background-color: #AC0FEF;
}
.BgClassName
{
background-color: #AC0FEF;
}
</style>
border-color css
<style>
span { border-color: #AC0FEF; }
span { border-color: rgb(172,15,239); }
td.TdClassName
{
border-color: #AC0FEF;
}
.TagClassName
{
border-color: #AC0FEF;
}
</style>