crispedge.com

Color picker

Loading...

#ae92cb hex color - Violet - Cool color - Information

#ae92cb hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeae92cb#ae92cb
RGB Decimal174, 146, 203rgb(174, 146, 203)
RGB Percent68%, 57%, 80%rgb(68%, 57%, 80%)
CSS RGBa174, 146, 203,1rgba(174,146,203,1)
CMYK Modelcmyk(14%,28%,0%,20%)
HSL Color Space269,35% ,68%hsl(269,35% ,68%)
HSV Color Space269°, 28%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101001001011001011
Octal256222313
Decimal174146203
Hexae92cb

Different shades of #ae92cb color code.

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

Light Shade of #ae92cb
#c8b5db
Dark Shade of #ae92cb
#946fbb
Saturated Shade of #ae92cb
#ae8ad3
Desaturated Shade of #ae92cb
#ae9ac3
Grey scale Shade of #ae92cb
#aeaeae
Brighten Shade
#c7abe4
Most Readable Shade
#000000

Shades of #ae92cb color code

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

#ae92cb
#9a81b4
#87719d
#746187
#605170
#4d405a
#3a3043
#26202d
#131016
#000000

Similar Color like #ae92cb color

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

#af93cc
#b094cd
#b195ce
#b296cf
#b397d0
#b498d1
#b599d2
#b69ad3
#b79bd4
#b89cd5
#b99dd6
#ba9ed7
#bb9fd8
#bca0d9
#ad91ca
#ac90c9
#ab8fc8
#aa8ec7
#a98dc6
#a88cc5
#a78bc4
#a68ac3
#a589c2
#a488c1
#a387c0
#a286bf
#a185be
#a084bd

Monochromatic Color with #ae92cb

#ae92cb
#d2b1f5
#1c1821
#41364b
#655576
#8a73a0

Tints of #ae92cb Color

#ae92cb
#b79ed0
#c0aad6
#c9b6dc
#d2c2e2
#dbcee7
#e4daed
#ede6f3
#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

#ae92cb
#afcb92

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

Split Complementary

#ae92cb
#cbcb92
#92cb92

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

Analogous Color

#9792cb
#a392cb
#ae92cb
#b992cb
#c592cb

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

#ae92cb
#cbae92
#92cbae

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

#ae92cb
#cb9292
#afcb92
#92cbca

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

#ae92cb
#afcb92
#92cb92
#cb92cb

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

#ae92cb Color Code Preview on Black Background Color

This is how #ae92cb Color will look on black background color. Color contrast ratio is 7.77

#ae92cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae92cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae92cb

#ae92cb color code is use for CSS Background Color

Background color for the above div is #ae92cb

HTML with inline CSS

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

#ae92cb color code is use for CSS Border Color

CSS Border color for the above div is #ae92cb

HTML with inline CSS

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

CSS Border Left color for the above div is #ae92cb

HTML with inline CSS

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

CSS Border Right color for the above div is #ae92cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae92cb

HTML with inline CSS

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

CSS Border Top color for the above div is #ae92cb

HTML with inline CSS

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

#ae92cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae92cb Color code Preview on White Background

This is how #ae92cb Color code will look on white background color. Color contrast ratio is 2.70

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

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,146,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(175,203,146,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,146,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.