Shades of Electric Purple #AC1AFE
Tints of Electric Purple #AC1AFE
RGB
CMYK
RGB Variations
Color information
#AC1AFE (or 0xAC1AFE) is known color: Electric Purple. HEX triplet: AC, 1A and FE. RGB value is (172,26,254). Sum of RGB (Red+Green+Blue) = 172+26+254=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 26 (10.55% from 255 or 5.75% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC1AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1AFE is #53E501. Grayscale: #5E5E5E. Windows color (decimal): -5498114 or 16652972. OLE color: 16652972.
HSL color Cylindrical-coordinate representation of color #AC1AFE: hue angle of 278.42º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1AFE is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 26 | 254 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.00 |
| HSL | 278.42º | 0.99% | 0.55% | - |
| HSV(B) | 278.42º | 0.9% | 1% | - |
| XYZ | 35.27 | 16.67 | 95.12 | - |
| YUV | 95.65 | 217.37 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 254 | 0.32 | 0.90 | 0 | 0.00 | 278.42 | 0.99 | 0.55 |
| Hex | AC | 1A | FE | 20 | 5A | 0 | 0 | 116 | 63 | 37 |
| Octal | 254 | 32 | 376 | 40 | 132 | 0 | 0 | 426 | 143 | 67 |
| Binary | 10101100 | 11010 | 11111110 | 100000 | 1011010 | 0 | 0 | 100010110 | 1100011 | 110111 |
Color Harmonies of #AC1AFE
Complementary color
Monochromatic Colors of #AC1AFE
Black with #AC1AFE
Text Example
Text Example
White with #AC1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1AFE; }
p { color: rgb(172,26,254); }
H1.HeaderClassName
{
color: #AC1AFE;
}
.AnyTagClassName
{
color: #AC1AFE;
}
</style>
background-color css
<style>
a { background-color: #AC1AFE; }
a { background-color: rgb(172,26,254); }
div.DivClassName
{
background-color: #AC1AFE;
}
.BgClassName
{
background-color: #AC1AFE;
}
</style>
border-color css
<style>
span { border-color: #AC1AFE; }
span { border-color: rgb(172,26,254); }
td.TdClassName
{
border-color: #AC1AFE;
}
.TagClassName
{
border-color: #AC1AFE;
}
</style>