crispedge.com

Color picker

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

#ae8b98 hex color - Violet - Warm color - Information

#ae8b98 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ae8b98 Color code in RGB color code model is created after adding 68.24% red color, 54.51% green color and 59.61% blue color. Hex #ae8b98 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 13% yellow and 32% black.

Hex #ae8b98 color code is between #aa8899 web safe hex color code and #bb9988 web safe hex color code. #aa8899 is the nearest web safe color code. You can see here many more shades of #ae8b98 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeae8b98#ae8b98
RGB Decimal174, 139, 152rgb(174, 139, 152)
RGB Percent68%, 55%, 60%rgb(68%, 55%, 60%)
CSS RGBa174, 139, 152,1rgba(174,139,152,1)
CMYK Modelcmyk(0%,20%,13%,32%)
HSL Color Space338,18% ,61%hsl(338,18% ,61%)
HSV Color Space338°, 20%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101000101110011000
Octal256213230
Decimal174139152
Hexae8b98

Different shades of #ae8b98 color code.

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

Light Shade of #ae8b98
#c3a9b3
Dark Shade of #ae8b98
#996d7d
Saturated Shade of #ae8b98
#b88195
Desaturated Shade of #ae8b98
#a4959b
Grey scale Shade of #ae8b98
#9c9c9c
Brighten Shade
#c7a4b1
Most Readable Shade
#000000

Shades of #ae8b98 color code

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

#ae8b98
#9a7b87
#876c76
#745c65
#604d54
#4d3d43
#3a2e32
#261e21
#130f10
#000000

Similar Color like #ae8b98 color

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

#af8c99
#b08d9a
#b18e9b
#b28f9c
#b3909d
#b4919e
#b5929f
#b693a0
#b794a1
#b895a2
#b996a3
#ba97a4
#bb98a5
#bc99a6
#ad8a97
#ac8996
#ab8895
#aa8794
#a98693
#a88592
#a78491
#a68390
#a5828f
#a4818e
#a3808d
#a27f8c
#a17e8b
#a07d8a

Monochromatic Color with #ae8b98

#ae8b98
#d8adbd
#040303
#2e2529
#59474e
#836973

Tints of #ae8b98 Color

#ae8b98
#b797a3
#c0a4ae
#c9b1ba
#d2bec5
#dbcbd1
#e4d8dc
#ede5e8
#f6f2f3
#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

#ae8b98
#8baea1

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

Split Complementary

#ae8b98
#8bae8f
#8ba9ae

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

Analogous Color

#ae8ba6
#ae8b9f
#ae8b98
#ae8b91
#ae8c8b

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

#ae8b98
#98ae8b
#8b98ae

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

#ae8b98
#a9ae8b
#8baea1
#8f8bae

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

#ae8b98
#8baea1
#8ba9ae
#ae908b

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

#ae8b98 Color Code Preview on Black Background Color

This is how #ae8b98 Color will look on black background color. Color contrast ratio is 6.95

#ae8b98 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae8b98

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae8b98

#ae8b98 color code is use for CSS Background Color

Background color for the above div is #ae8b98

HTML with inline CSS

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

#ae8b98 color code is use for CSS Border Color

CSS Border color for the above div is #ae8b98

HTML with inline CSS

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

CSS Border Left color for the above div is #ae8b98

HTML with inline CSS

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

CSS Border Right color for the above div is #ae8b98

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae8b98

HTML with inline CSS

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

CSS Border Top color for the above div is #ae8b98

HTML with inline CSS

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

#ae8b98 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae8b98 Color code Preview on White Background

This is how #ae8b98 Color code will look on white background color. Color contrast ratio is 3.02

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

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.