crispedge.com

Color picker

Loading...

#ae29c8 hex color - Violet - Warm color - Information

#ae29c8 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ae29c8 Color code in RGB color code model is created after adding 68.24% red color, 16.08% green color and 78.43% blue color. Hex #ae29c8 Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 80% magenta, 0% yellow and 22% black.

Hex #ae29c8 color code is between #aa22cc web safe hex color code and #bb33bb web safe hex color code. #aa22cc is the nearest web safe color code. You can see here many more shades of #ae29c8 color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeae29c8#ae29c8
RGB Decimal174, 41, 200rgb(174, 41, 200)
RGB Percent68%, 16%, 78%rgb(68%, 16%, 78%)
CSS RGBa174, 41, 200,1rgba(174,41,200,1)
CMYK Modelcmyk(13%,80%,0%,22%)
HSL Color Space290,66% ,47%hsl(290,66% ,47%)
HSV Color Space290°, 80%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100010100111001000
Octal25651310
Decimal17441200
Hexae29c8

Different shades of #ae29c8 color code.

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

Light Shade of #ae29c8
#c24ada
Dark Shade of #ae29c8
#89209e
Saturated Shade of #ae29c8
#b61dd4
Desaturated Shade of #ae29c8
#a635bc
Grey scale Shade of #ae29c8
#787878
Brighten Shade
#c742e1
Most Readable Shade
#FFFFFF

Shades of #ae29c8 color code

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

#ae29c8
#9a24b1
#871f9b
#741b85
#60166f
#4d1258
#3a0d42
#26092c
#130416
#000000

Similar Color like #ae29c8 color

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

#af2ac9
#b02bca
#b12ccb
#b22dcc
#b32ecd
#b42fce
#b530cf
#b631d0
#b732d1
#b833d2
#b934d3
#ba35d4
#bb36d5
#bc37d6
#ad28c7
#ac27c6
#ab26c5
#aa25c4
#a924c3
#a823c2
#a722c1
#a621c0
#a520bf
#a41fbe
#a31ebd
#a21dbc
#a11cbb
#a01bba

Monochromatic Color with #ae29c8

#ae29c8
#d332f2
#1a061e
#3f0f48
#641873
#89209d

Tints of #ae29c8 Color

#ae29c8
#b740ce
#c058d4
#c970da
#d288e0
#db9fe6
#e4b7ec
#edcff2
#f6e7f8
#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

#ae29c8
#43c829

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

Split Complementary

#ae29c8
#92c829
#29c85f

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

Analogous Color

#6e29c8
#8e29c8
#ae29c8
#c829c2
#c829a2

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

#ae29c8
#c8ae29
#29c8ae

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

#ae29c8
#c85e29
#43c829
#2992c8

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

#ae29c8
#43c829
#29c85f
#c82992

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

#ae29c8 Color Code Preview on Black Background Color

This is how #ae29c8 Color will look on black background color. Color contrast ratio is 3.95

#ae29c8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae29c8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae29c8

#ae29c8 color code is use for CSS Background Color

Background color for the above div is #ae29c8

HTML with inline CSS

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

#ae29c8 color code is use for CSS Border Color

CSS Border color for the above div is #ae29c8

HTML with inline CSS

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

CSS Border Left color for the above div is #ae29c8

HTML with inline CSS

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

CSS Border Right color for the above div is #ae29c8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae29c8

HTML with inline CSS

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

CSS Border Top color for the above div is #ae29c8

HTML with inline CSS

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

#ae29c8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae29c8 Color code Preview on White Background

This is how #ae29c8 Color code will look on white background color. Color contrast ratio is 5.32

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.