Html Css Color HEX #AE19EF Electric Purple

📋 copy color: '#AE19EF'

red 174 ◦ green 25 ◦ blue 239

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

Shades of Electric Purple #AE19EF

Tints of Electric Purple #AE19EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.57%

R = 39.73%
G = 5.71%
B = 54.57%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AE19EF (or 0xAE19EF) is known color: Electric Purple. HEX triplet: AE, 19 and EF. RGB value is (174,25,239). Sum of RGB (Red+Green+Blue) = 174+25+239=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #AE19EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE19EF is #51E610. Grayscale: #5D5D5D. Windows color (decimal): -5367313 or 15669678. OLE color: 15669678.

HSL color Cylindrical-coordinate representation of color #AE19EF: hue angle of 281.78º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE19EF is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 25 239 -
CMYK 0.27 0.90 0 0.06
HSL 281.78º 0.87% 0.52% -
HSV(B) 281.78º 0.9% 0.94% -
XYZ 33.38 15.93 82.98 -
YUV 93.95 209.86 185.1 -
System Red Green Blue C M Y K H S L
Decimal 174 25 239 0.27 0.90 0 0.06 281.78 0.87 0.52
Hex AE 19 EF 1B 5A 0 6 11A 57 34
Octal 256 31 357 33 132 0 6 432 127 64
Binary 10101110 11001 11101111 11011 1011010 0 110 100011010 1010111 110100

Color Harmonies of #AE19EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE19EF

Black with #AE19EF

Text Example


Text Example

White with #AE19EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE19EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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