Shades of Electric Purple #AC05FE
Tints of Electric Purple #AC05FE
RGB
CMYK
RGB Variations
Color information
#AC05FE (or 0xAC05FE) is known color: Electric Purple. HEX triplet: AC, 05 and FE. RGB value is (172,5,254). Sum of RGB (Red+Green+Blue) = 172+5+254=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 5 (2.34% from 255 or 1.16% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC05FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC05FE is #53FA01. Grayscale: #525252. Windows color (decimal): -5503490 or 16647596. OLE color: 16647596.
HSL color Cylindrical-coordinate representation of color #AC05FE: hue angle of 280.24º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC05FE is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 5 | 254 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.00 |
| HSL | 280.24º | 0.99% | 0.51% | - |
| HSV(B) | 280.24º | 0.98% | 1% | - |
| XYZ | 34.96 | 16.03 | 95.02 | - |
| YUV | 83.32 | 224.33 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 254 | 0.32 | 0.98 | 0 | 0.00 | 280.24 | 0.99 | 0.51 |
| Hex | AC | 5 | FE | 20 | 62 | 0 | 0 | 118 | 63 | 33 |
| Octal | 254 | 5 | 376 | 40 | 142 | 0 | 0 | 430 | 143 | 63 |
| Binary | 10101100 | 101 | 11111110 | 100000 | 1100010 | 0 | 0 | 100011000 | 1100011 | 110011 |
Color Harmonies of #AC05FE
Complementary color
Monochromatic Colors of #AC05FE
Black with #AC05FE
Text Example
Text Example
White with #AC05FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC05FE; }
p { color: rgb(172,5,254); }
H1.HeaderClassName
{
color: #AC05FE;
}
.AnyTagClassName
{
color: #AC05FE;
}
</style>
background-color css
<style>
a { background-color: #AC05FE; }
a { background-color: rgb(172,5,254); }
div.DivClassName
{
background-color: #AC05FE;
}
.BgClassName
{
background-color: #AC05FE;
}
</style>
border-color css
<style>
span { border-color: #AC05FE; }
span { border-color: rgb(172,5,254); }
td.TdClassName
{
border-color: #AC05FE;
}
.TagClassName
{
border-color: #AC05FE;
}
</style>