Html Css Color HEX #AE1EEA Electric Purple

📋 copy color: '#AE1EEA'

red 174 ◦ green 30 ◦ blue 234

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

Shades of Electric Purple #AE1EEA

Tints of Electric Purple #AE1EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.85%

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

R = 39.73%
G = 6.85%
B = 53.42%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

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

Triadic Colors

Analogous colors

Split complements colors

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>