crispedge.com

Color picker

Loading...

#a089e0 hex color - Violet - Cool color - Information

#a089e0 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a089e0 Color code in RGB color code model is created after adding 62.75% red color, 53.73% green color and 87.84% blue color. Hex #a089e0 Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 39% magenta, 0% yellow and 12% black.

Hex #a089e0 color code is between #9988dd web safe hex color code and #aa99ee web safe hex color code. #9988dd is the nearest web safe color code. You can see here many more shades of #a089e0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea089e0#a089e0
RGB Decimal160, 137, 224rgb(160, 137, 224)
RGB Percent63%, 54%, 88%rgb(63%, 54%, 88%)
CSS RGBa160, 137, 224,1rgba(160,137,224,1)
CMYK Modelcmyk(29%,39%,0%,12%)
HSL Color Space256,58% ,71%hsl(256,58% ,71%)
HSV Color Space256°, 39%, 88%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000001000100111100000
Octal240211340
Decimal160137224
Hexa089e0

Different shades of #a089e0 color code.

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

Light Shade of #a089e0
#c1b1eb
Dark Shade of #a089e0
#7f61d5
Saturated Shade of #a089e0
#9c82e7
Desaturated Shade of #a089e0
#a490d9
Grey scale Shade of #a089e0
#b4b4b4
Brighten Shade
#b9a2f9
Most Readable Shade
#000000

Shades of #a089e0 color code

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

#a089e0
#8e79c7
#7c6aae
#6a5b95
#584c7c
#473c63
#352d4a
#231e31
#110f18
#000000

Similar Color like #a089e0 color

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

#a18ae1
#a28be2
#a38ce3
#a48de4
#a58ee5
#a68fe6
#a790e7
#a891e8
#a992e9
#aa93ea
#ab94eb
#ac95ec
#ad96ed
#ae97ee
#9f88df
#9e87de
#9d86dd
#9c85dc
#9b84db
#9a83da
#9982d9
#9881d8
#9780d7
#967fd6
#957ed5
#947dd4
#937cd3
#927bd2

Monochromatic Color with #a089e0

#a089e0
#08070b
#272136
#453b60
#63558b
#826fb5

Tints of #a089e0 Color

#a089e0
#aa96e3
#b5a3e6
#bfb0ea
#cabded
#d4caf1
#dfd7f4
#e9e4f8
#f4f1fb
#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

#a089e0
#c9e089

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

Split Complementary

#a089e0
#e0cb89
#9ee089

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

Analogous Color

#8995e0
#8f89e0
#a089e0
#b189e0
#c389e0

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

#a089e0
#e0a089
#89e0a0

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

#a089e0
#e0899d
#c9e089
#89e0cb

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

#a089e0
#c9e089
#9ee089
#cb89e0

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

#a089e0 Color Code Preview on Black Background Color

This is how #a089e0 Color will look on black background color. Color contrast ratio is 7.15

#a089e0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a089e0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a089e0

#a089e0 color code is use for CSS Background Color

Background color for the above div is #a089e0

HTML with inline CSS

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

#a089e0 color code is use for CSS Border Color

CSS Border color for the above div is #a089e0

HTML with inline CSS

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

CSS Border Left color for the above div is #a089e0

HTML with inline CSS

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

CSS Border Right color for the above div is #a089e0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a089e0

HTML with inline CSS

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

CSS Border Top color for the above div is #a089e0

HTML with inline CSS

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

#a089e0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a089e0 Color code Preview on White Background

This is how #a089e0 Color code will look on white background color. Color contrast ratio is 2.94

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

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(160,137,224,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(201,224,137,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(160,137,224,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.