crispedge.com

Color picker

Loading...

#aca1eb hex color - Blue - Cool color - Information

#aca1eb hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #aca1eb Color code in RGB color code model is created after adding 67.45% red color, 63.14% green color and 92.16% blue color. Hex #aca1eb Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 31% magenta, 0% yellow and 8% black.

Hex #aca1eb color code is between #aa99ee web safe hex color code and #bbaadd web safe hex color code. #aa99ee is the nearest web safe color code. You can see here many more shades of #aca1eb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaca1eb#aca1eb
RGB Decimal172, 161, 235rgb(172, 161, 235)
RGB Percent67%, 63%, 92%rgb(67%, 63%, 92%)
CSS RGBa172, 161, 235,1rgba(172,161,235,1)
CMYK Modelcmyk(27%,31%,0%,8%)
HSL Color Space249,65% ,78%hsl(249,65% ,78%)
HSV Color Space249°, 31%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001010000111101011
Octal254241353
Decimal172161235
Hexaca1eb

Different shades of #aca1eb color code.

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

Light Shade of #aca1eb
#d1cbf4
Dark Shade of #aca1eb
#8777e2
Saturated Shade of #aca1eb
#a89bf1
Desaturated Shade of #aca1eb
#b0a7e5
Grey scale Shade of #aca1eb
#c6c6c6
Brighten Shade
#c5baff
Most Readable Shade
#000000

Shades of #aca1eb color code

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

#aca1eb
#988fd0
#857db6
#726b9c
#5f5982
#4c4768
#39354e
#262334
#13111a
#000000

Similar Color like #aca1eb color

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

#ada2ec
#aea3ed
#afa4ee
#b0a5ef
#b1a6f0
#b2a7f1
#b3a8f2
#b4a9f3
#b5aaf4
#b6abf5
#b7acf6
#b8adf7
#b9aef8
#baaff9
#aba0ea
#aa9fe9
#a99ee8
#a89de7
#a79ce6
#a69be5
#a59ae4
#a499e3
#a398e2
#a297e1
#a196e0
#a095df
#9f94de
#9e93dd

Monochromatic Color with #aca1eb

#aca1eb
#100f16
#302d41
#4f4a6b
#6e6796
#8d84c0

Tints of #aca1eb Color

#aca1eb
#b5abed
#beb5ef
#c7c0f1
#d0caf3
#dad5f6
#e3dff8
#eceafa
#f5f4fc
#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

#aca1eb
#e0eba1

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

Split Complementary

#aca1eb
#ebd1a1
#bbeba1

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

Analogous Color

#a1b4eb
#a1a5eb
#aca1eb
#bba1eb
#caa1eb

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

#aca1eb
#ebaca1
#a1ebac

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

#aca1eb
#eba1bb
#e0eba1
#a1ebd1

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

#aca1eb
#e0eba1
#bbeba1
#d1a1eb

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

#aca1eb Color Code Preview on Black Background Color

This is how #aca1eb Color will look on black background color. Color contrast ratio is 9.05

#aca1eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aca1eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aca1eb

#aca1eb color code is use for CSS Background Color

Background color for the above div is #aca1eb

HTML with inline CSS

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

#aca1eb color code is use for CSS Border Color

CSS Border color for the above div is #aca1eb

HTML with inline CSS

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

CSS Border Left color for the above div is #aca1eb

HTML with inline CSS

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

CSS Border Right color for the above div is #aca1eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aca1eb

HTML with inline CSS

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

CSS Border Top color for the above div is #aca1eb

HTML with inline CSS

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

#aca1eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aca1eb Color code Preview on White Background

This is how #aca1eb Color code will look on white background color. Color contrast ratio is 2.32

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

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,161,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(224,235,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,161,235,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.