crispedge.com

Color picker

Loading...

#a38beb hex color - Violet - Cool color - Information

#a38beb hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

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

Hex #a38beb color code is between #aa88ee web safe hex color code and #9999dd web safe hex color code. #aa88ee is the nearest web safe color code. You can see here many more shades of #a38beb color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codea38beb#a38beb
RGB Decimal163, 139, 235rgb(163, 139, 235)
RGB Percent64%, 55%, 92%rgb(64%, 55%, 92%)
CSS RGBa163, 139, 235,1rgba(163,139,235,1)
CMYK Modelcmyk(31%,41%,0%,8%)
HSL Color Space255,71% ,73%hsl(255,71% ,73%)
HSV Color Space255°, 41%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000111000101111101011
Octal243213353
Decimal163139235
Hexa38beb

Different shades of #a38beb color code.

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

Light Shade of #a38beb
#c5b6f2
Dark Shade of #a38beb
#805fe3
Saturated Shade of #a38beb
#a084f2
Desaturated Shade of #a38beb
#a692e4
Grey scale Shade of #a38beb
#bbbbbb
Brighten Shade
#bca4ff
Most Readable Shade
#000000

Shades of #a38beb color code

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

#a38beb
#907bd0
#7e6cb6
#6c5c9c
#5a4d82
#483d68
#362e4e
#241e34
#120f1a
#000000

Similar Color like #a38beb color

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

#a48cec
#a58ded
#a68eee
#a78fef
#a890f0
#a991f1
#aa92f2
#ab93f3
#ac94f4
#ad95f5
#ae96f6
#af97f7
#b098f8
#b199f9
#a28aea
#a189e9
#a088e8
#9f87e7
#9e86e6
#9d85e5
#9c84e4
#9b83e3
#9a82e2
#9981e1
#9880e0
#977fdf
#967ede
#957ddd

Monochromatic Color with #a38beb

#a38beb
#100d16
#2d2641
#4b406b
#685996
#8672c0

Tints of #a38beb Color

#a38beb
#ad97ed
#b7a4ef
#c1b1f1
#cbbef3
#d6cbf6
#e0d8f8
#eae5fa
#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

#a38beb
#d3eb8b

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

Split Complementary

#a38beb
#ebd38b
#a3eb8b

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

Analogous Color

#8b99eb
#908beb
#a38beb
#b68beb
#c98beb

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

#a38beb
#eba38b
#8beba3

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

#a38beb
#eb8ba3
#d3eb8b
#8bebd3

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

#a38beb
#d3eb8b
#a3eb8b
#d38beb

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

#a38beb Color Code Preview on Black Background Color

This is how #a38beb Color will look on black background color. Color contrast ratio is 7.45

#a38beb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a38beb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a38beb

#a38beb color code is use for CSS Background Color

Background color for the above div is #a38beb

HTML with inline CSS

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

#a38beb color code is use for CSS Border Color

CSS Border color for the above div is #a38beb

HTML with inline CSS

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

CSS Border Left color for the above div is #a38beb

HTML with inline CSS

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

CSS Border Right color for the above div is #a38beb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a38beb

HTML with inline CSS

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

CSS Border Top color for the above div is #a38beb

HTML with inline CSS

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

#a38beb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a38beb Color code Preview on White Background

This is how #a38beb Color code will look on white background color. Color contrast ratio is 2.82

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

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