Html Css Color HEX #AE18FF Electric Purple

📋 copy color: '#AE18FF'

red 174 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #AE18FF

Tints of Electric Purple #AE18FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.29%

R = 38.41%
G = 5.3%
B = 56.29%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE18FF (or 0xAE18FF) is known color: Electric Purple. HEX triplet: AE, 18 and FF. RGB value is (174,24,255). Sum of RGB (Red+Green+Blue) = 174+24+255=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE18FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE18FF is #51E700. Grayscale: #5E5E5E. Windows color (decimal): -5367553 or 16717998. OLE color: 16717998.

HSL color Cylindrical-coordinate representation of color #AE18FF: hue angle of 278.96º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE18FF is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 24 255 -
CMYK 0.32 0.91 0 0
HSL 278.96º 1% 0.55% -
HSV(B) 278.96º 0.91% 1% -
XYZ 35.83 16.87 95.98 -
YUV 95.18 218.2 184.22 -
System Red Green Blue C M Y K H S L
Decimal 174 24 255 0.32 0.91 0 0 278.96 1 0.55
Hex AE 18 FF 20 5B 0 0 117 64 37
Octal 256 30 377 40 133 0 0 427 144 67
Binary 10101110 11000 11111111 100000 1011011 0 0 100010111 1100100 110111

Color Harmonies of #AE18FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE18FF

Black with #AE18FF

Text Example


Text Example

White with #AE18FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE18FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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