Html Css Color HEX #AE0BED Electric Purple

📋 copy color: '#AE0BED'

red 174 ◦ green 11 ◦ blue 237

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

Shades of Electric Purple #AE0BED

Tints of Electric Purple #AE0BED

RGB

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

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

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

R = 41.23%
G = 2.61%
B = 56.16%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE0BED (or 0xAE0BED) is known color: Electric Purple. HEX triplet: AE, 0B and ED. RGB value is (174,11,237). Sum of RGB (Red+Green+Blue) = 174+11+237=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE0BED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0BED is #51F412. Grayscale: #545454. Windows color (decimal): -5370899 or 15535022. OLE color: 15535022.

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

Color convert

RGB 174 11 237 -
CMYK 0.27 0.95 0 0.07
HSL 283.27º 0.91% 0.49% -
HSV(B) 283.27º 0.95% 0.93% -
XYZ 32.86 15.35 81.35 -
YUV 85.5 213.5 191.12 -
System Red Green Blue C M Y K H S L
Decimal 174 11 237 0.27 0.95 0 0.07 283.27 0.91 0.49
Hex AE B ED 1B 5F 0 7 11B 5B 31
Octal 256 13 355 33 137 0 7 433 133 61
Binary 10101110 1011 11101101 11011 1011111 0 111 100011011 1011011 110001

Color Harmonies of #AE0BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0BED

Black with #AE0BED

Text Example


Text Example

White with #AE0BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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