crispedge.com

Color picker

Loading...

#ac97e4 hex color - Blue - Cool color - Information

#ac97e4 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #ac97e4 Color code in RGB color code model is created after adding 67.45% red color, 59.22% green color and 89.41% blue color. Hex #ac97e4 Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 34% magenta, 0% yellow and 11% black.

Hex #ac97e4 color code is between #aa99dd web safe hex color code and #bb88ee web safe hex color code. #aa99dd is the nearest web safe color code. You can see here many more shades of #ac97e4 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeac97e4#ac97e4
RGB Decimal172, 151, 228rgb(172, 151, 228)
RGB Percent67%, 59%, 89%rgb(67%, 59%, 89%)
CSS RGBa172, 151, 228,1rgba(172,151,228,1)
CMYK Modelcmyk(25%,34%,0%,11%)
HSL Color Space256,59% ,74%hsl(256,59% ,74%)
HSV Color Space256°, 34%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001001011111100100
Octal254227344
Decimal172151228
Hexac97e4

Different shades of #ac97e4 color code.

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

Light Shade of #ac97e4
#ccbfef
Dark Shade of #ac97e4
#8c6fd9
Saturated Shade of #ac97e4
#a990eb
Desaturated Shade of #ac97e4
#af9edd
Grey scale Shade of #ac97e4
#bdbdbd
Brighten Shade
#c5b0fd
Most Readable Shade
#000000

Shades of #ac97e4 color code

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

#ac97e4
#9886ca
#8575b1
#726498
#5f537e
#4c4365
#39324c
#262132
#131019
#000000

Similar Color like #ac97e4 color

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

#ad98e5
#ae99e6
#af9ae7
#b09be8
#b19ce9
#b29dea
#b39eeb
#b49fec
#b5a0ed
#b6a1ee
#b7a2ef
#b8a3f0
#b9a4f1
#baa5f2
#ab96e3
#aa95e2
#a994e1
#a893e0
#a792df
#a691de
#a590dd
#a48fdc
#a38edb
#a28dda
#a18cd9
#a08bd8
#9f8ad7
#9e89d6

Monochromatic Color with #ac97e4

#ac97e4
#0c0a0f
#2c263a
#4c4364
#6c5f8f
#8c7bb9

Tints of #ac97e4 Color

#ac97e4
#b5a2e7
#beaeea
#c7b9ed
#d0c5f0
#dad0f3
#e3dcf6
#ece7f9
#f5f3fc
#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

#ac97e4
#cfe497

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

Split Complementary

#ac97e4
#e4d397
#a8e497

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

Analogous Color

#97a1e4
#9d97e4
#ac97e4
#bb97e4
#cb97e4

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

#ac97e4
#e4ac97
#97e4ac

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

#ac97e4
#e497a8
#cfe497
#97e4d2

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

#ac97e4
#cfe497
#a8e497
#d397e4

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

#ac97e4 Color Code Preview on Black Background Color

This is how #ac97e4 Color will look on black background color. Color contrast ratio is 8.30

#ac97e4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac97e4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac97e4

#ac97e4 color code is use for CSS Background Color

Background color for the above div is #ac97e4

HTML with inline CSS

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

#ac97e4 color code is use for CSS Border Color

CSS Border color for the above div is #ac97e4

HTML with inline CSS

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

CSS Border Left color for the above div is #ac97e4

HTML with inline CSS

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

CSS Border Right color for the above div is #ac97e4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac97e4

HTML with inline CSS

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

CSS Border Top color for the above div is #ac97e4

HTML with inline CSS

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

#ac97e4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac97e4 Color code Preview on White Background

This is how #ac97e4 Color code will look on white background color. Color contrast ratio is 2.53

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

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(172,151,228,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(207,228,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,151,228,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.