Html Css Color HEX #AE10ED Electric Purple

📋 copy color: '#AE10ED'

red 174 ◦ green 16 ◦ blue 237

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

Shades of Electric Purple #AE10ED

Tints of Electric Purple #AE10ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.75%

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

R = 40.75%
G = 3.75%
B = 55.5%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE10ED (or 0xAE10ED) is known color: Electric Purple. HEX triplet: AE, 10 and ED. RGB value is (174,16,237). Sum of RGB (Red+Green+Blue) = 174+16+237=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE10ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE10ED is #51EF12. Grayscale: #575757. Windows color (decimal): -5369619 or 15536302. OLE color: 15536302.

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

Color convert

RGB 174 16 237 -
CMYK 0.27 0.93 0 0.07
HSL 282.9º 0.87% 0.5% -
HSV(B) 282.9º 0.93% 0.93% -
XYZ 32.93 15.48 81.37 -
YUV 88.44 211.85 189.03 -
System Red Green Blue C M Y K H S L
Decimal 174 16 237 0.27 0.93 0 0.07 282.9 0.87 0.5
Hex AE 10 ED 1B 5D 0 7 11B 57 32
Octal 256 20 355 33 135 0 7 433 127 62
Binary 10101110 10000 11101101 11011 1011101 0 111 100011011 1010111 110010

Color Harmonies of #AE10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE10ED

Black with #AE10ED

Text Example


Text Example

White with #AE10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE10ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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