Html Css Color HEX #AE14FF Electric Purple

📋 copy color: '#AE14FF'

red 174 ◦ green 20 ◦ blue 255

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

Shades of Electric Purple #AE14FF

Tints of Electric Purple #AE14FF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.45%

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

R = 38.75%
G = 4.45%
B = 56.79%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE14FF (or 0xAE14FF) is known color: Electric Purple. HEX triplet: AE, 14 and FF. RGB value is (174,20,255). Sum of RGB (Red+Green+Blue) = 174+20+255=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE14FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE14FF is #51EB00. Grayscale: #5C5C5C. Windows color (decimal): -5368577 or 16716974. OLE color: 16716974.

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

Color convert

RGB 174 20 255 -
CMYK 0.32 0.92 0 0
HSL 279.32º 1% 0.54% -
HSV(B) 279.32º 0.92% 1% -
XYZ 35.76 16.72 95.95 -
YUV 92.84 219.52 185.89 -
System Red Green Blue C M Y K H S L
Decimal 174 20 255 0.32 0.92 0 0 279.32 1 0.54
Hex AE 14 FF 20 5C 0 0 117 64 36
Octal 256 24 377 40 134 0 0 427 144 66
Binary 10101110 10100 11111111 100000 1011100 0 0 100010111 1100100 110110

Color Harmonies of #AE14FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE14FF

Black with #AE14FF

Text Example


Text Example

White with #AE14FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE14FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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