Html Css Color HEX #AE0DED Electric Purple

📋 copy color: '#AE0DED'

red 174 ◦ green 13 ◦ blue 237

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

Shades of Electric Purple #AE0DED

Tints of Electric Purple #AE0DED

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.07%

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

R = 41.04%
G = 3.07%
B = 55.9%

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

#AE0DED (or 0xAE0DED) is known color: Electric Purple. HEX triplet: AE, 0D and ED. RGB value is (174,13,237). Sum of RGB (Red+Green+Blue) = 174+13+237=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 13 (5.47% from 255 or 3.07% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE0DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0DED is #51F212. Grayscale: #555555. Windows color (decimal): -5370387 or 15535534. OLE color: 15535534.

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

Color convert

RGB 174 13 237 -
CMYK 0.27 0.95 0 0.07
HSL 283.13º 0.9% 0.49% -
HSV(B) 283.13º 0.95% 0.93% -
XYZ 32.89 15.4 81.36 -
YUV 86.68 212.84 190.29 -
System Red Green Blue C M Y K H S L
Decimal 174 13 237 0.27 0.95 0 0.07 283.13 0.9 0.49
Hex AE D ED 1B 5F 0 7 11B 5A 31
Octal 256 15 355 33 137 0 7 433 132 61
Binary 10101110 1101 11101101 11011 1011111 0 111 100011011 1011010 110001

Color Harmonies of #AE0DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0DED

Black with #AE0DED

Text Example


Text Example

White with #AE0DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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