crispedge.com

Color picker

Loading...

#a38ddd hex color - Blue - Cool color - Information

#a38ddd hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a38ddd Color code in RGB color code model is created after adding 63.92% red color, 55.29% green color and 86.67% blue color. Hex #a38ddd Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 36% magenta, 0% yellow and 13% black.

Hex #a38ddd color code is between #aa88cc web safe hex color code and #9999ee web safe hex color code. #aa88cc is the nearest web safe color code. You can see here many more shades of #a38ddd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea38ddd#a38ddd
RGB Decimal163, 141, 221rgb(163, 141, 221)
RGB Percent64%, 55%, 87%rgb(64%, 55%, 87%)
CSS RGBa163, 141, 221,1rgba(163,141,221,1)
CMYK Modelcmyk(26%,36%,0%,13%)
HSL Color Space257,54% ,71%hsl(257,54% ,71%)
HSV Color Space257°, 36%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000111000110111011101
Octal243215335
Decimal163141221
Hexa38ddd

Different shades of #a38ddd color code.

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

Light Shade of #a38ddd
#c3b4e9
Dark Shade of #a38ddd
#8366d1
Saturated Shade of #a38ddd
#a086e4
Desaturated Shade of #a38ddd
#a694d6
Grey scale Shade of #a38ddd
#b5b5b5
Brighten Shade
#bca6f6
Most Readable Shade
#000000

Shades of #a38ddd color code

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

#a38ddd
#907dc4
#7e6dab
#6c5e93
#5a4e7a
#483e62
#362f49
#241f31
#120f18
#000000

Similar Color like #a38ddd color

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

#a48ede
#a58fdf
#a690e0
#a791e1
#a892e2
#a993e3
#aa94e4
#ab95e5
#ac96e6
#ad97e7
#ae98e8
#af99e9
#b09aea
#b19beb
#a28cdc
#a18bdb
#a08ada
#9f89d9
#9e88d8
#9d87d7
#9c86d6
#9b85d5
#9a84d4
#9983d3
#9882d2
#9781d1
#9680d0
#957fcf

Monochromatic Color with #a38ddd

#a38ddd
#060508
#262133
#453c5d
#645788
#8472b3

Tints of #a38ddd Color

#a38ddd
#ad99e0
#b7a6e4
#c1b3e8
#cbbfec
#d6ccef
#e0d9f3
#eae5f7
#f4f2fb
#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

#a38ddd
#c7dd8d

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

Split Complementary

#a38ddd
#ddcb8d
#9fdd8d

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

Analogous Color

#8d97dd
#938ddd
#a38ddd
#b38ddd
#c38ddd

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

#a38ddd
#dda38d
#8ddda3

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

#a38ddd
#dd8d9f
#c7dd8d
#8dddcb

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

#a38ddd
#c7dd8d
#9fdd8d
#cb8ddd

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

#a38ddd Color Code Preview on Black Background Color

This is how #a38ddd Color will look on black background color. Color contrast ratio is 7.41

#a38ddd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a38ddd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a38ddd

#a38ddd color code is use for CSS Background Color

Background color for the above div is #a38ddd

HTML with inline CSS

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

#a38ddd color code is use for CSS Border Color

CSS Border color for the above div is #a38ddd

HTML with inline CSS

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

CSS Border Left color for the above div is #a38ddd

HTML with inline CSS

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

CSS Border Right color for the above div is #a38ddd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a38ddd

HTML with inline CSS

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

CSS Border Top color for the above div is #a38ddd

HTML with inline CSS

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

#a38ddd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a38ddd Color code Preview on White Background

This is how #a38ddd Color code will look on white background color. Color contrast ratio is 2.83

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

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(163,141,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(199,221,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(163,141,221,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.