Html Css Color HEX #AE19ED Electric Purple

📋 copy color: '#AE19ED'

red 174 ◦ green 25 ◦ blue 237

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

Shades of Electric Purple #AE19ED

Tints of Electric Purple #AE19ED

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.73%

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

R = 39.91%
G = 5.73%
B = 54.36%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE19ED (or 0xAE19ED) is known color: Electric Purple. HEX triplet: AE, 19 and ED. RGB value is (174,25,237). Sum of RGB (Red+Green+Blue) = 174+25+237=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE19ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE19ED is #51E612. Grayscale: #5D5D5D. Windows color (decimal): -5367315 or 15538606. OLE color: 15538606.

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

Color convert

RGB 174 25 237 -
CMYK 0.27 0.89 0 0.07
HSL 282.17º 0.85% 0.51% -
HSV(B) 282.17º 0.89% 0.93% -
XYZ 33.09 15.81 81.43 -
YUV 93.72 208.86 185.26 -
System Red Green Blue C M Y K H S L
Decimal 174 25 237 0.27 0.89 0 0.07 282.17 0.85 0.51
Hex AE 19 ED 1B 59 0 7 11A 55 33
Octal 256 31 355 33 131 0 7 432 125 63
Binary 10101110 11001 11101101 11011 1011001 0 111 100011010 1010101 110011

Color Harmonies of #AE19ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE19ED

Black with #AE19ED

Text Example


Text Example

White with #AE19ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE19ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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