crispedge.com

Color picker

Loading...

#ae69db hex color - Violet - Warm color - Information

#ae69db hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

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

Hex #ae69db color code is between #aa66dd web safe hex color code and #bb77cc web safe hex color code. #aa66dd is the nearest web safe color code. You can see here many more shades of #ae69db color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeae69db#ae69db
RGB Decimal174, 105, 219rgb(174, 105, 219)
RGB Percent68%, 41%, 86%rgb(68%, 41%, 86%)
CSS RGBa174, 105, 219,1rgba(174,105,219,1)
CMYK Modelcmyk(21%,52%,0%,14%)
HSL Color Space276,61% ,64%hsl(276,61% ,64%)
HSV Color Space276°, 52%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100110100111011011
Octal256151333
Decimal174105219
Hexae69db

Different shades of #ae69db color code.

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

Light Shade of #ae69db
#c492e5
Dark Shade of #ae69db
#9840d1
Saturated Shade of #ae69db
#b060e4
Desaturated Shade of #ae69db
#ac72d2
Grey scale Shade of #ae69db
#a2a2a2
Brighten Shade
#c782f4
Most Readable Shade
#FFFFFF

Shades of #ae69db color code

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

#ae69db
#9a5dc2
#8751aa
#744692
#603a79
#4d2e61
#3a2349
#261730
#130b18
#000000

Similar Color like #ae69db color

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

#af6adc
#b06bdd
#b16cde
#b26ddf
#b36ee0
#b46fe1
#b570e2
#b671e3
#b772e4
#b873e5
#b974e6
#ba75e7
#bb76e8
#bc77e9
#ad68da
#ac67d9
#ab66d8
#aa65d7
#a964d6
#a863d5
#a762d4
#a661d3
#a560d2
#a45fd1
#a35ed0
#a25dcf
#a15cce
#a05bcd

Monochromatic Color with #ae69db

#ae69db
#050306
#271731
#492c5b
#6a4086
#8c55b0

Tints of #ae69db Color

#ae69db
#b779df
#c08ae3
#c99be7
#d2abeb
#dbbcef
#e4cdf3
#edddf7
#f6eefb
#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

#ae69db
#96db69

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

Split Complementary

#ae69db
#cfdb69
#69db75

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

Analogous Color

#8069db
#9769db
#ae69db
#c569db
#db69da

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

#ae69db
#dbae69
#69dbae

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

#ae69db
#db7569
#96db69
#69cfdb

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

#ae69db
#96db69
#69db75
#db69cf

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

#ae69db Color Code Preview on Black Background Color

This is how #ae69db Color will look on black background color. Color contrast ratio is 5.84

#ae69db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae69db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae69db

#ae69db color code is use for CSS Background Color

Background color for the above div is #ae69db

HTML with inline CSS

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

#ae69db color code is use for CSS Border Color

CSS Border color for the above div is #ae69db

HTML with inline CSS

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

CSS Border Left color for the above div is #ae69db

HTML with inline CSS

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

CSS Border Right color for the above div is #ae69db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae69db

HTML with inline CSS

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

CSS Border Top color for the above div is #ae69db

HTML with inline CSS

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

#ae69db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae69db Color code Preview on White Background

This is how #ae69db Color code will look on white background color. Color contrast ratio is 3.59

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

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