Html Css Color HEX #AE1CFF Electric Purple

📋 copy color: '#AE1CFF'

red 174 ◦ green 28 ◦ blue 255

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

Shades of Electric Purple #AE1CFF

Tints of Electric Purple #AE1CFF

RGB

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

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

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

R = 38.07%
G = 6.13%
B = 55.8%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE1CFF (or 0xAE1CFF) is known color: Electric Purple. HEX triplet: AE, 1C and FF. RGB value is (174,28,255). Sum of RGB (Red+Green+Blue) = 174+28+255=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE1CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE1CFF is #51E300. Grayscale: #606060. Windows color (decimal): -5366529 or 16719022. OLE color: 16719022.

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

Color convert

RGB 174 28 255 -
CMYK 0.32 0.89 0 0
HSL 278.59º 1% 0.55% -
HSV(B) 278.59º 0.89% 1% -
XYZ 35.92 17.05 96.01 -
YUV 97.53 216.87 182.54 -
System Red Green Blue C M Y K H S L
Decimal 174 28 255 0.32 0.89 0 0 278.59 1 0.55
Hex AE 1C FF 20 59 0 0 117 64 37
Octal 256 34 377 40 131 0 0 427 144 67
Binary 10101110 11100 11111111 100000 1011001 0 0 100010111 1100100 110111

Color Harmonies of #AE1CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1CFF

Black with #AE1CFF

Text Example


Text Example

White with #AE1CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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