Html Css Color HEX #AE18EA Electric Purple

📋 copy color: '#AE18EA'

red 174 ◦ green 24 ◦ blue 234

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

Shades of Electric Purple #AE18EA

Tints of Electric Purple #AE18EA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.56%

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

R = 40.28%
G = 5.56%
B = 54.17%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AE18EA (or 0xAE18EA) is known color: Electric Purple. HEX triplet: AE, 18 and EA. RGB value is (174,24,234). Sum of RGB (Red+Green+Blue) = 174+24+234=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE18EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE18EA is #51E715. Grayscale: #5C5C5C. Windows color (decimal): -5367574 or 15341742. OLE color: 15341742.

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

Color convert

RGB 174 24 234 -
CMYK 0.26 0.90 0 0.08
HSL 282.86º 0.83% 0.51% -
HSV(B) 282.86º 0.9% 0.92% -
XYZ 32.63 15.59 79.13 -
YUV 92.79 207.7 185.92 -
System Red Green Blue C M Y K H S L
Decimal 174 24 234 0.26 0.90 0 0.08 282.86 0.83 0.51
Hex AE 18 EA 1A 5A 0 8 11B 53 33
Octal 256 30 352 32 132 0 10 433 123 63
Binary 10101110 11000 11101010 11010 1011010 0 1000 100011011 1010011 110011

Color Harmonies of #AE18EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE18EA

Black with #AE18EA

Text Example


Text Example

White with #AE18EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE18EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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