#AE1DF6

Color #AE1DF6 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #AE1DF6

Tints of Electric Purple #AE1DF6

Color information

#AE1DF6 (or 0xAE1DF6) is unknown color: approx Electric Purple. HEX triplet: AE, 1D and F6. RGB value is (174,29,246). Sum of RGB (Red+Green+Blue) = 174+29+246=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 246 (96.48% from 255 or 54.79% from 449); Max value from RGB is 246 - color contains mainly: blue. Hex color #AE1DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE1DF6 is #51E209. Grayscale: #606060. Windows color (decimal): -5366282 or 16129454. OLE color: 16129454.

HSL color Cylindrical-coordinate representation of color #AE1DF6: hue angle of 280.09º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE1DF6 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17429246-
CMYK0.290.8800.04
HSL280.09º92.34%53.92%-
HSV(B)280.09º88.21%96.47%-
XYZ34.5316.5388.56-
YUV97.09212.04182.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 29 (11.72% from 255) = 6.46%
BLUE value IS 246 (96.48% from 255) = 54.79%
R=38.75%
G=6.46%
B=54.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal174292460.290.8800.04280.0992.3453.92
HexAE1DF61D58041185c36
Octal25635366351300443013466
Binary10101110111011111011011101101100001001000110001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1DF6; }

 p { color: rgb(174,29,246); }

 H1.HeaderClassName
 {
   color: #AE1DF6;
 }
 .AnyTagClassName
 {
   color: #AE1DF6;
 }
</style>
background-color css

<style>
 a { background-color: #AE1DF6; }

 a { background-color: rgb(174,29,246); }

 div.DivClassName
 {
   background-color: #AE1DF6;
 }
 .BgClassName
 {
   background-color: #AE1DF6;
 }
</style>
border-color css

<style>
 span { border-color: #AE1DF6; }

 span { border-color: rgb(174,29,246); }

 td.TdClassName
 {
   border-color: #AE1DF6;
 }
 .TagClassName
 {
   border-color: #AE1DF6;
 }
</style>