Html Css Color HEX #AE1AF2 Electric Purple

📋 copy color: '#AE1AF2'

red 174 ◦ green 26 ◦ blue 242

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

Shades of Electric Purple #AE1AF2

Tints of Electric Purple #AE1AF2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.88%

 BLUE value IS 242 (94.92% from 255) = 54.75%

R = 39.37%
G = 5.88%
B = 54.75%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AE1AF2 (or 0xAE1AF2) is known color: Electric Purple. HEX triplet: AE, 1A and F2. RGB value is (174,26,242). Sum of RGB (Red+Green+Blue) = 174+26+242=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 242 (94.92% from 255 or 54.75% from 442); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE1AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE1AF2 is #51E50D. Grayscale: #5E5E5E. Windows color (decimal): -5367054 or 15866542. OLE color: 15866542.

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

Color convert

RGB 174 26 242 -
CMYK 0.28 0.89 0 0.05
HSL 281.11º 0.89% 0.53% -
HSV(B) 281.11º 0.89% 0.95% -
XYZ 33.85 16.15 85.34 -
YUV 94.88 211.03 184.44 -
System Red Green Blue C M Y K H S L
Decimal 174 26 242 0.28 0.89 0 0.05 281.11 0.89 0.53
Hex AE 1A F2 1C 59 0 5 119 59 35
Octal 256 32 362 34 131 0 5 431 131 65
Binary 10101110 11010 11110010 11100 1011001 0 101 100011001 1011001 110101

Color Harmonies of #AE1AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1AF2

Black with #AE1AF2

Text Example


Text Example

White with #AE1AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1AF2; }

 p { color: rgb(174,26,242); }

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

background-color css

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

 a { background-color: rgb(174,26,242); }

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

border-color css

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

 span { border-color: rgb(174,26,242); }

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