Shades of Electric Purple #AC00F9
Tints of Electric Purple #AC00F9
RGB
CMYK
RGB Variations
Color information
#AC00F9 (or 0xAC00F9) is known color: Electric Purple. HEX triplet: AC, 00 and F9. RGB value is (172,0,249). Sum of RGB (Red+Green+Blue) = 172+0+249=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 249 (97.66% from 255 or 59.14% from 421); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC00F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC00F9 is #53FF06. Grayscale: #4E4E4E. Windows color (decimal): -5504775 or 16318636. OLE color: 16318636.
HSL color Cylindrical-coordinate representation of color #AC00F9: hue angle of 281.45º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00F9 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 0 | 249 | - |
| CMYK | 0.31 | 1 | 0 | 0.02 |
| HSL | 281.45º | 1% | 0.49% | - |
| HSV(B) | 281.45º | 1% | 0.98% | - |
| XYZ | 34.11 | 15.61 | 90.84 | - |
| YUV | 79.81 | 223.48 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 249 | 0.31 | 1 | 0 | 0.02 | 281.45 | 1 | 0.49 |
| Hex | AC | 0 | F9 | 1F | 64 | 0 | 2 | 119 | 64 | 31 |
| Octal | 254 | 0 | 371 | 37 | 144 | 0 | 2 | 431 | 144 | 61 |
| Binary | 10101100 | 0 | 11111001 | 11111 | 1100100 | 0 | 10 | 100011001 | 1100100 | 110001 |
Color Harmonies of #AC00F9
Complementary color
Monochromatic Colors of #AC00F9
Black with #AC00F9
Text Example
Text Example
White with #AC00F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00F9; }
p { color: rgb(172,0,249); }
H1.HeaderClassName
{
color: #AC00F9;
}
.AnyTagClassName
{
color: #AC00F9;
}
</style>
background-color css
<style>
a { background-color: #AC00F9; }
a { background-color: rgb(172,0,249); }
div.DivClassName
{
background-color: #AC00F9;
}
.BgClassName
{
background-color: #AC00F9;
}
</style>
border-color css
<style>
span { border-color: #AC00F9; }
span { border-color: rgb(172,0,249); }
td.TdClassName
{
border-color: #AC00F9;
}
.TagClassName
{
border-color: #AC00F9;
}
</style>