Html Css Color HEX #AE0DFF Electric Purple

📋 copy color: '#AE0DFF'

red 174 ◦ green 13 ◦ blue 255

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

Shades of Electric Purple #AE0DFF

Tints of Electric Purple #AE0DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.69%

R = 39.37%
G = 2.94%
B = 57.69%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE0DFF (or 0xAE0DFF) is known color: Electric Purple. HEX triplet: AE, 0D and FF. RGB value is (174,13,255). Sum of RGB (Red+Green+Blue) = 174+13+255=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE0DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0DFF is #51F200. Grayscale: #575757. Windows color (decimal): -5370369 or 16715182. OLE color: 16715182.

HSL color Cylindrical-coordinate representation of color #AE0DFF: hue angle of 279.92º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0DFF is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 13 255 -
CMYK 0.32 0.95 0 0
HSL 279.92º 1% 0.53% -
HSV(B) 279.92º 0.95% 1% -
XYZ 35.65 16.51 95.91 -
YUV 88.73 221.84 188.82 -
System Red Green Blue C M Y K H S L
Decimal 174 13 255 0.32 0.95 0 0 279.92 1 0.53
Hex AE D FF 20 5F 0 0 118 64 35
Octal 256 15 377 40 137 0 0 430 144 65
Binary 10101110 1101 11111111 100000 1011111 0 0 100011000 1100100 110101

Color Harmonies of #AE0DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0DFF

Black with #AE0DFF

Text Example


Text Example

White with #AE0DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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