Shades of Electric Purple #AC1BFE
Tints of Electric Purple #AC1BFE
RGB
CMYK
RGB Variations
Color information
#AC1BFE (or 0xAC1BFE) is known color: Electric Purple. HEX triplet: AC, 1B and FE. RGB value is (172,27,254). Sum of RGB (Red+Green+Blue) = 172+27+254=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 27 (10.94% from 255 or 5.96% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC1BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1BFE is #53E401. Grayscale: #5F5F5F. Windows color (decimal): -5497858 or 16653228. OLE color: 16653228.
HSL color Cylindrical-coordinate representation of color #AC1BFE: hue angle of 278.33º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1BFE is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 27 | 254 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.00 |
| HSL | 278.33º | 0.99% | 0.55% | - |
| HSV(B) | 278.33º | 0.89% | 1% | - |
| XYZ | 35.29 | 16.71 | 95.13 | - |
| YUV | 96.23 | 217.04 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 27 | 254 | 0.32 | 0.89 | 0 | 0.00 | 278.33 | 0.99 | 0.55 |
| Hex | AC | 1B | FE | 20 | 59 | 0 | 0 | 116 | 63 | 37 |
| Octal | 254 | 33 | 376 | 40 | 131 | 0 | 0 | 426 | 143 | 67 |
| Binary | 10101100 | 11011 | 11111110 | 100000 | 1011001 | 0 | 0 | 100010110 | 1100011 | 110111 |
Color Harmonies of #AC1BFE
Complementary color
Monochromatic Colors of #AC1BFE
Black with #AC1BFE
Text Example
Text Example
White with #AC1BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1BFE; }
p { color: rgb(172,27,254); }
H1.HeaderClassName
{
color: #AC1BFE;
}
.AnyTagClassName
{
color: #AC1BFE;
}
</style>
background-color css
<style>
a { background-color: #AC1BFE; }
a { background-color: rgb(172,27,254); }
div.DivClassName
{
background-color: #AC1BFE;
}
.BgClassName
{
background-color: #AC1BFE;
}
</style>
border-color css
<style>
span { border-color: #AC1BFE; }
span { border-color: rgb(172,27,254); }
td.TdClassName
{
border-color: #AC1BFE;
}
.TagClassName
{
border-color: #AC1BFE;
}
</style>