crispedge.com

Color picker

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

#ae9bbb hex color - Violet - Warm color - Information

#ae9bbb hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ae9bbb Color code in RGB color code model is created after adding 68.24% red color, 60.78% green color and 73.33% blue color. Hex #ae9bbb Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 17% magenta, 0% yellow and 27% black.

Hex #ae9bbb color code is between #aa99aa web safe hex color code and #bbaacc web safe hex color code. #aa99aa is the nearest web safe color code. You can see here many more shades of #ae9bbb color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeae9bbb#ae9bbb
RGB Decimal174, 155, 187rgb(174, 155, 187)
RGB Percent68%, 61%, 73%rgb(68%, 61%, 73%)
CSS RGBa174, 155, 187,1rgba(174,155,187,1)
CMYK Modelcmyk(7%,17%,0%,27%)
HSL Color Space276,19% ,67%hsl(276,19% ,67%)
HSV Color Space276°, 17%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101001101110111011
Octal256233273
Decimal174155187
Hexae9bbb

Different shades of #ae9bbb color code.

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

Light Shade of #ae9bbb
#c7b9d0
Dark Shade of #ae9bbb
#957da6
Saturated Shade of #ae9bbb
#b093c3
Desaturated Shade of #ae9bbb
#aca3b3
Grey scale Shade of #ae9bbb
#ababab
Brighten Shade
#c7b4d4
Most Readable Shade
#000000

Shades of #ae9bbb color code

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

#ae9bbb
#9a89a6
#877891
#74677c
#605667
#4d4453
#3a333e
#262229
#131114
#000000

Similar Color like #ae9bbb color

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

#af9cbc
#b09dbd
#b19ebe
#b29fbf
#b3a0c0
#b4a1c1
#b5a2c2
#b6a3c3
#b7a4c4
#b8a5c5
#b9a6c6
#baa7c7
#bba8c8
#bca9c9
#ad9aba
#ac99b9
#ab98b8
#aa97b7
#a996b6
#a895b5
#a794b4
#a693b3
#a592b2
#a491b1
#a390b0
#a28faf
#a18eae
#a08dad

Monochromatic Color with #ae9bbb

#ae9bbb
#d6bee5
#100e11
#37313b
#5f5566
#867890

Tints of #ae9bbb Color

#ae9bbb
#b7a6c2
#c0b1ca
#c9bcd1
#d2c7d9
#dbd2e0
#e4dde8
#ede8ef
#f6f3f7
#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

#ae9bbb
#a8bb9b

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

Split Complementary

#ae9bbb
#b8bb9b
#9bbb9e

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

Analogous Color

#a19bbb
#a89bbb
#ae9bbb
#b49bbb
#bb9bbb

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

#ae9bbb
#bbae9b
#9bbbae

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

#ae9bbb
#bb9e9b
#a8bb9b
#9bb8bb

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

#ae9bbb
#a8bb9b
#9bbb9e
#bb9bb8

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

#ae9bbb Color Code Preview on Black Background Color

This is how #ae9bbb Color will look on black background color. Color contrast ratio is 8.21

#ae9bbb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae9bbb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae9bbb

#ae9bbb color code is use for CSS Background Color

Background color for the above div is #ae9bbb

HTML with inline CSS

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

#ae9bbb color code is use for CSS Border Color

CSS Border color for the above div is #ae9bbb

HTML with inline CSS

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

CSS Border Left color for the above div is #ae9bbb

HTML with inline CSS

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

CSS Border Right color for the above div is #ae9bbb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae9bbb

HTML with inline CSS

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

CSS Border Top color for the above div is #ae9bbb

HTML with inline CSS

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

#ae9bbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae9bbb Color code Preview on White Background

This is how #ae9bbb Color code will look on white background color. Color contrast ratio is 2.56

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

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.