Html Css Color HEX #AE15FE Electric Purple

📋 copy color: '#AE15FE'

red 174 ◦ green 21 ◦ blue 254

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

Shades of Electric Purple #AE15FE

Tints of Electric Purple #AE15FE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.68%

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 38.75%
G = 4.68%
B = 56.57%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AE15FE (or 0xAE15FE) is known color: Electric Purple. HEX triplet: AE, 15 and FE. RGB value is (174,21,254). Sum of RGB (Red+Green+Blue) = 174+21+254=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE15FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE15FE is #51EA01. Grayscale: #5C5C5C. Windows color (decimal): -5368322 or 16651694. OLE color: 16651694.

HSL color Cylindrical-coordinate representation of color #AE15FE: hue angle of 279.4º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE15FE is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 174 21 254 -
CMYK 0.31 0.92 0 0.00
HSL 279.4º 0.99% 0.54% -
HSV(B) 279.4º 0.92% 1% -
XYZ 35.61 16.69 95.11 -
YUV 93.31 218.69 185.55 -
System Red Green Blue C M Y K H S L
Decimal 174 21 254 0.31 0.92 0 0.00 279.4 0.99 0.54
Hex AE 15 FE 1F 5C 0 0 117 63 36
Octal 256 25 376 37 134 0 0 427 143 66
Binary 10101110 10101 11111110 11111 1011100 0 0 100010111 1100011 110110

Color Harmonies of #AE15FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE15FE

Black with #AE15FE

Text Example


Text Example

White with #AE15FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE15FE; }

 p { color: rgb(174,21,254); }

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

background-color css

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

 a { background-color: rgb(174,21,254); }

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

border-color css

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

 span { border-color: rgb(174,21,254); }

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