Html Css Color HEX #AE17ED Electric Purple

📋 copy color: '#AE17ED'

red 174 ◦ green 23 ◦ blue 237

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

Shades of Electric Purple #AE17ED

Tints of Electric Purple #AE17ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.61%

R = 40.09%
G = 5.3%
B = 54.61%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE17ED (or 0xAE17ED) is known color: Electric Purple. HEX triplet: AE, 17 and ED. RGB value is (174,23,237). Sum of RGB (Red+Green+Blue) = 174+23+237=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE17ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE17ED is #51E812. Grayscale: #5B5B5B. Windows color (decimal): -5367827 or 15538094. OLE color: 15538094.

HSL color Cylindrical-coordinate representation of color #AE17ED: hue angle of 282.34º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE17ED is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 23 237 -
CMYK 0.27 0.90 0 0.07
HSL 282.34º 0.86% 0.51% -
HSV(B) 282.34º 0.9% 0.93% -
XYZ 33.05 15.73 81.41 -
YUV 92.55 209.53 186.1 -
System Red Green Blue C M Y K H S L
Decimal 174 23 237 0.27 0.90 0 0.07 282.34 0.86 0.51
Hex AE 17 ED 1B 5A 0 7 11A 56 33
Octal 256 27 355 33 132 0 7 432 126 63
Binary 10101110 10111 11101101 11011 1011010 0 111 100011010 1010110 110011

Color Harmonies of #AE17ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE17ED

Black with #AE17ED

Text Example


Text Example

White with #AE17ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE17ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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