crispedge.com

Color picker

Loading...

#a18abb hex color - Violet - Cool color - Information

#a18abb hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a18abb Color code in RGB color code model is created after adding 63.14% red color, 54.12% green color and 73.33% blue color. Hex #a18abb Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 26% magenta, 0% yellow and 27% black.

Hex #a18abb color code is between #9988aa web safe hex color code and #aa99cc web safe hex color code. #9988aa is the nearest web safe color code. You can see here many more shades of #a18abb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea18abb#a18abb
RGB Decimal161, 138, 187rgb(161, 138, 187)
RGB Percent63%, 54%, 73%rgb(63%, 54%, 73%)
CSS RGBa161, 138, 187,1rgba(161,138,187,1)
CMYK Modelcmyk(14%,26%,0%,27%)
HSL Color Space268,26% ,64%hsl(268,26% ,64%)
HSV Color Space268°, 26%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000011000101010111011
Octal241212273
Decimal161138187
Hexa18abb

Different shades of #a18abb color code.

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

Light Shade of #a18abb
#bbaace
Dark Shade of #a18abb
#876aa8
Saturated Shade of #a18abb
#a081c4
Desaturated Shade of #a18abb
#a293b2
Grey scale Shade of #a18abb
#a2a2a2
Brighten Shade
#baa3d4
Most Readable Shade
#000000

Shades of #a18abb color code

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

#a18abb
#8f7aa6
#7d6b91
#6b5c7c
#594c67
#473d53
#352e3e
#231e29
#110f14
#000000

Similar Color like #a18abb color

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

#a28bbc
#a38cbd
#a48dbe
#a58ebf
#a68fc0
#a790c1
#a891c2
#a992c3
#aa93c4
#ab94c5
#ac95c6
#ad96c7
#ae97c8
#af98c9
#a089ba
#9f88b9
#9e87b8
#9d86b7
#9c85b6
#9b84b5
#9a83b4
#9982b3
#9881b2
#9780b1
#967fb0
#957eaf
#947dae
#937cad

Monochromatic Color with #a18abb

#a18abb
#c6a9e5
#0f0d11
#332c3b
#584b66
#7c6b90

Tints of #a18abb Color

#a18abb
#ab97c2
#b5a4ca
#c0b1d1
#cabed9
#d5cbe0
#dfd8e8
#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

#a18abb
#a4bb8a

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

Split Complementary

#a18abb
#bbba8a
#8bbb8a

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

Analogous Color

#8d8abb
#978abb
#a18abb
#ab8abb
#b58abb

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

#a18abb
#bba18a
#8abba1

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

#a18abb
#bb8a8b
#a4bb8a
#8abbb9

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

#a18abb
#a4bb8a
#8bbb8a
#ba8abb

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

#a18abb Color Code Preview on Black Background Color

This is how #a18abb Color will look on black background color. Color contrast ratio is 6.87

#a18abb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a18abb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a18abb

#a18abb color code is use for CSS Background Color

Background color for the above div is #a18abb

HTML with inline CSS

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

#a18abb color code is use for CSS Border Color

CSS Border color for the above div is #a18abb

HTML with inline CSS

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

CSS Border Left color for the above div is #a18abb

HTML with inline CSS

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

CSS Border Right color for the above div is #a18abb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a18abb

HTML with inline CSS

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

CSS Border Top color for the above div is #a18abb

HTML with inline CSS

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

#a18abb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a18abb Color code Preview on White Background

This is how #a18abb Color code will look on white background color. Color contrast ratio is 3.06

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

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