crispedge.com

Color picker

Loading...

#a06fe9 hex color - Blue - Cool color - Information

#a06fe9 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a06fe9 Color code in RGB color code model is created after adding 62.75% red color, 43.53% green color and 91.37% blue color. Hex #a06fe9 Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 52% magenta, 0% yellow and 9% black.

Hex #a06fe9 color code is between #9977ee web safe hex color code and #aa66dd web safe hex color code. #9977ee is the nearest web safe color code. You can see here many more shades of #a06fe9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea06fe9#a06fe9
RGB Decimal160, 111, 233rgb(160, 111, 233)
RGB Percent63%, 44%, 91%rgb(63%, 44%, 91%)
CSS RGBa160, 111, 233,1rgba(160,111,233,1)
CMYK Modelcmyk(31%,52%,0%,9%)
HSL Color Space264,73% ,67%hsl(264,73% ,67%)
HSV Color Space264°, 52%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000000110111111101001
Octal240157351
Decimal160111233
Hexa06fe9

Different shades of #a06fe9 color code.

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

Light Shade of #a06fe9
#bd9bf0
Dark Shade of #a06fe9
#8343e2
Saturated Shade of #a06fe9
#9e67f1
Desaturated Shade of #a06fe9
#a277e1
Grey scale Shade of #a06fe9
#acacac
Brighten Shade
#b988ff
Most Readable Shade
#000000

Shades of #a06fe9 color code

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

#a06fe9
#8e62cf
#7c56b5
#6a4a9b
#583d81
#473167
#35254d
#231833
#110c19
#000000

Similar Color like #a06fe9 color

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

#a170ea
#a271eb
#a372ec
#a473ed
#a574ee
#a675ef
#a776f0
#a877f1
#a978f2
#aa79f3
#ab7af4
#ac7bf5
#ad7cf6
#ae7df7
#9f6ee8
#9e6de7
#9d6ce6
#9c6be5
#9b6ae4
#9a69e3
#9968e2
#9867e1
#9766e0
#9665df
#9564de
#9463dd
#9362dc
#9261db

Monochromatic Color with #a06fe9

#a06fe9
#0e0a14
#2b1e3f
#483269
#664694
#835bbe

Tints of #a06fe9 Color

#a06fe9
#aa7feb
#b58fed
#bf9ff0
#caaff2
#d4bff5
#dfcff7
#e9dffa
#f4effc
#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

#a06fe9
#b8e96f

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

Split Complementary

#a06fe9
#e9dd6f
#7be96f

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

Analogous Color

#6f6fe9
#886fe9
#a06fe9
#b86fe9
#d16fe9

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

#a06fe9
#e9a06f
#6fe9a0

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

#a06fe9
#e96f7b
#b8e96f
#6fe9dd

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

#a06fe9
#b8e96f
#7be96f
#dd6fe9

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

#a06fe9 Color Code Preview on Black Background Color

This is how #a06fe9 Color will look on black background color. Color contrast ratio is 5.95

#a06fe9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a06fe9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a06fe9

#a06fe9 color code is use for CSS Background Color

Background color for the above div is #a06fe9

HTML with inline CSS

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

#a06fe9 color code is use for CSS Border Color

CSS Border color for the above div is #a06fe9

HTML with inline CSS

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

CSS Border Left color for the above div is #a06fe9

HTML with inline CSS

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

CSS Border Right color for the above div is #a06fe9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a06fe9

HTML with inline CSS

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

CSS Border Top color for the above div is #a06fe9

HTML with inline CSS

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

#a06fe9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a06fe9 Color code Preview on White Background

This is how #a06fe9 Color code will look on white background color. Color contrast ratio is 3.53

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

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,111,233,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(184,233,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(160,111,233,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.