@
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.

#ae4ffd hex color - Blue - Warm color - Information

#ae4ffd hex color - Blue - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

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

Hex #ae4ffd color code is between #aa55ff web safe hex color code and #bb44ee web safe hex color code. #aa55ff is the nearest web safe color code. You can see here many more shades of #ae4ffd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeae4ffd#ae4ffd
RGB Decimal174, 79, 253rgb(174, 79, 253)
RGB Percent68%, 31%, 99%rgb(68%, 31%, 99%)
CSS RGBa174, 79, 253,1rgba(174,79,253,1)
CMYK Modelcmyk(31%,69%,0%,0.78%)
HSL Color Space273,98% ,65%hsl(273,98% ,65%)
HSV Color Space273°, 69%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100100111111111101
Octal256117375
Decimal17479253
Hexae4ffd

Different shades of #ae4ffd color code.

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

Light Shade of #ae4ffd
#c581fe
Dark Shade of #ae4ffd
#971dfc
Saturated Shade of #ae4ffd
#ae4dff
Desaturated Shade of #ae4ffd
#ad58f4
Grey scale Shade of #ae4ffd
#a6a6a6
Brighten Shade
#c768ff
Most Readable Shade
#FFFFFF

Shades of #ae4ffd color code

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

#ae4ffd
#9a46e0
#873dc4
#7434a8
#602b8c
#4d2370
#3a1a54
#261138
#13081c
#000000

Similar Color like #ae4ffd color

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

#af50fe
#b051ff
#b152ff
#b253ff
#b354ff
#b455ff
#b556ff
#b657ff
#b758ff
#b859ff
#b95aff
#ba5bff
#bb5cff
#bc5dff
#ad4efc
#ac4dfb
#ab4cfa
#aa4bf9
#a94af8
#a849f7
#a748f6
#a647f5
#a546f4
#a445f3
#a344f2
#a243f1
#a142f0
#a041ef

Monochromatic Color with #ae4ffd

#ae4ffd
#1c0d28
#391a53
#56277d
#7434a8
#9142d2

Tints of #ae4ffd Color

#ae4ffd
#b762fd
#c076fd
#c989fd
#d29dfd
#dbb0fe
#e4c4fe
#edd7fe
#f6ebfe
#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

#ae4ffd
#9efd4f

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

Split Complementary

#ae4ffd
#f5fd4f
#4ffd57

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

Analogous Color

#684ffd
#8b4ffd
#ae4ffd
#d14ffd
#f44ffd

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

#ae4ffd
#fdae4f
#4ffdae

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

#ae4ffd
#fd574f
#9efd4f
#4ff5fd

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

#ae4ffd
#9efd4f
#4ffd57
#fd4ff5

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 #ae4ffd 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.

#ae4ffd Color Code Preview on Black Background Color

This is how #ae4ffd Color will look on black background color. Color contrast ratio is 5.34

#ae4ffd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae4ffd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae4ffd

#ae4ffd color code is use for CSS Background Color

Background color for the above div is #ae4ffd

HTML with inline CSS

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

#ae4ffd color code is use for CSS Border Color

CSS Border color for the above div is #ae4ffd

HTML with inline CSS

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

CSS Border Left color for the above div is #ae4ffd

HTML with inline CSS

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

CSS Border Right color for the above div is #ae4ffd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae4ffd

HTML with inline CSS

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

CSS Border Top color for the above div is #ae4ffd

HTML with inline CSS

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

#ae4ffd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae4ffd Color code Preview on White Background

This is how #ae4ffd Color code will look on white background color. Color contrast ratio is 3.94

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 #ae4ffd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ae4ffd; }

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,79,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(158,253,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,79,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.