Html Css Color HEX #AE19FF Electric Purple

📋 copy color: '#AE19FF'

red 174 ◦ green 25 ◦ blue 255

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

Shades of Electric Purple #AE19FF

Tints of Electric Purple #AE19FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.17%

R = 38.33%
G = 5.51%
B = 56.17%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE19FF (or 0xAE19FF) is known color: Electric Purple. HEX triplet: AE, 19 and FF. RGB value is (174,25,255). Sum of RGB (Red+Green+Blue) = 174+25+255=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE19FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE19FF is #51E600. Grayscale: #5E5E5E. Windows color (decimal): -5367297 or 16718254. OLE color: 16718254.

HSL color Cylindrical-coordinate representation of color #AE19FF: hue angle of 278.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE19FF is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 25 255 -
CMYK 0.32 0.90 0 0
HSL 278.87º 1% 0.55% -
HSV(B) 278.87º 0.9% 1% -
XYZ 35.85 16.91 95.98 -
YUV 95.77 217.86 183.8 -
System Red Green Blue C M Y K H S L
Decimal 174 25 255 0.32 0.90 0 0 278.87 1 0.55
Hex AE 19 FF 20 5A 0 0 117 64 37
Octal 256 31 377 40 132 0 0 427 144 67
Binary 10101110 11001 11111111 100000 1011010 0 0 100010111 1100100 110111

Color Harmonies of #AE19FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE19FF

Black with #AE19FF

Text Example


Text Example

White with #AE19FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE19FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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