Html Css Color HEX #AE19E6 Electric Purple

📋 copy color: '#AE19E6'

red 174 ◦ green 25 ◦ blue 230

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

Shades of Electric Purple #AE19E6

Tints of Electric Purple #AE19E6

RGB

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

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

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

R = 40.56%
G = 5.83%
B = 53.61%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AE19E6 (or 0xAE19E6) is known color: Electric Purple. HEX triplet: AE, 19 and E6. RGB value is (174,25,230). Sum of RGB (Red+Green+Blue) = 174+25+230=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 230 (90.23% from 255 or 53.61% from 429); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE19E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE19E6 is #51E619. Grayscale: #5C5C5C. Windows color (decimal): -5367322 or 15079854. OLE color: 15079854.

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

Color convert

RGB 174 25 230 -
CMYK 0.24 0.89 0 0.10
HSL 283.61º 0.8% 0.5% -
HSV(B) 283.61º 0.89% 0.9% -
XYZ 32.09 15.41 76.15 -
YUV 92.92 205.36 185.83 -
System Red Green Blue C M Y K H S L
Decimal 174 25 230 0.24 0.89 0 0.10 283.61 0.8 0.5
Hex AE 19 E6 18 59 0 A 11C 50 32
Octal 256 31 346 30 131 0 12 434 120 62
Binary 10101110 11001 11100110 11000 1011001 0 1010 100011100 1010000 110010

Color Harmonies of #AE19E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE19E6

Black with #AE19E6

Text Example


Text Example

White with #AE19E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE19E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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