crispedge.com

#ae51da hex color - Violet - Warm color - Information

#ae51da hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ae51da Color code in RGB color code model is created after adding 68.24% red color, 31.76% green color and 85.49% blue color. Hex #ae51da Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 63% magenta, 0% yellow and 15% black.

Hex #ae51da color code is between #aa55dd web safe hex color code and #bb44cc web safe hex color code. #aa55dd is the nearest web safe color code. You can see here many more shades of #ae51da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeae51da#ae51da
RGB Decimal174, 81, 218rgb(174, 81, 218)
RGB Percent68%, 32%, 85%rgb(68%, 32%, 85%)
CSS RGBa174, 81, 218,1rgba(174,81,218,1)
CMYK Modelcmyk(20%,63%,0%,15%)
HSL Color Space281,65% ,59%hsl(281,65% ,59%)
HSV Color Space281°, 63%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100101000111011010
Octal256121332
Decimal17481218
Hexae51da

Different shades of #ae51da color code.

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

Light Shade of #ae51da
#c27be3
Dark Shade of #ae51da
#992bcc
Saturated Shade of #ae51da
#b246e5
Desaturated Shade of #ae51da
#aa5ccf
Grey scale Shade of #ae51da
#959595
Brighten Shade
#c76af3
Most Readable Shade
#FFFFFF

Shades of #ae51da color code

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

#ae51da
#9a48c1
#873fa9
#743691
#602d79
#4d2460
#3a1b48
#261230
#130918
#000000

Similar Color like #ae51da color

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

#af52db
#b053dc
#b154dd
#b255de
#b356df
#b457e0
#b558e1
#b659e2
#b75ae3
#b85be4
#b95ce5
#ba5de6
#bb5ee7
#bc5fe8
#ad50d9
#ac4fd8
#ab4ed7
#aa4dd6
#a94cd5
#a84bd4
#a74ad3
#a649d2
#a548d1
#a447d0
#a346cf
#a245ce
#a144cd
#a043cc

Monochromatic Color with #ae51da

#ae51da
#040205
#261230
#48225a
#6a3185
#8c41af

Tints of #ae51da Color

#ae51da
#b764de
#c077e2
#c98be6
#d29eea
#dbb1ee
#e4c5f2
#edd8f6
#f6ebfa
#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

#ae51da
#7dda51

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

Split Complementary

#ae51da
#c1da51
#51da6a

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

Analogous Color

#7751da
#9351da
#ae51da
#c951da
#da51cf

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

#ae51da
#daae51
#51daae

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

#ae51da
#da6951
#7dda51
#51c1da

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

#ae51da
#7dda51
#51da6a
#da51c1

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

#ae51da Color Code Preview on Black Background Color

This is how #ae51da Color will look on black background color. Color contrast ratio is 4.99

#ae51da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae51da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae51da

#ae51da color code is use for CSS Background Color

Background color for the above div is #ae51da

HTML with inline CSS

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

#ae51da color code is use for CSS Border Color

CSS Border color for the above div is #ae51da

HTML with inline CSS

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

CSS Border Left color for the above div is #ae51da

HTML with inline CSS

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

CSS Border Right color for the above div is #ae51da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae51da

HTML with inline CSS

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

CSS Border Top color for the above div is #ae51da

HTML with inline CSS

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

#ae51da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae51da Color code Preview on White Background

This is how #ae51da Color code will look on white background color. Color contrast ratio is 4.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 #ae51da; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ae51da; }

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,81,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(125,218,81,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,81,218,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.

< /html>