Shades of Electric Purple #AC00F7
Tints of Electric Purple #AC00F7
RGB
CMYK
RGB Variations
Color information
#AC00F7 (or 0xAC00F7) is known color: Electric Purple. HEX triplet: AC, 00 and F7. RGB value is (172,0,247). Sum of RGB (Red+Green+Blue) = 172+0+247=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 247 (96.88% from 255 or 58.95% from 419); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC00F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC00F7 is #53FF08. Grayscale: #4E4E4E. Windows color (decimal): -5504777 or 16187564. OLE color: 16187564.
HSL color Cylindrical-coordinate representation of color #AC00F7: hue angle of 281.78º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00F7 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 0 | 247 | - |
| CMYK | 0.30 | 1 | 0 | 0.03 |
| HSL | 281.78º | 1% | 0.48% | - |
| HSV(B) | 281.78º | 1% | 0.97% | - |
| XYZ | 33.8 | 15.49 | 89.2 | - |
| YUV | 79.59 | 222.48 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 247 | 0.30 | 1 | 0 | 0.03 | 281.78 | 1 | 0.48 |
| Hex | AC | 0 | F7 | 1E | 64 | 0 | 3 | 11A | 64 | 30 |
| Octal | 254 | 0 | 367 | 36 | 144 | 0 | 3 | 432 | 144 | 60 |
| Binary | 10101100 | 0 | 11110111 | 11110 | 1100100 | 0 | 11 | 100011010 | 1100100 | 110000 |
Color Harmonies of #AC00F7
Complementary color
Monochromatic Colors of #AC00F7
Black with #AC00F7
Text Example
Text Example
White with #AC00F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00F7; }
p { color: rgb(172,0,247); }
H1.HeaderClassName
{
color: #AC00F7;
}
.AnyTagClassName
{
color: #AC00F7;
}
</style>
background-color css
<style>
a { background-color: #AC00F7; }
a { background-color: rgb(172,0,247); }
div.DivClassName
{
background-color: #AC00F7;
}
.BgClassName
{
background-color: #AC00F7;
}
</style>
border-color css
<style>
span { border-color: #AC00F7; }
span { border-color: rgb(172,0,247); }
td.TdClassName
{
border-color: #AC00F7;
}
.TagClassName
{
border-color: #AC00F7;
}
</style>