crispedge.com

Color picker

Loading...

#ae27f5 hex color - Violet - Warm color - Information

#ae27f5 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ae27f5 Color code in RGB color code model is created after adding 68.24% red color, 15.29% green color and 96.08% blue color. Hex #ae27f5 Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 84% magenta, 0% yellow and 4% black.

Hex #ae27f5 color code is between #aa22ee web safe hex color code and #bb33ff web safe hex color code. #aa22ee is the nearest web safe color code. You can see here many more shades of #ae27f5 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeae27f5#ae27f5
RGB Decimal174, 39, 245rgb(174, 39, 245)
RGB Percent68%, 15%, 96%rgb(68%, 15%, 96%)
CSS RGBa174, 39, 245,1rgba(174,39,245,1)
CMYK Modelcmyk(29%,84%,0%,4%)
HSL Color Space279,91% ,56%hsl(279,91% ,56%)
HSV Color Space279°, 84%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100010011111110101
Octal25647365
Decimal17439245
Hexae27f5

Different shades of #ae27f5 color code.

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

Light Shade of #ae27f5
#c058f7
Dark Shade of #ae27f5
#950adf
Saturated Shade of #ae27f5
#b11dff
Desaturated Shade of #ae27f5
#aa32ea
Grey scale Shade of #ae27f5
#8e8e8e
Brighten Shade
#c740ff
Most Readable Shade
#FFFFFF

Shades of #ae27f5 color code

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

#ae27f5
#9a22d9
#871ebe
#741aa3
#601588
#4d116c
#3a0d51
#260836
#13041b
#000000

Similar Color like #ae27f5 color

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

#af28f6
#b029f7
#b12af8
#b22bf9
#b32cfa
#b42dfb
#b52efc
#b62ffd
#b730fe
#b831ff
#b932ff
#ba33ff
#bb34ff
#bc35ff
#ad26f4
#ac25f3
#ab24f2
#aa23f1
#a922f0
#a821ef
#a720ee
#a61fed
#a51eec
#a41deb
#a31cea
#a21be9
#a11ae8
#a019e7

Monochromatic Color with #ae27f5

#ae27f5
#170520
#350c4b
#531375
#7219a0
#9020ca

Tints of #ae27f5 Color

#ae27f5
#b73ff6
#c057f7
#c96ff8
#d287f9
#db9ffa
#e4b7fb
#edcffc
#f6e7fd
#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

#ae27f5
#6ef527

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

Split Complementary

#ae27f5
#d5f527
#27f547

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

Analogous Color

#5c27f5
#8527f5
#ae27f5
#d727f5
#f527ea

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

#ae27f5
#f5ae27
#27f5ae

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

#ae27f5
#f54727
#6ef527
#27d5f5

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

#ae27f5
#6ef527
#27f547
#f527d5

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

#ae27f5 Color Code Preview on Black Background Color

This is how #ae27f5 Color will look on black background color. Color contrast ratio is 4.41

#ae27f5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae27f5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae27f5

#ae27f5 color code is use for CSS Background Color

Background color for the above div is #ae27f5

HTML with inline CSS

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

#ae27f5 color code is use for CSS Border Color

CSS Border color for the above div is #ae27f5

HTML with inline CSS

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

CSS Border Left color for the above div is #ae27f5

HTML with inline CSS

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

CSS Border Right color for the above div is #ae27f5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae27f5

HTML with inline CSS

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

CSS Border Top color for the above div is #ae27f5

HTML with inline CSS

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

#ae27f5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae27f5 Color code Preview on White Background

This is how #ae27f5 Color code will look on white background color. Color contrast ratio is 4.76

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

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,39,245,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(110,245,39,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,39,245,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.