Html Css Color HEX #AE17EA Electric Purple

📋 copy color: '#AE17EA'

red 174 ◦ green 23 ◦ blue 234

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

Shades of Electric Purple #AE17EA

Tints of Electric Purple #AE17EA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.34%

 BLUE value IS 234 (91.8% from 255) = 54.29%

R = 40.37%
G = 5.34%
B = 54.29%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AE17EA (or 0xAE17EA) is known color: Electric Purple. HEX triplet: AE, 17 and EA. RGB value is (174,23,234). Sum of RGB (Red+Green+Blue) = 174+23+234=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 23 (9.38% from 255 or 5.34% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE17EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE17EA is #51E815. Grayscale: #5B5B5B. Windows color (decimal): -5367830 or 15341486. OLE color: 15341486.

HSL color Cylindrical-coordinate representation of color #AE17EA: hue angle of 282.94º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE17EA is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 23 234 -
CMYK 0.26 0.90 0 0.08
HSL 282.94º 0.83% 0.5% -
HSV(B) 282.94º 0.9% 0.92% -
XYZ 32.61 15.55 79.12 -
YUV 92.2 208.03 186.34 -
System Red Green Blue C M Y K H S L
Decimal 174 23 234 0.26 0.90 0 0.08 282.94 0.83 0.5
Hex AE 17 EA 1A 5A 0 8 11B 53 32
Octal 256 27 352 32 132 0 10 433 123 62
Binary 10101110 10111 11101010 11010 1011010 0 1000 100011011 1010011 110010

Color Harmonies of #AE17EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE17EA

Black with #AE17EA

Text Example


Text Example

White with #AE17EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE17EA; }

 p { color: rgb(174,23,234); }

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

background-color css

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

 a { background-color: rgb(174,23,234); }

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

border-color css

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

 span { border-color: rgb(174,23,234); }

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