crispedge.com

Color picker

Loading...

#ae99e0 hex color - Violet - Cool color - Information

#ae99e0 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ae99e0 Color code in RGB color code model is created after adding 68.24% red color, 60% green color and 87.84% blue color. Hex #ae99e0 Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 32% magenta, 0% yellow and 12% black.

Hex #ae99e0 color code is between #aa88dd web safe hex color code and #bbaaee web safe hex color code. #aa88dd is the nearest web safe color code. You can see here many more shades of #ae99e0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeae99e0#ae99e0
RGB Decimal174, 153, 224rgb(174, 153, 224)
RGB Percent68%, 60%, 88%rgb(68%, 60%, 88%)
CSS RGBa174, 153, 224,1rgba(174,153,224,1)
CMYK Modelcmyk(22%,32%,0%,12%)
HSL Color Space258,53% ,74%hsl(258,53% ,74%)
HSV Color Space258°, 32%, 88%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101001100111100000
Octal256231340
Decimal174153224
Hexae99e0

Different shades of #ae99e0 color code.

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

Light Shade of #ae99e0
#cdc0ec
Dark Shade of #ae99e0
#8f72d4
Saturated Shade of #ae99e0
#ab92e7
Desaturated Shade of #ae99e0
#b1a0d9
Grey scale Shade of #ae99e0
#bcbcbc
Brighten Shade
#c7b2f9
Most Readable Shade
#000000

Shades of #ae99e0 color code

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

#ae99e0
#9a88c7
#8777ae
#746695
#60557c
#4d4463
#3a334a
#262231
#131118
#000000

Similar Color like #ae99e0 color

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

#af9ae1
#b09be2
#b19ce3
#b29de4
#b39ee5
#b49fe6
#b5a0e7
#b6a1e8
#b7a2e9
#b8a3ea
#b9a4eb
#baa5ec
#bba6ed
#bca7ee
#ad98df
#ac97de
#ab96dd
#aa95dc
#a994db
#a893da
#a792d9
#a691d8
#a590d7
#a48fd6
#a38ed5
#a28dd4
#a18cd3
#a08bd2

Monochromatic Color with #ae99e0

#ae99e0
#09080b
#2a2536
#4b4260
#6c5f8b
#8d7cb5

Tints of #ae99e0 Color

#ae99e0
#b7a4e3
#c0afe6
#c9bbea
#d2c6ed
#dbd1f1
#e4ddf4
#ede8f8
#f6f3fb
#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

#ae99e0
#cbe099

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

Split Complementary

#ae99e0
#e0d299
#a8e099

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

Analogous Color

#99a0e0
#a099e0
#ae99e0
#bc99e0
#ca99e0

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

#ae99e0
#e0ae99
#99e0ae

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

#ae99e0
#e099a7
#cbe099
#99e0d1

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

#ae99e0
#cbe099
#a8e099
#d299e0

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

#ae99e0 Color Code Preview on Black Background Color

This is how #ae99e0 Color will look on black background color. Color contrast ratio is 8.43

#ae99e0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae99e0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae99e0

#ae99e0 color code is use for CSS Background Color

Background color for the above div is #ae99e0

HTML with inline CSS

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

#ae99e0 color code is use for CSS Border Color

CSS Border color for the above div is #ae99e0

HTML with inline CSS

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

CSS Border Left color for the above div is #ae99e0

HTML with inline CSS

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

CSS Border Right color for the above div is #ae99e0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae99e0

HTML with inline CSS

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

CSS Border Top color for the above div is #ae99e0

HTML with inline CSS

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

#ae99e0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae99e0 Color code Preview on White Background

This is how #ae99e0 Color code will look on white background color. Color contrast ratio is 2.49

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

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,153,224,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(203,224,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,153,224,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.