crispedge.com

Color picker

Loading...

#a38be4 hex color - Violet - Cool color - Information

#a38be4 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a38be4 Color code in RGB color code model is created after adding 63.92% red color, 54.51% green color and 89.41% blue color. Hex #a38be4 Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 39% magenta, 0% yellow and 11% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea38be4#a38be4
RGB Decimal163, 139, 228rgb(163, 139, 228)
RGB Percent64%, 55%, 89%rgb(64%, 55%, 89%)
CSS RGBa163, 139, 228,1rgba(163,139,228,1)
CMYK Modelcmyk(29%,39%,0%,11%)
HSL Color Space256,62% ,72%hsl(256,62% ,72%)
HSV Color Space256°, 39%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000111000101111100100
Octal243213344
Decimal163139228
Hexa38be4

Different shades of #a38be4 color code.

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

Light Shade of #a38be4
#c4b4ee
Dark Shade of #a38be4
#8262da
Saturated Shade of #a38be4
#a084eb
Desaturated Shade of #a38be4
#a692dd
Grey scale Shade of #a38be4
#b7b7b7
Brighten Shade
#bca4fd
Most Readable Shade
#000000

Shades of #a38be4 color code

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

#a38be4
#907bca
#7e6cb1
#6c5c98
#5a4d7e
#483d65
#362e4c
#241e32
#120f19
#000000

Similar Color like #a38be4 color

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

#a48ce5
#a58de6
#a68ee7
#a78fe8
#a890e9
#a991ea
#aa92eb
#ab93ec
#ac94ed
#ad95ee
#ae96ef
#af97f0
#b098f1
#b199f2
#a28ae3
#a189e2
#a088e1
#9f87e0
#9e86df
#9d85de
#9c84dd
#9b83dc
#9a82db
#9981da
#9880d9
#977fd8
#967ed7
#957dd6

Monochromatic Color with #a38be4

#a38be4
#0b090f
#29233a
#483d64
#66578f
#8571b9

Tints of #a38be4 Color

#a38be4
#ad97e7
#b7a4ea
#c1b1ed
#cbbef0
#d6cbf3
#e0d8f6
#eae5f9
#f4f2fc
#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

#a38be4
#cce48b

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

Split Complementary

#a38be4
#e4d08b
#a0e48b

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

Analogous Color

#8b97e4
#918be4
#a38be4
#b58be4
#c78be4

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

#a38be4
#e4a38b
#8be4a3

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

#a38be4
#e48ba0
#cce48b
#8be4cf

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

#a38be4
#cce48b
#a0e48b
#d08be4

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

#a38be4 Color Code Preview on Black Background Color

This is how #a38be4 Color will look on black background color. Color contrast ratio is 7.37

#a38be4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a38be4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a38be4

#a38be4 color code is use for CSS Background Color

Background color for the above div is #a38be4

HTML with inline CSS

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

#a38be4 color code is use for CSS Border Color

CSS Border color for the above div is #a38be4

HTML with inline CSS

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

CSS Border Left color for the above div is #a38be4

HTML with inline CSS

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

CSS Border Right color for the above div is #a38be4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a38be4

HTML with inline CSS

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

CSS Border Top color for the above div is #a38be4

HTML with inline CSS

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

#a38be4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a38be4 Color code Preview on White Background

This is how #a38be4 Color code will look on white background color. Color contrast ratio is 2.85

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

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,139,228,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,228,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(163,139,228,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.