Shades of Electric Purple #AE02F0
Tints of Electric Purple #AE02F0
RGB
CMYK
RGB Variations
Color information
#AE02F0 (or 0xAE02F0) is known color: Electric Purple. HEX triplet: AE, 02 and F0. RGB value is (174,2,240). Sum of RGB (Red+Green+Blue) = 174+2+240=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 240 (94.14% from 255 or 57.69% from 416); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE02F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE02F0 is #51FD0F. Grayscale: #4F4F4F. Windows color (decimal): -5373200 or 15729326. OLE color: 15729326.
HSL color Cylindrical-coordinate representation of color #AE02F0: hue angle of 283.36º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE02F0 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 174 | 2 | 240 | - |
CMYK | 0.28 | 0.99 | 0 | 0.06 |
HSL | 283.36º | 0.98% | 0.47% | - |
HSV(B) | 283.36º | 0.99% | 0.94% | - |
XYZ | 33.21 | 15.33 | 83.65 | - |
YUV | 80.56 | 217.98 | 194.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 2 | 240 | 0.28 | 0.99 | 0 | 0.06 | 283.36 | 0.98 | 0.47 |
Hex | AE | 2 | F0 | 1C | 63 | 0 | 6 | 11B | 62 | 2F |
Octal | 256 | 2 | 360 | 34 | 143 | 0 | 6 | 433 | 142 | 57 |
Binary | 10101110 | 10 | 11110000 | 11100 | 1100011 | 0 | 110 | 100011011 | 1100010 | 101111 |
Color Harmonies of #AE02F0
Complementary color
Monochromatic Colors of #AE02F0
Black with #AE02F0
Text Example
Text Example
White with #AE02F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE02F0; }
p { color: rgb(174,2,240); }
H1.HeaderClassName
{
color: #AE02F0;
}
.AnyTagClassName
{
color: #AE02F0;
}
</style>
background-color css
<style>
a { background-color: #AE02F0; }
a { background-color: rgb(174,2,240); }
div.DivClassName
{
background-color: #AE02F0;
}
.BgClassName
{
background-color: #AE02F0;
}
</style>
border-color css
<style>
span { border-color: #AE02F0; }
span { border-color: rgb(174,2,240); }
td.TdClassName
{
border-color: #AE02F0;
}
.TagClassName
{
border-color: #AE02F0;
}
</style>