Html Css Color HEX #AE0CED Electric Purple

📋 copy color: '#AE0CED'

red 174 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #AE0CED

Tints of Electric Purple #AE0CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.84%

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

R = 41.13%
G = 2.84%
B = 56.03%

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

#AE0CED (or 0xAE0CED) is known color: Electric Purple. HEX triplet: AE, 0C and ED. RGB value is (174,12,237). Sum of RGB (Red+Green+Blue) = 174+12+237=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE0CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0CED is #51F312. Grayscale: #555555. Windows color (decimal): -5370643 or 15535278. OLE color: 15535278.

HSL color Cylindrical-coordinate representation of color #AE0CED: hue angle of 283.2º degrees, saturation: 0.9, 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 #AE0CED is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 12 237 -
CMYK 0.27 0.95 0 0.07
HSL 283.2º 0.9% 0.49% -
HSV(B) 283.2º 0.95% 0.93% -
XYZ 32.87 15.38 81.36 -
YUV 86.09 213.17 190.7 -
System Red Green Blue C M Y K H S L
Decimal 174 12 237 0.27 0.95 0 0.07 283.2 0.9 0.49
Hex AE C ED 1B 5F 0 7 11B 5A 31
Octal 256 14 355 33 137 0 7 433 132 61
Binary 10101110 1100 11101101 11011 1011111 0 111 100011011 1011010 110001

Color Harmonies of #AE0CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0CED

Black with #AE0CED

Text Example


Text Example

White with #AE0CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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