@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ae025c hex color - Violet - Warm color - Information

#ae025c hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #ae025c Color code in RGB color code model is created after adding 68.24% red color, 0.78% green color and 36.08% blue color. Hex #ae025c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 99% magenta, 47% yellow and 31.76% black.

Hex #ae025c color code is between #aa0055 web safe hex color code and #bb0066 web safe hex color code. #aa0055 is the nearest web safe color code. You can see here many more shades of #ae025c color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeae025c#ae025c
RGB Decimal174, 2, 92rgb(174, 2, 92)
RGB Percent68%, 1%, 36%rgb(68%, 1%, 36%)
CSS RGBa174, 2, 92,1rgba(174,2,92,1)
CMYK Modelcmyk(0%,99%,47%,31.76%)
HSL Color Space329,98% ,35%hsl(329,98% ,35%)
HSV Color Space329°, 99%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100000001001011100
Octal2562134
Decimal174292
Hexae025c

Different shades of #ae025c color code.

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

Light Shade of #ae025c
#e00377
Dark Shade of #ae025c
#7c0141
Saturated Shade of #ae025c
#b0005c
Desaturated Shade of #ae025c
#a50b5c
Grey scale Shade of #ae025c
#585858
Brighten Shade
#c71b75
Most Readable Shade
#FFFFFF

Shades of #ae025c color code

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

#ae025c
#9a0151
#870147
#74013d
#600133
#4d0028
#3a001e
#260014
#13000a
#000000

Similar Color like #ae025c color

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

#af035d
#b0045e
#b1055f
#b20660
#b30761
#b40862
#b50963
#b60a64
#b70b65
#b80c66
#b90d67
#ba0e68
#bb0f69
#bc106a
#ad015b
#ac005a
#ab0059
#aa0058
#a90057
#a80056
#a70055
#a60054
#a50053
#a40052
#a30051
#a20050
#a1004f
#a0004e

Monochromatic Color with #ae025c

#ae025c
#d80272
#040002
#2e0119
#59012f
#830246

Tints of #ae025c Color

#ae025c
#b71e6e
#c03a80
#c95692
#d272a4
#db8eb6
#e4aac8
#edc6da
#f6e2ec
#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

#ae025c
#02ae54

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

Split Complementary

#ae025c
#06ae02
#02aeaa

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

Analogous Color

#ae02a1
#ae027e
#ae025c
#ae023a
#ae0217

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

#ae025c
#5cae02
#025cae

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

#ae025c
#aeaa02
#02ae54
#0206ae

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

#ae025c
#02ae54
#02aeaa
#ae0206

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

#ae025c Color Code Preview on Black Background Color

This is how #ae025c Color will look on black background color. Color contrast ratio is 2.96

#ae025c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae025c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae025c

#ae025c color code is use for CSS Background Color

Background color for the above div is #ae025c

HTML with inline CSS

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

#ae025c color code is use for CSS Border Color

CSS Border color for the above div is #ae025c

HTML with inline CSS

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

CSS Border Left color for the above div is #ae025c

HTML with inline CSS

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

CSS Border Right color for the above div is #ae025c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae025c

HTML with inline CSS

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

CSS Border Top color for the above div is #ae025c

HTML with inline CSS

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

#ae025c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae025c Color code Preview on White Background

This is how #ae025c Color code will look on white background color. Color contrast ratio is 7.09

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

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,2,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(2,174,84,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,2,92,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.