@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ae11fd hex color - Violet - Warm color - Information

#ae11fd hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ae11fd Color code in RGB color code model is created after adding 68.24% red color, 6.67% green color and 99.22% blue color. Hex #ae11fd Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 93% magenta, 0% yellow and 0.78% black.

Hex #ae11fd color code is between #aa00ff web safe hex color code and #bb00ee web safe hex color code. #aa00ff is the nearest web safe color code. You can see here many more shades of #ae11fd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeae11fd#ae11fd
RGB Decimal174, 17, 253rgb(174, 17, 253)
RGB Percent68%, 7%, 99%rgb(68%, 7%, 99%)
CSS RGBa174, 17, 253,1rgba(174,17,253,1)
CMYK Modelcmyk(31%,93%,0%,0.78%)
HSL Color Space280,98% ,53%hsl(280,98% ,53%)
HSV Color Space280°, 93%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100001000111111101
Octal25621375
Decimal17417253
Hexae11fd

Different shades of #ae11fd color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #ae11fd
#bf44fd
Dark Shade of #ae11fd
#9102d9
Saturated Shade of #ae11fd
#af0fff
Desaturated Shade of #ae11fd
#aa1df1
Grey scale Shade of #ae11fd
#878787
Brighten Shade
#c72aff
Most Readable Shade
#FFFFFF

Shades of #ae11fd color code

Generate more color scales with scales (color stack) generator.

#ae11fd
#9a0fe0
#870dc4
#740ba8
#60098c
#4d0770
#3a0554
#260338
#13011c
#000000

Similar Color like #ae11fd color

Find visually similar hex color codes nearing to #ae11fd hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#af12fe
#b013ff
#b114ff
#b215ff
#b316ff
#b417ff
#b518ff
#b619ff
#b71aff
#b81bff
#b91cff
#ba1dff
#bb1eff
#bc1fff
#ad10fc
#ac0ffb
#ab0efa
#aa0df9
#a90cf8
#a80bf7
#a70af6
#a609f5
#a508f4
#a407f3
#a306f2
#a205f1
#a104f0
#a003ef

Monochromatic Color with #ae11fd

#ae11fd
#1c0328
#390653
#56087d
#740ba8
#910ed2

Tints of #ae11fd Color

#ae11fd
#b72bfd
#c045fd
#c960fd
#d27afd
#db95fe
#e4affe
#edcafe
#f6e4fe
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ae11fd
#60fd11

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ae11fd
#d6fd11
#11fd38

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#5011fd
#7f11fd
#ae11fd
#dd11fd
#fd11ee

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ae11fd
#fdae11
#11fdae

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ae11fd
#fd3811
#60fd11
#11d6fd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ae11fd
#60fd11
#11fd38
#fd11d6

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #ae11fd Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ae11fd Color Code Preview on Black Background Color

This is how #ae11fd Color will look on black background color. Color contrast ratio is 4.30

#ae11fd in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ae11fd">Your Example Paragraph content text in with font color #ae11fd </p>

Your Example Paragraph content text in with font color #ae11fd

HTML with inline CSS

<div style="color:#ae11fd">Your Paragraph text in with font color #ae11fd </div>

Your Example Paragraph content text in with font color #ae11fd

#ae11fd color code is use for CSS Background Color

Background color for the above div is #ae11fd

HTML with inline CSS

<div style="background-color:#ae11fd;"></div>

#ae11fd color code is use for CSS Border Color

CSS Border color for the above div is #ae11fd

HTML with inline CSS

<div style="border:5px solid #ae11fd;"></div>

CSS Border Left color for the above div is #ae11fd

HTML with inline CSS

<div style="border-left:5px solid #ae11fd;"></div>

CSS Border Right color for the above div is #ae11fd

HTML with inline CSS

<div style="border-right:5px solid #ae11fd;"></div>

CSS Border Bottom color for the above div is #ae11fd

HTML with inline CSS

<div style="border-bottom:5px solid #ae11fd;"></div>

CSS Border Top color for the above div is #ae11fd

HTML with inline CSS

<div style="border-top:5px solid #ae11fd;"></div>

#ae11fd hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ae11fd; } .examplecolorclass {color:#ae11fd; } .examplebordercolor {border:3px solid #ae11fd; }

#ae11fd Color code Preview on White Background

This is how #ae11fd Color code will look on white background color. Color contrast ratio is 4.89

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ae11fd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ae11fd; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(174,17,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(96,253,17,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,17,253,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.