Html Css Color HEX #AE18ED Electric Purple

📋 copy color: '#AE18ED'

red 174 ◦ green 24 ◦ blue 237

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

Shades of Electric Purple #AE18ED

Tints of Electric Purple #AE18ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.48%

R = 40%
G = 5.52%
B = 54.48%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE18ED (or 0xAE18ED) is known color: Electric Purple. HEX triplet: AE, 18 and ED. RGB value is (174,24,237). Sum of RGB (Red+Green+Blue) = 174+24+237=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE18ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE18ED is #51E712. Grayscale: #5C5C5C. Windows color (decimal): -5367571 or 15538350. OLE color: 15538350.

HSL color Cylindrical-coordinate representation of color #AE18ED: hue angle of 282.25º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE18ED is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 24 237 -
CMYK 0.27 0.90 0 0.07
HSL 282.25º 0.86% 0.51% -
HSV(B) 282.25º 0.9% 0.93% -
XYZ 33.07 15.77 81.42 -
YUV 93.13 209.2 185.68 -
System Red Green Blue C M Y K H S L
Decimal 174 24 237 0.27 0.90 0 0.07 282.25 0.86 0.51
Hex AE 18 ED 1B 5A 0 7 11A 56 33
Octal 256 30 355 33 132 0 7 432 126 63
Binary 10101110 11000 11101101 11011 1011010 0 111 100011010 1010110 110011

Color Harmonies of #AE18ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE18ED

Black with #AE18ED

Text Example


Text Example

White with #AE18ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE18ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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