Html Css Color HEX #AE15E6 Electric Purple

📋 copy color: '#AE15E6'

red 174 ◦ green 21 ◦ blue 230

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

Shades of Electric Purple #AE15E6

Tints of Electric Purple #AE15E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 54.12%

R = 40.94%
G = 4.94%
B = 54.12%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AE15E6 (or 0xAE15E6) is known color: Electric Purple. HEX triplet: AE, 15 and E6. RGB value is (174,21,230). Sum of RGB (Red+Green+Blue) = 174+21+230=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 230 (90.23% from 255 or 54.12% from 425); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE15E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE15E6 is #51EA19. Grayscale: #595959. Windows color (decimal): -5368346 or 15078830. OLE color: 15078830.

HSL color Cylindrical-coordinate representation of color #AE15E6: hue angle of 283.92º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE15E6 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 21 230 -
CMYK 0.24 0.91 0 0.10
HSL 283.92º 0.83% 0.49% -
HSV(B) 283.92º 0.91% 0.9% -
XYZ 32.01 15.25 76.12 -
YUV 90.57 206.69 187.51 -
System Red Green Blue C M Y K H S L
Decimal 174 21 230 0.24 0.91 0 0.10 283.92 0.83 0.49
Hex AE 15 E6 18 5B 0 A 11C 53 31
Octal 256 25 346 30 133 0 12 434 123 61
Binary 10101110 10101 11100110 11000 1011011 0 1010 100011100 1010011 110001

Color Harmonies of #AE15E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE15E6

Black with #AE15E6

Text Example


Text Example

White with #AE15E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE15E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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