Shades of Electric Purple #AC00FA
Tints of Electric Purple #AC00FA
RGB
CMYK
RGB Variations
Color information
#AC00FA (or 0xAC00FA) is known color: Electric Purple. HEX triplet: AC, 00 and FA. RGB value is (172,0,250). Sum of RGB (Red+Green+Blue) = 172+0+250=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC00FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC00FA is #53FF05. Grayscale: #4F4F4F. Windows color (decimal): -5504774 or 16384172. OLE color: 16384172.
HSL color Cylindrical-coordinate representation of color #AC00FA: hue angle of 281.28º 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 #AC00FA is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 0 | 250 | - |
| CMYK | 0.31 | 1 | 0 | 0.02 |
| HSL | 281.28º | 1% | 0.49% | - |
| HSV(B) | 281.28º | 1% | 0.98% | - |
| XYZ | 34.27 | 15.67 | 91.66 | - |
| YUV | 79.93 | 223.98 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 250 | 0.31 | 1 | 0 | 0.02 | 281.28 | 1 | 0.49 |
| Hex | AC | 0 | FA | 1F | 64 | 0 | 2 | 119 | 64 | 31 |
| Octal | 254 | 0 | 372 | 37 | 144 | 0 | 2 | 431 | 144 | 61 |
| Binary | 10101100 | 0 | 11111010 | 11111 | 1100100 | 0 | 10 | 100011001 | 1100100 | 110001 |
Color Harmonies of #AC00FA
Complementary color
Monochromatic Colors of #AC00FA
Black with #AC00FA
Text Example
Text Example
White with #AC00FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00FA; }
p { color: rgb(172,0,250); }
H1.HeaderClassName
{
color: #AC00FA;
}
.AnyTagClassName
{
color: #AC00FA;
}
</style>
background-color css
<style>
a { background-color: #AC00FA; }
a { background-color: rgb(172,0,250); }
div.DivClassName
{
background-color: #AC00FA;
}
.BgClassName
{
background-color: #AC00FA;
}
</style>
border-color css
<style>
span { border-color: #AC00FA; }
span { border-color: rgb(172,0,250); }
td.TdClassName
{
border-color: #AC00FA;
}
.TagClassName
{
border-color: #AC00FA;
}
</style>