Shades of Electric Purple #AC1BFC
Tints of Electric Purple #AC1BFC
RGB
CMYK
RGB Variations
Color information
#AC1BFC (or 0xAC1BFC) is known color: Electric Purple. HEX triplet: AC, 1B and FC. RGB value is (172,27,252). Sum of RGB (Red+Green+Blue) = 172+27+252=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 27 (10.94% from 255 or 5.99% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC1BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1BFC is #53E403. Grayscale: #5F5F5F. Windows color (decimal): -5497860 or 16522156. OLE color: 16522156.
HSL color Cylindrical-coordinate representation of color #AC1BFC: hue angle of 278.67º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1BFC is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 27 | 252 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.01 |
| HSL | 278.67º | 0.97% | 0.55% | - |
| HSV(B) | 278.67º | 0.89% | 0.99% | - |
| XYZ | 34.98 | 16.58 | 93.45 | - |
| YUV | 96.01 | 216.04 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 27 | 252 | 0.32 | 0.89 | 0 | 0.01 | 278.67 | 0.97 | 0.55 |
| Hex | AC | 1B | FC | 20 | 59 | 0 | 1 | 117 | 61 | 37 |
| Octal | 254 | 33 | 374 | 40 | 131 | 0 | 1 | 427 | 141 | 67 |
| Binary | 10101100 | 11011 | 11111100 | 100000 | 1011001 | 0 | 1 | 100010111 | 1100001 | 110111 |
Color Harmonies of #AC1BFC
Complementary color
Monochromatic Colors of #AC1BFC
Black with #AC1BFC
Text Example
Text Example
White with #AC1BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1BFC; }
p { color: rgb(172,27,252); }
H1.HeaderClassName
{
color: #AC1BFC;
}
.AnyTagClassName
{
color: #AC1BFC;
}
</style>
background-color css
<style>
a { background-color: #AC1BFC; }
a { background-color: rgb(172,27,252); }
div.DivClassName
{
background-color: #AC1BFC;
}
.BgClassName
{
background-color: #AC1BFC;
}
</style>
border-color css
<style>
span { border-color: #AC1BFC; }
span { border-color: rgb(172,27,252); }
td.TdClassName
{
border-color: #AC1BFC;
}
.TagClassName
{
border-color: #AC1BFC;
}
</style>