Html Css Color HEX #AE1CEA Electric Purple

📋 copy color: '#AE1CEA'

red 174 ◦ green 28 ◦ blue 234

#AE1CEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #AE1CEA

Tints of Electric Purple #AE1CEA

RGB

 RED value IS 174 (68.36% from 255) = 39.91%

 GREEN value IS 28 (11.33% from 255) = 6.42%

 BLUE value IS 234 (91.8% from 255) = 53.67%

R = 39.91%
G = 6.42%
B = 53.67%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AE1CEA (or 0xAE1CEA) is known color: Electric Purple. HEX triplet: AE, 1C and EA. RGB value is (174,28,234). Sum of RGB (Red+Green+Blue) = 174+28+234=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE1CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE1CEA is #51E315. Grayscale: #5E5E5E. Windows color (decimal): -5366550 or 15342766. OLE color: 15342766.

HSL color Cylindrical-coordinate representation of color #AE1CEA: hue angle of 282.52º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE1CEA is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 28 234 -
CMYK 0.26 0.88 0 0.08
HSL 282.52º 0.83% 0.51% -
HSV(B) 282.52º 0.88% 0.92% -
XYZ 32.72 15.77 79.16 -
YUV 95.14 206.37 184.25 -
System Red Green Blue C M Y K H S L
Decimal 174 28 234 0.26 0.88 0 0.08 282.52 0.83 0.51
Hex AE 1C EA 1A 58 0 8 11B 53 33
Octal 256 34 352 32 130 0 10 433 123 63
Binary 10101110 11100 11101010 11010 1011000 0 1000 100011011 1010011 110011

Color Harmonies of #AE1CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1CEA

Black with #AE1CEA

Text Example


Text Example

White with #AE1CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1CEA; }

 p { color: rgb(174,28,234); }

 H1.HeaderClassName
 {
   color: #AE1CEA;
 }
 .AnyTagClassName
 {
   color: #AE1CEA;
 }
</style>

background-color css

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

 a { background-color: rgb(174,28,234); }

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

border-color css

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

 span { border-color: rgb(174,28,234); }

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