Shades of Electric Purple #AE14E5
Tints of Electric Purple #AE14E5
RGB
CMYK
RGB Variations
Color information
#AE14E5 (or 0xAE14E5) is known color: Electric Purple. HEX triplet: AE, 14 and E5. RGB value is (174,20,229). Sum of RGB (Red+Green+Blue) = 174+20+229=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE14E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE14E5 is #51EB1A. Grayscale: #595959. Windows color (decimal): -5368603 or 15013038. OLE color: 15013038.
HSL color Cylindrical-coordinate representation of color #AE14E5: hue angle of 284.21º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE14E5 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 20 | 229 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.10 |
| HSL | 284.21º | 0.84% | 0.49% | - |
| HSV(B) | 284.21º | 0.91% | 0.9% | - |
| XYZ | 31.85 | 15.16 | 75.38 | - |
| YUV | 89.87 | 206.52 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 229 | 0.24 | 0.91 | 0 | 0.10 | 284.21 | 0.84 | 0.49 |
| Hex | AE | 14 | E5 | 18 | 5B | 0 | A | 11C | 54 | 31 |
| Octal | 256 | 24 | 345 | 30 | 133 | 0 | 12 | 434 | 124 | 61 |
| Binary | 10101110 | 10100 | 11100101 | 11000 | 1011011 | 0 | 1010 | 100011100 | 1010100 | 110001 |
Color Harmonies of #AE14E5
Complementary color
Monochromatic Colors of #AE14E5
Black with #AE14E5
Text Example
Text Example
White with #AE14E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE14E5; }
p { color: rgb(174,20,229); }
H1.HeaderClassName
{
color: #AE14E5;
}
.AnyTagClassName
{
color: #AE14E5;
}
</style>
background-color css
<style>
a { background-color: #AE14E5; }
a { background-color: rgb(174,20,229); }
div.DivClassName
{
background-color: #AE14E5;
}
.BgClassName
{
background-color: #AE14E5;
}
</style>
border-color css
<style>
span { border-color: #AE14E5; }
span { border-color: rgb(174,20,229); }
td.TdClassName
{
border-color: #AE14E5;
}
.TagClassName
{
border-color: #AE14E5;
}
</style>