crispedge.com

Color picker

Loading...

#aea6ee hex color - Blue - Cool color - Information

#aea6ee hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #aea6ee Color code in RGB color code model is created after adding 68.24% red color, 65.1% green color and 93.33% blue color. Hex #aea6ee Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 30% magenta, 0% yellow and 7% black.

Hex #aea6ee color code is between #aaaadd web safe hex color code and #bb99ff web safe hex color code. #aaaadd is the nearest web safe color code. You can see here many more shades of #aea6ee color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaea6ee#aea6ee
RGB Decimal174, 166, 238rgb(174, 166, 238)
RGB Percent68%, 65%, 93%rgb(68%, 65%, 93%)
CSS RGBa174, 166, 238,1rgba(174,166,238,1)
CMYK Modelcmyk(27%,30%,0%,7%)
HSL Color Space247,68% ,79%hsl(247,68% ,79%)
HSV Color Space247°, 30%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101010011011101110
Octal256246356
Decimal174166238
Hexaea6ee

Different shades of #aea6ee color code.

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

Light Shade of #aea6ee
#d5d1f6
Dark Shade of #aea6ee
#877be6
Saturated Shade of #aea6ee
#aaa1f3
Desaturated Shade of #aea6ee
#b2abe9
Grey scale Shade of #aea6ee
#cacaca
Brighten Shade
#c7bfff
Most Readable Shade
#000000

Shades of #aea6ee color code

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

#aea6ee
#9a93d3
#8781b9
#746e9e
#605c84
#4d4969
#3a374f
#262434
#13121a
#000000

Similar Color like #aea6ee color

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

#afa7ef
#b0a8f0
#b1a9f1
#b2aaf2
#b3abf3
#b4acf4
#b5adf5
#b6aef6
#b7aff7
#b8b0f8
#b9b1f9
#bab2fa
#bbb3fb
#bcb4fc
#ada5ed
#aca4ec
#aba3eb
#aaa2ea
#a9a1e9
#a8a0e8
#a79fe7
#a69ee6
#a59de5
#a49ce4
#a39be3
#a29ae2
#a199e1
#a098e0

Monochromatic Color with #aea6ee

#aea6ee
#13121a
#322f44
#514d6e
#706b99
#8f88c3

Tints of #aea6ee Color

#aea6ee
#b7afef
#c0b9f1
#c9c3f3
#d2cdf5
#dbd7f7
#e4e1f9
#edebfb
#f6f5fd
#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

#aea6ee
#e6eea6

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

Split Complementary

#aea6ee
#eed2a6
#c2eea6

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

Analogous Color

#a6bbee
#a6acee
#aea6ee
#bca6ee
#cba6ee

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

#aea6ee
#eeaea6
#a6eeae

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

#aea6ee
#eea6c2
#e6eea6
#a6eed2

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

#aea6ee
#e6eea6
#c2eea6
#d2a6ee

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

#aea6ee Color Code Preview on Black Background Color

This is how #aea6ee Color will look on black background color. Color contrast ratio is 9.49

#aea6ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aea6ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aea6ee

#aea6ee color code is use for CSS Background Color

Background color for the above div is #aea6ee

HTML with inline CSS

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

#aea6ee color code is use for CSS Border Color

CSS Border color for the above div is #aea6ee

HTML with inline CSS

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

CSS Border Left color for the above div is #aea6ee

HTML with inline CSS

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

CSS Border Right color for the above div is #aea6ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aea6ee

HTML with inline CSS

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

CSS Border Top color for the above div is #aea6ee

HTML with inline CSS

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

#aea6ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aea6ee Color code Preview on White Background

This is how #aea6ee Color code will look on white background color. Color contrast ratio is 2.21

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

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,166,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(230,238,166,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,166,238,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.