Shades of Electric Purple #AC1BFF
Tints of Electric Purple #AC1BFF
RGB
CMYK
RGB Variations
Color information
#AC1BFF (or 0xAC1BFF) is known color: Electric Purple. HEX triplet: AC, 1B and FF. RGB value is (172,27,255). Sum of RGB (Red+Green+Blue) = 172+27+255=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 27 (10.94% from 255 or 5.95% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC1BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1BFF is #53E400. Grayscale: #5F5F5F. Windows color (decimal): -5497857 or 16718764. OLE color: 16718764.
HSL color Cylindrical-coordinate representation of color #AC1BFF: hue angle of 278.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1BFF is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 27 | 255 | - |
| CMYK | 0.33 | 0.89 | 0 | 0 |
| HSL | 278.16º | 1% | 0.55% | - |
| HSV(B) | 278.16º | 0.89% | 1% | - |
| XYZ | 35.46 | 16.77 | 95.98 | - |
| YUV | 96.35 | 217.54 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 27 | 255 | 0.33 | 0.89 | 0 | 0 | 278.16 | 1 | 0.55 |
| Hex | AC | 1B | FF | 21 | 59 | 0 | 0 | 116 | 64 | 37 |
| Octal | 254 | 33 | 377 | 41 | 131 | 0 | 0 | 426 | 144 | 67 |
| Binary | 10101100 | 11011 | 11111111 | 100001 | 1011001 | 0 | 0 | 100010110 | 1100100 | 110111 |
Color Harmonies of #AC1BFF
Complementary color
Monochromatic Colors of #AC1BFF
Black with #AC1BFF
Text Example
Text Example
White with #AC1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1BFF; }
p { color: rgb(172,27,255); }
H1.HeaderClassName
{
color: #AC1BFF;
}
.AnyTagClassName
{
color: #AC1BFF;
}
</style>
background-color css
<style>
a { background-color: #AC1BFF; }
a { background-color: rgb(172,27,255); }
div.DivClassName
{
background-color: #AC1BFF;
}
.BgClassName
{
background-color: #AC1BFF;
}
</style>
border-color css
<style>
span { border-color: #AC1BFF; }
span { border-color: rgb(172,27,255); }
td.TdClassName
{
border-color: #AC1BFF;
}
.TagClassName
{
border-color: #AC1BFF;
}
</style>