Html Css Color HEX #AE00FF Electric Purple

📋 copy color: '#AE00FF'

red 174 ◦ green 0 ◦ blue 255

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

Shades of Electric Purple #AE00FF

Tints of Electric Purple #AE00FF

RGB

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

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

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

R = 40.56%
G = 0%
B = 59.44%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE00FF (or 0xAE00FF) is known color: Electric Purple. HEX triplet: AE, 00 and FF. RGB value is (174,0,255). Sum of RGB (Red+Green+Blue) = 174+0+255=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE00FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE00FF is #51FF00. Grayscale: #505050. Windows color (decimal): -5373697 or 16711854. OLE color: 16711854.

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

Color convert

RGB 174 0 255 -
CMYK 0.32 1 0 0
HSL 280.94º 1% 0.5% -
HSV(B) 280.94º 1% 1% -
XYZ 35.51 16.22 95.87 -
YUV 81.1 226.15 194.27 -
System Red Green Blue C M Y K H S L
Decimal 174 0 255 0.32 1 0 0 280.94 1 0.5
Hex AE 0 FF 20 64 0 0 119 64 32
Octal 256 0 377 40 144 0 0 431 144 62
Binary 10101110 0 11111111 100000 1100100 0 0 100011001 1100100 110010

Color Harmonies of #AE00FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE00FF

Black with #AE00FF

Text Example


Text Example

White with #AE00FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE00FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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