Html Css Color HEX #AE0BFF Electric Purple

📋 copy color: '#AE0BFF'

red 174 ◦ green 11 ◦ blue 255

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

Shades of Electric Purple #AE0BFF

Tints of Electric Purple #AE0BFF

RGB

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

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

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

R = 39.55%
G = 2.5%
B = 57.95%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE0BFF (or 0xAE0BFF) is known color: Electric Purple. HEX triplet: AE, 0B and FF. RGB value is (174,11,255). Sum of RGB (Red+Green+Blue) = 174+11+255=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE0BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0BFF is #51F400. Grayscale: #565656. Windows color (decimal): -5370881 or 16714670. OLE color: 16714670.

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

Color convert

RGB 174 11 255 -
CMYK 0.32 0.96 0 0
HSL 280.08º 1% 0.52% -
HSV(B) 280.08º 0.96% 1% -
XYZ 35.63 16.46 95.91 -
YUV 87.55 222.5 189.66 -
System Red Green Blue C M Y K H S L
Decimal 174 11 255 0.32 0.96 0 0 280.08 1 0.52
Hex AE B FF 20 60 0 0 118 64 34
Octal 256 13 377 40 140 0 0 430 144 64
Binary 10101110 1011 11111111 100000 1100000 0 0 100011000 1100100 110100

Color Harmonies of #AE0BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0BFF

Black with #AE0BFF

Text Example


Text Example

White with #AE0BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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