Html Css Color HEX #AE17FF Electric Purple

📋 copy color: '#AE17FF'

red 174 ◦ green 23 ◦ blue 255

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

Shades of Electric Purple #AE17FF

Tints of Electric Purple #AE17FF

RGB

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

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

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

R = 38.5%
G = 5.09%
B = 56.42%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE17FF (or 0xAE17FF) is known color: Electric Purple. HEX triplet: AE, 17 and FF. RGB value is (174,23,255). Sum of RGB (Red+Green+Blue) = 174+23+255=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 23 (9.38% from 255 or 5.09% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE17FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE17FF is #51E800. Grayscale: #5D5D5D. Windows color (decimal): -5367809 or 16717742. OLE color: 16717742.

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

Color convert

RGB 174 23 255 -
CMYK 0.32 0.91 0 0
HSL 279.05º 1% 0.55% -
HSV(B) 279.05º 0.91% 1% -
XYZ 35.81 16.83 95.97 -
YUV 94.6 218.53 184.64 -
System Red Green Blue C M Y K H S L
Decimal 174 23 255 0.32 0.91 0 0 279.05 1 0.55
Hex AE 17 FF 20 5B 0 0 117 64 37
Octal 256 27 377 40 133 0 0 427 144 67
Binary 10101110 10111 11111111 100000 1011011 0 0 100010111 1100100 110111

Color Harmonies of #AE17FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE17FF

Black with #AE17FF

Text Example


Text Example

White with #AE17FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE17FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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