crispedge.com

Color picker

Loading...

#ac96e2 hex color - Blue - Cool color - Information

#ac96e2 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

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

Hex #ac96e2 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 #ac96e2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeac96e2#ac96e2
RGB Decimal172, 150, 226rgb(172, 150, 226)
RGB Percent67%, 59%, 89%rgb(67%, 59%, 89%)
CSS RGBa172, 150, 226,1rgba(172,150,226,1)
CMYK Modelcmyk(24%,34%,0%,11%)
HSL Color Space257,57% ,74%hsl(257,57% ,74%)
HSV Color Space257°, 34%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001001011011100010
Octal254226342
Decimal172150226
Hexac96e2

Different shades of #ac96e2 color code.

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

Light Shade of #ac96e2
#ccbeed
Dark Shade of #ac96e2
#8c6ed7
Saturated Shade of #ac96e2
#a98fe9
Desaturated Shade of #ac96e2
#af9ddb
Grey scale Shade of #ac96e2
#bcbcbc
Brighten Shade
#c5affb
Most Readable Shade
#000000

Shades of #ac96e2 color code

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

#ac96e2
#9885c8
#8574af
#726496
#5f537d
#4c4264
#39324b
#262132
#131019
#000000

Similar Color like #ac96e2 color

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

#ad97e3
#ae98e4
#af99e5
#b09ae6
#b19be7
#b29ce8
#b39de9
#b49eea
#b59feb
#b6a0ec
#b7a1ed
#b8a2ee
#b9a3ef
#baa4f0
#ab95e1
#aa94e0
#a993df
#a892de
#a791dd
#a690dc
#a58fdb
#a48eda
#a38dd9
#a28cd8
#a18bd7
#a08ad6
#9f89d5
#9e88d4

Monochromatic Color with #ac96e2

#ac96e2
#0a090d
#2b2538
#4b4162
#6b5e8d
#8c7ab7

Tints of #ac96e2 Color

#ac96e2
#b5a1e5
#beade8
#c7b9eb
#d0c4ee
#dad0f2
#e3dcf5
#ece7f8
#f5f3fb
#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

#ac96e2
#cce296

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

Split Complementary

#ac96e2
#e2d296
#a6e296

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

Analogous Color

#969ee2
#9d96e2
#ac96e2
#bb96e2
#ca96e2

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

#ac96e2
#e2ac96
#96e2ac

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

#ac96e2
#e296a6
#cce296
#96e2d2

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

#ac96e2
#cce296
#a6e296
#d296e2

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

#ac96e2 Color Code Preview on Black Background Color

This is how #ac96e2 Color will look on black background color. Color contrast ratio is 8.21

#ac96e2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac96e2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac96e2

#ac96e2 color code is use for CSS Background Color

Background color for the above div is #ac96e2

HTML with inline CSS

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

#ac96e2 color code is use for CSS Border Color

CSS Border color for the above div is #ac96e2

HTML with inline CSS

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

CSS Border Left color for the above div is #ac96e2

HTML with inline CSS

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

CSS Border Right color for the above div is #ac96e2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac96e2

HTML with inline CSS

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

CSS Border Top color for the above div is #ac96e2

HTML with inline CSS

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

#ac96e2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac96e2 Color code Preview on White Background

This is how #ac96e2 Color code will look on white background color. Color contrast ratio is 2.56

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

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,150,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,226,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,150,226,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.