Shades of Electric Purple #AE1EEA
Tints of Electric Purple #AE1EEA
RGB
CMYK
RGB Variations
Color information
#AE1EEA (or 0xAE1EEA) is known color: Electric Purple. HEX triplet: AE, 1E and EA. RGB value is (174,30,234). Sum of RGB (Red+Green+Blue) = 174+30+234=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE1EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE1EEA is #51E115. Grayscale: #5F5F5F. Windows color (decimal): -5366038 or 15343278. OLE color: 15343278.
HSL color Cylindrical-coordinate representation of color #AE1EEA: hue angle of 282.35º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE1EEA is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 174 | 30 | 234 | - |
CMYK | 0.26 | 0.87 | 0 | 0.08 |
HSL | 282.35º | 0.83% | 0.52% | - |
HSV(B) | 282.35º | 0.87% | 0.92% | - |
XYZ | 32.77 | 15.87 | 79.18 | - |
YUV | 96.31 | 205.71 | 183.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 30 | 234 | 0.26 | 0.87 | 0 | 0.08 | 282.35 | 0.83 | 0.52 |
Hex | AE | 1E | EA | 1A | 57 | 0 | 8 | 11A | 53 | 34 |
Octal | 256 | 36 | 352 | 32 | 127 | 0 | 10 | 432 | 123 | 64 |
Binary | 10101110 | 11110 | 11101010 | 11010 | 1010111 | 0 | 1000 | 100011010 | 1010011 | 110100 |
Color Harmonies of #AE1EEA
Complementary color
Monochromatic Colors of #AE1EEA
Black with #AE1EEA
Text Example
Text Example
White with #AE1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1EEA; }
p { color: rgb(174,30,234); }
H1.HeaderClassName
{
color: #AE1EEA;
}
.AnyTagClassName
{
color: #AE1EEA;
}
</style>
background-color css
<style>
a { background-color: #AE1EEA; }
a { background-color: rgb(174,30,234); }
div.DivClassName
{
background-color: #AE1EEA;
}
.BgClassName
{
background-color: #AE1EEA;
}
</style>
border-color css
<style>
span { border-color: #AE1EEA; }
span { border-color: rgb(174,30,234); }
td.TdClassName
{
border-color: #AE1EEA;
}
.TagClassName
{
border-color: #AE1EEA;
}
</style>