Shades of Electric Purple #AE00FA
Tints of Electric Purple #AE00FA
RGB
CMYK
RGB Variations
Color information
#AE00FA (or 0xAE00FA) is known color: Electric Purple. HEX triplet: AE, 00 and FA. RGB value is (174,0,250). Sum of RGB (Red+Green+Blue) = 174+0+250=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE00FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE00FA is #51FF05. Grayscale: #4F4F4F. Windows color (decimal): -5373702 or 16384174. OLE color: 16384174.
HSL color Cylindrical-coordinate representation of color #AE00FA: hue angle of 281.76º 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 #AE00FA is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 0 | 250 | - |
| CMYK | 0.30 | 1 | 0 | 0.02 |
| HSL | 281.76º | 1% | 0.49% | - |
| HSV(B) | 281.76º | 1% | 0.98% | - |
| XYZ | 34.71 | 15.9 | 91.68 | - |
| YUV | 80.53 | 223.65 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 250 | 0.30 | 1 | 0 | 0.02 | 281.76 | 1 | 0.49 |
| Hex | AE | 0 | FA | 1E | 64 | 0 | 2 | 11A | 64 | 31 |
| Octal | 256 | 0 | 372 | 36 | 144 | 0 | 2 | 432 | 144 | 61 |
| Binary | 10101110 | 0 | 11111010 | 11110 | 1100100 | 0 | 10 | 100011010 | 1100100 | 110001 |
Color Harmonies of #AE00FA
Complementary color
Monochromatic Colors of #AE00FA
Black with #AE00FA
Text Example
Text Example
White with #AE00FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE00FA; }
p { color: rgb(174,0,250); }
H1.HeaderClassName
{
color: #AE00FA;
}
.AnyTagClassName
{
color: #AE00FA;
}
</style>
background-color css
<style>
a { background-color: #AE00FA; }
a { background-color: rgb(174,0,250); }
div.DivClassName
{
background-color: #AE00FA;
}
.BgClassName
{
background-color: #AE00FA;
}
</style>
border-color css
<style>
span { border-color: #AE00FA; }
span { border-color: rgb(174,0,250); }
td.TdClassName
{
border-color: #AE00FA;
}
.TagClassName
{
border-color: #AE00FA;
}
</style>