Html Css Color HEX #AE1BED Electric Purple

📋 copy color: '#AE1BED'

red 174 ◦ green 27 ◦ blue 237

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

Shades of Electric Purple #AE1BED

Tints of Electric Purple #AE1BED

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.16%

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

R = 39.73%
G = 6.16%
B = 54.11%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE1BED (or 0xAE1BED) is known color: Electric Purple. HEX triplet: AE, 1B and ED. RGB value is (174,27,237). Sum of RGB (Red+Green+Blue) = 174+27+237=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE1BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE1BED is #51E412. Grayscale: #5E5E5E. Windows color (decimal): -5366803 or 15539118. OLE color: 15539118.

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

Color convert

RGB 174 27 237 -
CMYK 0.27 0.89 0 0.07
HSL 282º 0.85% 0.52% -
HSV(B) 282º 0.89% 0.93% -
XYZ 33.13 15.9 81.44 -
YUV 94.89 208.2 184.42 -
System Red Green Blue C M Y K H S L
Decimal 174 27 237 0.27 0.89 0 0.07 282 0.85 0.52
Hex AE 1B ED 1B 59 0 7 11A 55 34
Octal 256 33 355 33 131 0 7 432 125 64
Binary 10101110 11011 11101101 11011 1011001 0 111 100011010 1010101 110100

Color Harmonies of #AE1BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1BED

Black with #AE1BED

Text Example


Text Example

White with #AE1BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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