crispedge.com

Color picker

Loading...

#a18bb7 hex color - Violet - Cool color - Information

#a18bb7 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a18bb7 Color code in RGB color code model is created after adding 63.14% red color, 54.51% green color and 71.76% blue color. Hex #a18bb7 Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 24% magenta, 0% yellow and 28% black.

Hex #a18bb7 color code is between #9988bb web safe hex color code and #aa99aa web safe hex color code. #9988bb is the nearest web safe color code. You can see here many more shades of #a18bb7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea18bb7#a18bb7
RGB Decimal161, 139, 183rgb(161, 139, 183)
RGB Percent63%, 55%, 72%rgb(63%, 55%, 72%)
CSS RGBa161, 139, 183,1rgba(161,139,183,1)
CMYK Modelcmyk(12%,24%,0%,28%)
HSL Color Space270,23% ,63%hsl(270,23% ,63%)
HSV Color Space270°, 24%, 72%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000011000101110110111
Octal241213267
Decimal161139183
Hexa18bb7

Different shades of #a18bb7 color code.

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

Light Shade of #a18bb7
#baaacb
Dark Shade of #a18bb7
#876ca3
Saturated Shade of #a18bb7
#a182c0
Desaturated Shade of #a18bb7
#a194ae
Grey scale Shade of #a18bb7
#a1a1a1
Brighten Shade
#baa4d0
Most Readable Shade
#000000

Shades of #a18bb7 color code

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

#a18bb7
#8f7ba2
#7d6c8e
#6b5c7a
#594d65
#473d51
#352e3d
#231e28
#110f14
#000000

Similar Color like #a18bb7 color

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

#a28cb8
#a38db9
#a48eba
#a58fbb
#a690bc
#a791bd
#a892be
#a993bf
#aa94c0
#ab95c1
#ac96c2
#ad97c3
#ae98c4
#af99c5
#a08ab6
#9f89b5
#9e88b4
#9d87b3
#9c86b2
#9b85b1
#9a84b0
#9983af
#9882ae
#9781ad
#9680ac
#957fab
#947eaa
#937da9

Monochromatic Color with #a18bb7

#a18bb7
#c6abe1
#0b0a0d
#312a37
#564a62
#7c6b8c

Tints of #a18bb7 Color

#a18bb7
#ab97bf
#b5a4c7
#c0b1cf
#cabed7
#d5cbdf
#dfd8e7
#eae5ef
#f4f2f7
#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

#a18bb7
#a1b78b

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

Split Complementary

#a18bb7
#b7b78b
#8bb78b

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

Analogous Color

#8f8bb7
#988bb7
#a18bb7
#aa8bb7
#b38bb7

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

#a18bb7
#b7a18b
#8bb7a1

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

#a18bb7
#b78b8b
#a1b78b
#8bb7b7

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

#a18bb7
#a1b78b
#8bb78b
#b78bb7

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

#a18bb7 Color Code Preview on Black Background Color

This is how #a18bb7 Color will look on black background color. Color contrast ratio is 6.89

#a18bb7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a18bb7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a18bb7

#a18bb7 color code is use for CSS Background Color

Background color for the above div is #a18bb7

HTML with inline CSS

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

#a18bb7 color code is use for CSS Border Color

CSS Border color for the above div is #a18bb7

HTML with inline CSS

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

CSS Border Left color for the above div is #a18bb7

HTML with inline CSS

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

CSS Border Right color for the above div is #a18bb7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a18bb7

HTML with inline CSS

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

CSS Border Top color for the above div is #a18bb7

HTML with inline CSS

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

#a18bb7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a18bb7 Color code Preview on White Background

This is how #a18bb7 Color code will look on white background color. Color contrast ratio is 3.05

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

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