crispedge.com

#ae7ccb hex color - Violet - Warm color - Information

#ae7ccb hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ae7ccb Color code in RGB color code model is created after adding 68.24% red color, 48.63% green color and 79.61% blue color. Hex #ae7ccb Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 39% magenta, 0% yellow and 20% black.

Hex #ae7ccb color code is between #aa77cc web safe hex color code and #bb88bb web safe hex color code. #aa77cc is the nearest web safe color code. You can see here many more shades of #ae7ccb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeae7ccb#ae7ccb
RGB Decimal174, 124, 203rgb(174, 124, 203)
RGB Percent68%, 49%, 80%rgb(68%, 49%, 80%)
CSS RGBa174, 124, 203,1rgba(174,124,203,1)
CMYK Modelcmyk(14%,39%,0%,20%)
HSL Color Space278,43% ,64%hsl(278,43% ,64%)
HSV Color Space278°, 39%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100111110011001011
Octal256174313
Decimal174124203
Hexae7ccb

Different shades of #ae7ccb color code.

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

Light Shade of #ae7ccb
#c5a0d9
Dark Shade of #ae7ccb
#9757bc
Saturated Shade of #ae7ccb
#b073d4
Desaturated Shade of #ae7ccb
#ac85c2
Grey scale Shade of #ae7ccb
#a3a3a3
Brighten Shade
#c795e4
Most Readable Shade
#000000

Shades of #ae7ccb color code

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

#ae7ccb
#9a6eb4
#87609d
#745287
#604470
#4d375a
#3a2943
#261b2d
#130d16
#000000

Similar Color like #ae7ccb color

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

#af7dcc
#b07ecd
#b17fce
#b280cf
#b381d0
#b482d1
#b583d2
#b684d3
#b785d4
#b886d5
#b987d6
#ba88d7
#bb89d8
#bc8ad9
#ad7bca
#ac7ac9
#ab79c8
#aa78c7
#a977c6
#a876c5
#a775c4
#a674c3
#a573c2
#a472c1
#a371c0
#a270bf
#a16fbe
#a06ebd

Monochromatic Color with #ae7ccb

#ae7ccb
#d296f5
#1c1421
#412e4b
#654876
#8a62a0

Tints of #ae7ccb Color

#ae7ccb
#b78ad0
#c099d6
#c9a7dc
#d2b6e2
#dbc4e7
#e4d3ed
#ede1f3
#f6f0f9
#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

#ae7ccb
#99cb7c

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

Split Complementary

#ae7ccb
#c1cb7c
#7ccb87

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

Analogous Color

#8e7ccb
#9e7ccb
#ae7ccb
#be7ccb
#cb7cc8

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

#ae7ccb
#cbae7c
#7ccbae

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

#ae7ccb
#cb867c
#99cb7c
#7cc0cb

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

#ae7ccb
#99cb7c
#7ccb87
#cb7cc1

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

#ae7ccb Color Code Preview on Black Background Color

This is how #ae7ccb Color will look on black background color. Color contrast ratio is 6.55

#ae7ccb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae7ccb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae7ccb

#ae7ccb color code is use for CSS Background Color

Background color for the above div is #ae7ccb

HTML with inline CSS

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

#ae7ccb color code is use for CSS Border Color

CSS Border color for the above div is #ae7ccb

HTML with inline CSS

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

CSS Border Left color for the above div is #ae7ccb

HTML with inline CSS

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

CSS Border Right color for the above div is #ae7ccb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae7ccb

HTML with inline CSS

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

CSS Border Top color for the above div is #ae7ccb

HTML with inline CSS

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

#ae7ccb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae7ccb Color code Preview on White Background

This is how #ae7ccb Color code will look on white background color. Color contrast ratio is 3.21

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

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,124,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(153,203,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,124,203,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>