Shades of Electric Purple #AC01F0
Tints of Electric Purple #AC01F0
RGB
CMYK
RGB Variations
Color information
#AC01F0 (or 0xAC01F0) is known color: Electric Purple. HEX triplet: AC, 01 and F0. RGB value is (172,1,240). Sum of RGB (Red+Green+Blue) = 172+1+240=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 240 (94.14% from 255 or 58.11% from 413); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC01F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC01F0 is #53FE0F. Grayscale: #4E4E4E. Windows color (decimal): -5504528 or 15729068. OLE color: 15729068.
HSL color Cylindrical-coordinate representation of color #AC01F0: hue angle of 282.93º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC01F0 is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 1 | 240 | - |
| CMYK | 0.28 | 1.00 | 0 | 0.06 |
| HSL | 282.93º | 0.99% | 0.47% | - |
| HSV(B) | 282.93º | 1% | 0.94% | - |
| XYZ | 32.75 | 15.08 | 83.62 | - |
| YUV | 79.38 | 218.65 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 240 | 0.28 | 1.00 | 0 | 0.06 | 282.93 | 0.99 | 0.47 |
| Hex | AC | 1 | F0 | 1C | 64 | 0 | 6 | 11B | 63 | 2F |
| Octal | 254 | 1 | 360 | 34 | 144 | 0 | 6 | 433 | 143 | 57 |
| Binary | 10101100 | 1 | 11110000 | 11100 | 1100100 | 0 | 110 | 100011011 | 1100011 | 101111 |
Color Harmonies of #AC01F0
Complementary color
Monochromatic Colors of #AC01F0
Black with #AC01F0
Text Example
Text Example
White with #AC01F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01F0; }
p { color: rgb(172,1,240); }
H1.HeaderClassName
{
color: #AC01F0;
}
.AnyTagClassName
{
color: #AC01F0;
}
</style>
background-color css
<style>
a { background-color: #AC01F0; }
a { background-color: rgb(172,1,240); }
div.DivClassName
{
background-color: #AC01F0;
}
.BgClassName
{
background-color: #AC01F0;
}
</style>
border-color css
<style>
span { border-color: #AC01F0; }
span { border-color: rgb(172,1,240); }
td.TdClassName
{
border-color: #AC01F0;
}
.TagClassName
{
border-color: #AC01F0;
}
</style>