Shades of Electric Purple #AC00F5
Tints of Electric Purple #AC00F5
RGB
CMYK
RGB Variations
Color information
#AC00F5 (or 0xAC00F5) is known color: Electric Purple. HEX triplet: AC, 00 and F5. RGB value is (172,0,245). Sum of RGB (Red+Green+Blue) = 172+0+245=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 245 (96.09% from 255 or 58.75% from 417); Max value from RGB is 245 - color contains mainly: blue. Hex color #AC00F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC00F5 is #53FF0A. Grayscale: #4E4E4E. Windows color (decimal): -5504779 or 16056492. OLE color: 16056492.
HSL color Cylindrical-coordinate representation of color #AC00F5: hue angle of 282.12º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00F5 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 0 | 245 | - |
| CMYK | 0.30 | 1 | 0 | 0.04 |
| HSL | 282.12º | 1% | 0.48% | - |
| HSV(B) | 282.12º | 1% | 0.96% | - |
| XYZ | 33.49 | 15.36 | 87.59 | - |
| YUV | 79.36 | 221.48 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 245 | 0.30 | 1 | 0 | 0.04 | 282.12 | 1 | 0.48 |
| Hex | AC | 0 | F5 | 1E | 64 | 0 | 4 | 11A | 64 | 30 |
| Octal | 254 | 0 | 365 | 36 | 144 | 0 | 4 | 432 | 144 | 60 |
| Binary | 10101100 | 0 | 11110101 | 11110 | 1100100 | 0 | 100 | 100011010 | 1100100 | 110000 |
Color Harmonies of #AC00F5
Complementary color
Monochromatic Colors of #AC00F5
Black with #AC00F5
Text Example
Text Example
White with #AC00F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00F5; }
p { color: rgb(172,0,245); }
H1.HeaderClassName
{
color: #AC00F5;
}
.AnyTagClassName
{
color: #AC00F5;
}
</style>
background-color css
<style>
a { background-color: #AC00F5; }
a { background-color: rgb(172,0,245); }
div.DivClassName
{
background-color: #AC00F5;
}
.BgClassName
{
background-color: #AC00F5;
}
</style>
border-color css
<style>
span { border-color: #AC00F5; }
span { border-color: rgb(172,0,245); }
td.TdClassName
{
border-color: #AC00F5;
}
.TagClassName
{
border-color: #AC00F5;
}
</style>