crispedge.com

Color picker

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

#ae4cab hex color - Violet - Warm color - Information

#ae4cab hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ae4cab Color code in RGB color code model is created after adding 68.24% red color, 29.8% green color and 67.06% blue color. Hex #ae4cab Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 2% yellow and 32% black.

Hex #ae4cab color code is between #aa44aa web safe hex color code and #bb55bb web safe hex color code. #aa44aa is the nearest web safe color code. You can see here many more shades of #ae4cab color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeae4cab#ae4cab
RGB Decimal174, 76, 171rgb(174, 76, 171)
RGB Percent68%, 30%, 67%rgb(68%, 30%, 67%)
CSS RGBa174, 76, 171,1rgba(174,76,171,1)
CMYK Modelcmyk(0%,56%,2%,32%)
HSL Color Space302,39% ,49%hsl(302,39% ,49%)
HSV Color Space302°, 56%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100100110010101011
Octal256114253
Decimal17476171
Hexae4cab

Different shades of #ae4cab color code.

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

Light Shade of #ae4cab
#bf6ebd
Dark Shade of #ae4cab
#8a3c88
Saturated Shade of #ae4cab
#ba3fb7
Desaturated Shade of #ae4cab
#a1589f
Grey scale Shade of #ae4cab
#7d7d7d
Brighten Shade
#c765c4
Most Readable Shade
#FFFFFF

Shades of #ae4cab color code

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

#ae4cab
#9a4398
#873b85
#743272
#602a5f
#4d214c
#3a1939
#261026
#130813
#000000

Similar Color like #ae4cab color

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

#af4dac
#b04ead
#b14fae
#b250af
#b351b0
#b452b1
#b553b2
#b654b3
#b755b4
#b856b5
#b957b6
#ba58b7
#bb59b8
#bc5ab9
#ad4baa
#ac4aa9
#ab49a8
#aa48a7
#a947a6
#a846a5
#a745a4
#a644a3
#a543a2
#a442a1
#a341a0
#a2409f
#a13f9e
#a03e9d

Monochromatic Color with #ae4cab

#ae4cab
#d85fd5
#040204
#2e142e
#592757
#833981

Tints of #ae4cab Color

#ae4cab
#b75fb4
#c073bd
#c987c7
#d29bd0
#dbafd9
#e4c3e3
#edd7ec
#f6ebf5
#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

#ae4cab
#4cae4f

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

Split Complementary

#ae4cab
#7aae4c
#4cae80

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

Analogous Color

#8a4cae
#9d4cae
#ae4cab
#ae4c97
#ae4c84

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

#ae4cab
#abae4c
#4cabae

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

#ae4cab
#ae804c
#4cae4f
#4c7aae

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

#ae4cab
#4cae4f
#4cae80
#ae4c7a

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

#ae4cab Color Code Preview on Black Background Color

This is how #ae4cab Color will look on black background color. Color contrast ratio is 4.42

#ae4cab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae4cab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae4cab

#ae4cab color code is use for CSS Background Color

Background color for the above div is #ae4cab

HTML with inline CSS

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

#ae4cab color code is use for CSS Border Color

CSS Border color for the above div is #ae4cab

HTML with inline CSS

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

CSS Border Left color for the above div is #ae4cab

HTML with inline CSS

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

CSS Border Right color for the above div is #ae4cab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae4cab

HTML with inline CSS

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

CSS Border Top color for the above div is #ae4cab

HTML with inline CSS

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

#ae4cab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae4cab Color code Preview on White Background

This is how #ae4cab Color code will look on white background color. Color contrast ratio is 4.75

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

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.