Html Css Color HEX #AE1CED Electric Purple

📋 copy color: '#AE1CED'

red 174 ◦ green 28 ◦ blue 237

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

Shades of Electric Purple #AE1CED

Tints of Electric Purple #AE1CED

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.38%

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

R = 39.64%
G = 6.38%
B = 53.99%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE1CED (or 0xAE1CED) is known color: Electric Purple. HEX triplet: AE, 1C and ED. RGB value is (174,28,237). Sum of RGB (Red+Green+Blue) = 174+28+237=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE1CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE1CED is #51E312. Grayscale: #5E5E5E. Windows color (decimal): -5366547 or 15539374. OLE color: 15539374.

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

Color convert

RGB 174 28 237 -
CMYK 0.27 0.88 0 0.07
HSL 281.91º 0.85% 0.52% -
HSV(B) 281.91º 0.88% 0.93% -
XYZ 33.16 15.94 81.45 -
YUV 95.48 207.87 184.01 -
System Red Green Blue C M Y K H S L
Decimal 174 28 237 0.27 0.88 0 0.07 281.91 0.85 0.52
Hex AE 1C ED 1B 58 0 7 11A 55 34
Octal 256 34 355 33 130 0 7 432 125 64
Binary 10101110 11100 11101101 11011 1011000 0 111 100011010 1010101 110100

Color Harmonies of #AE1CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1CED

Black with #AE1CED

Text Example


Text Example

White with #AE1CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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