Html Css Color HEX #AE0BFE Electric Purple

📋 copy color: '#AE0BFE'

red 174 ◦ green 11 ◦ blue 254

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

Shades of Electric Purple #AE0BFE

Tints of Electric Purple #AE0BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.51%

 BLUE value IS 254 (99.61% from 255) = 57.86%

R = 39.64%
G = 2.51%
B = 57.86%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AE0BFE (or 0xAE0BFE) is known color: Electric Purple. HEX triplet: AE, 0B and FE. RGB value is (174,11,254). Sum of RGB (Red+Green+Blue) = 174+11+254=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE0BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0BFE is #51F401. Grayscale: #565656. Windows color (decimal): -5370882 or 16649134. OLE color: 16649134.

HSL color Cylindrical-coordinate representation of color #AE0BFE: hue angle of 280.25º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE0BFE is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 174 11 254 -
CMYK 0.31 0.96 0 0.00
HSL 280.25º 0.99% 0.52% -
HSV(B) 280.25º 0.96% 1% -
XYZ 35.46 16.39 95.06 -
YUV 87.44 222 189.74 -
System Red Green Blue C M Y K H S L
Decimal 174 11 254 0.31 0.96 0 0.00 280.25 0.99 0.52
Hex AE B FE 1F 60 0 0 118 63 34
Octal 256 13 376 37 140 0 0 430 143 64
Binary 10101110 1011 11111110 11111 1100000 0 0 100011000 1100011 110100

Color Harmonies of #AE0BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0BFE

Black with #AE0BFE

Text Example


Text Example

White with #AE0BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0BFE; }

 p { color: rgb(174,11,254); }

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

background-color css

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

 a { background-color: rgb(174,11,254); }

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

border-color css

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

 span { border-color: rgb(174,11,254); }

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