Shades of Electric Purple #AC00F8
Tints of Electric Purple #AC00F8
RGB
CMYK
RGB Variations
Color information
#AC00F8 (or 0xAC00F8) is known color: Electric Purple. HEX triplet: AC, 00 and F8. RGB value is (172,0,248). Sum of RGB (Red+Green+Blue) = 172+0+248=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 248 (97.27% from 255 or 59.05% from 420); Max value from RGB is 248 - color contains mainly: blue. Hex color #AC00F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC00F8 is #53FF07. Grayscale: #4E4E4E. Windows color (decimal): -5504776 or 16253100. OLE color: 16253100.
HSL color Cylindrical-coordinate representation of color #AC00F8: hue angle of 281.61º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00F8 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 0 | 248 | - |
| CMYK | 0.31 | 1 | 0 | 0.03 |
| HSL | 281.61º | 1% | 0.49% | - |
| HSV(B) | 281.61º | 1% | 0.97% | - |
| XYZ | 33.96 | 15.55 | 90.02 | - |
| YUV | 79.7 | 222.98 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 248 | 0.31 | 1 | 0 | 0.03 | 281.61 | 1 | 0.49 |
| Hex | AC | 0 | F8 | 1F | 64 | 0 | 3 | 11A | 64 | 31 |
| Octal | 254 | 0 | 370 | 37 | 144 | 0 | 3 | 432 | 144 | 61 |
| Binary | 10101100 | 0 | 11111000 | 11111 | 1100100 | 0 | 11 | 100011010 | 1100100 | 110001 |
Color Harmonies of #AC00F8
Complementary color
Monochromatic Colors of #AC00F8
Black with #AC00F8
Text Example
Text Example
White with #AC00F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00F8; }
p { color: rgb(172,0,248); }
H1.HeaderClassName
{
color: #AC00F8;
}
.AnyTagClassName
{
color: #AC00F8;
}
</style>
background-color css
<style>
a { background-color: #AC00F8; }
a { background-color: rgb(172,0,248); }
div.DivClassName
{
background-color: #AC00F8;
}
.BgClassName
{
background-color: #AC00F8;
}
</style>
border-color css
<style>
span { border-color: #AC00F8; }
span { border-color: rgb(172,0,248); }
td.TdClassName
{
border-color: #AC00F8;
}
.TagClassName
{
border-color: #AC00F8;
}
</style>