Shades of Electric Purple #AC26FE
Tints of Electric Purple #AC26FE
RGB
CMYK
RGB Variations
Color information
#AC26FE (or 0xAC26FE) is known color: Electric Purple. HEX triplet: AC, 26 and FE. RGB value is (172,38,254). Sum of RGB (Red+Green+Blue) = 172+38+254=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 38 (15.23% from 255 or 8.19% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC26FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC26FE is #53D901. Grayscale: #656565. Windows color (decimal): -5495042 or 16656044. OLE color: 16656044.
HSL color Cylindrical-coordinate representation of color #AC26FE: hue angle of 277.22º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC26FE is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 38 | 254 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.00 |
| HSL | 277.22º | 0.99% | 0.57% | - |
| HSV(B) | 277.22º | 0.85% | 1% | - |
| XYZ | 35.6 | 17.31 | 95.23 | - |
| YUV | 102.69 | 213.39 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 254 | 0.32 | 0.85 | 0 | 0.00 | 277.22 | 0.99 | 0.57 |
| Hex | AC | 26 | FE | 20 | 55 | 0 | 0 | 115 | 63 | 39 |
| Octal | 254 | 46 | 376 | 40 | 125 | 0 | 0 | 425 | 143 | 71 |
| Binary | 10101100 | 100110 | 11111110 | 100000 | 1010101 | 0 | 0 | 100010101 | 1100011 | 111001 |
Color Harmonies of #AC26FE
Complementary color
Monochromatic Colors of #AC26FE
Black with #AC26FE
Text Example
Text Example
White with #AC26FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC26FE; }
p { color: rgb(172,38,254); }
H1.HeaderClassName
{
color: #AC26FE;
}
.AnyTagClassName
{
color: #AC26FE;
}
</style>
background-color css
<style>
a { background-color: #AC26FE; }
a { background-color: rgb(172,38,254); }
div.DivClassName
{
background-color: #AC26FE;
}
.BgClassName
{
background-color: #AC26FE;
}
</style>
border-color css
<style>
span { border-color: #AC26FE; }
span { border-color: rgb(172,38,254); }
td.TdClassName
{
border-color: #AC26FE;
}
.TagClassName
{
border-color: #AC26FE;
}
</style>