Html Css Color HEX #AE00ED Electric Purple

📋 copy color: '#AE00ED'

red 174 ◦ green 0 ◦ blue 237

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

Shades of Electric Purple #AE00ED

Tints of Electric Purple #AE00ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.34%
G = 0%
B = 57.66%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE00ED (or 0xAE00ED) is known color: Electric Purple. HEX triplet: AE, 00 and ED. RGB value is (174,0,237). Sum of RGB (Red+Green+Blue) = 174+0+237=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE00ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE00ED is #51FF12. Grayscale: #4E4E4E. Windows color (decimal): -5373715 or 15532206. OLE color: 15532206.

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

Color convert

RGB 174 0 237 -
CMYK 0.27 1 0 0.07
HSL 284.05º 1% 0.46% -
HSV(B) 284.05º 1% 0.93% -
XYZ 32.74 15.11 81.31 -
YUV 79.04 217.15 195.73 -
System Red Green Blue C M Y K H S L
Decimal 174 0 237 0.27 1 0 0.07 284.05 1 0.46
Hex AE 0 ED 1B 64 0 7 11C 64 2E
Octal 256 0 355 33 144 0 7 434 144 56
Binary 10101110 0 11101101 11011 1100100 0 111 100011100 1100100 101110

Color Harmonies of #AE00ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE00ED

Black with #AE00ED

Text Example


Text Example

White with #AE00ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE00ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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