crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ae8ac9 hex color - Violet - Warm color - Information

#ae8ac9 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ae8ac9 Color code in RGB color code model is created after adding 68.24% red color, 54.12% green color and 78.82% blue color. Hex #ae8ac9 Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 31% magenta, 0% yellow and 21% black.

Hex #ae8ac9 color code is between #aa88cc web safe hex color code and #bb99bb web safe hex color code. #aa88cc is the nearest web safe color code. You can see here many more shades of #ae8ac9 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeae8ac9#ae8ac9
RGB Decimal174, 138, 201rgb(174, 138, 201)
RGB Percent68%, 54%, 79%rgb(68%, 54%, 79%)
CSS RGBa174, 138, 201,1rgba(174,138,201,1)
CMYK Modelcmyk(13%,31%,0%,21%)
HSL Color Space274,37% ,66%hsl(274,37% ,66%)
HSV Color Space274°, 31%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101000101011001001
Octal256212311
Decimal174138201
Hexae8ac9

Different shades of #ae8ac9 color code.

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

Light Shade of #ae8ac9
#c6add9
Dark Shade of #ae8ac9
#9667b9
Saturated Shade of #ae8ac9
#af81d2
Desaturated Shade of #ae8ac9
#ad93c0
Grey scale Shade of #ae8ac9
#a9a9a9
Brighten Shade
#c7a3e2
Most Readable Shade
#000000

Shades of #ae8ac9 color code

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

#ae8ac9
#9a7ab2
#876b9c
#745c86
#604c6f
#4d3d59
#3a2e43
#261e2c
#130f16
#000000

Similar Color like #ae8ac9 color

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

#af8bca
#b08ccb
#b18dcc
#b28ecd
#b38fce
#b490cf
#b591d0
#b692d1
#b793d2
#b894d3
#b995d4
#ba96d5
#bb97d6
#bc98d7
#ad89c8
#ac88c7
#ab87c6
#aa86c5
#a985c4
#a884c3
#a783c2
#a682c1
#a581c0
#a480bf
#a37fbe
#a27ebd
#a17dbc
#a07cbb

Monochromatic Color with #ae8ac9

#ae8ac9
#d3a7f3
#1b151f
#403249
#645074
#896d9e

Tints of #ae8ac9 Color

#ae8ac9
#b797cf
#c0a4d5
#c9b1db
#d2bee1
#dbcbe7
#e4d8ed
#ede5f3
#f6f2f9
#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

#ae8ac9
#a5c98a

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

Split Complementary

#ae8ac9
#c5c98a
#8ac98e

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

Analogous Color

#958ac9
#a18ac9
#ae8ac9
#bb8ac9
#c78ac9

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

#ae8ac9
#c9ae8a
#8ac9ae

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

#ae8ac9
#c98e8a
#a5c98a
#8ac4c9

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

#ae8ac9
#a5c98a
#8ac98e
#c98ac5

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

#ae8ac9 Color Code Preview on Black Background Color

This is how #ae8ac9 Color will look on black background color. Color contrast ratio is 7.28

#ae8ac9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae8ac9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae8ac9

#ae8ac9 color code is use for CSS Background Color

Background color for the above div is #ae8ac9

HTML with inline CSS

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

#ae8ac9 color code is use for CSS Border Color

CSS Border color for the above div is #ae8ac9

HTML with inline CSS

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

CSS Border Left color for the above div is #ae8ac9

HTML with inline CSS

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

CSS Border Right color for the above div is #ae8ac9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae8ac9

HTML with inline CSS

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

CSS Border Top color for the above div is #ae8ac9

HTML with inline CSS

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

#ae8ac9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae8ac9 Color code Preview on White Background

This is how #ae8ac9 Color code will look on white background color. Color contrast ratio is 2.89

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.