crispedge.com

Color picker

Loading...

#ae94db hex color - Violet - Cool color - Information

#ae94db hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ae94db Color code in RGB color code model is created after adding 68.24% red color, 58.04% green color and 85.88% blue color. Hex #ae94db Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 32% magenta, 0% yellow and 14% black.

Hex #ae94db color code is between #aa99dd web safe hex color code and #bb88cc web safe hex color code. #aa99dd is the nearest web safe color code. You can see here many more shades of #ae94db color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeae94db#ae94db
RGB Decimal174, 148, 219rgb(174, 148, 219)
RGB Percent68%, 58%, 86%rgb(68%, 58%, 86%)
CSS RGBa174, 148, 219,1rgba(174,148,219,1)
CMYK Modelcmyk(21%,32%,0%,14%)
HSL Color Space262,50% ,72%hsl(262,50% ,72%)
HSV Color Space262°, 32%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101001010011011011
Octal256224333
Decimal174148219
Hexae94db

Different shades of #ae94db color code.

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

Light Shade of #ae94db
#cbbae8
Dark Shade of #ae94db
#916ece
Saturated Shade of #ae94db
#ac8de2
Desaturated Shade of #ae94db
#b09bd4
Grey scale Shade of #ae94db
#b7b7b7
Brighten Shade
#c7adf4
Most Readable Shade
#000000

Shades of #ae94db color code

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

#ae94db
#9a83c2
#8773aa
#746292
#605279
#4d4161
#3a3149
#262030
#131018
#000000

Similar Color like #ae94db color

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

#af95dc
#b096dd
#b197de
#b298df
#b399e0
#b49ae1
#b59be2
#b69ce3
#b79de4
#b89ee5
#b99fe6
#baa0e7
#bba1e8
#bca2e9
#ad93da
#ac92d9
#ab91d8
#aa90d7
#a98fd6
#a88ed5
#a78dd4
#a68cd3
#a58bd2
#a48ad1
#a389d0
#a288cf
#a187ce
#a086cd

Monochromatic Color with #ae94db

#ae94db
#050406
#272131
#493e5b
#6a5b86
#8c77b0

Tints of #ae94db Color

#ae94db
#b79fdf
#c0abe3
#c9b7e7
#d2c3eb
#dbcfef
#e4dbf3
#ede7f7
#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

#ae94db
#c1db94

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

Split Complementary

#ae94db
#dbd294
#9ddb94

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

Analogous Color

#9496db
#a094db
#ae94db
#bc94db
#ca94db

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

#ae94db
#dbae94
#94dbae

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

#ae94db
#db949d
#c1db94
#94dbd1

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

#ae94db
#c1db94
#9ddb94
#d294db

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

#ae94db Color Code Preview on Black Background Color

This is how #ae94db Color will look on black background color. Color contrast ratio is 8.06

#ae94db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae94db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae94db

#ae94db color code is use for CSS Background Color

Background color for the above div is #ae94db

HTML with inline CSS

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

#ae94db color code is use for CSS Border Color

CSS Border color for the above div is #ae94db

HTML with inline CSS

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

CSS Border Left color for the above div is #ae94db

HTML with inline CSS

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

CSS Border Right color for the above div is #ae94db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae94db

HTML with inline CSS

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

CSS Border Top color for the above div is #ae94db

HTML with inline CSS

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

#ae94db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae94db Color code Preview on White Background

This is how #ae94db Color code will look on white background color. Color contrast ratio is 2.61

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

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,148,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(193,219,148,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,148,219,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.