@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#a06fea hex color - Blue - Cool color - Information

#a06fea hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a06fea Color code in RGB color code model is created after adding 62.75% red color, 43.53% green color and 91.76% blue color. Hex #a06fea Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 53% magenta, 0% yellow and 8.24% black.

Hex #a06fea 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 #a06fea color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea06fea#a06fea
RGB Decimal160, 111, 234rgb(160, 111, 234)
RGB Percent63%, 44%, 92%rgb(63%, 44%, 92%)
CSS RGBa160, 111, 234,1rgba(160,111,234,1)
CMYK Modelcmyk(32%,53%,0%,8.24%)
HSL Color Space264,75% ,68%hsl(264,75% ,68%)
HSV Color Space264°, 53%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000000110111111101010
Octal240157352
Decimal160111234
Hexa06fea

Different shades of #a06fea color code.

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

Light Shade of #a06fea
#bd9bf0
Dark Shade of #a06fea
#8342e3
Saturated Shade of #a06fea
#9e67f2
Desaturated Shade of #a06fea
#a277e2
Grey scale Shade of #a06fea
#acacac
Brighten Shade
#b988ff
Most Readable Shade
#000000

Shades of #a06fea color code

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

#a06fea
#8e62d0
#7c56b6
#6a4a9c
#583d82
#473168
#35254e
#231834
#110c1a
#000000

Similar Color like #a06fea color

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

#a170eb
#a271ec
#a372ed
#a473ee
#a574ef
#a675f0
#a776f1
#a877f2
#a978f3
#aa79f4
#ab7af5
#ac7bf6
#ad7cf7
#ae7df8
#9f6ee9
#9e6de8
#9d6ce7
#9c6be6
#9b6ae5
#9a69e4
#9968e3
#9867e2
#9766e1
#9665e0
#9564df
#9463de
#9362dd
#9261dc

Monochromatic Color with #a06fea

#a06fea
#0f0a15
#2c1e40
#49336a
#664795
#835bbf

Tints of #a06fea Color

#a06fea
#aa7fec
#b58fee
#bf9ff1
#caaff3
#d4bff5
#dfcff8
#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

#a06fea
#b9ea6f

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

Split Complementary

#a06fea
#eadd6f
#7cea6f

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

Analogous Color

#6f6fea
#876fea
#a06fea
#b96fea
#d16fea

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

#a06fea
#eaa06f
#6feaa0

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

#a06fea
#ea6f7b
#b9ea6f
#6feadd

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

#a06fea
#b9ea6f
#7cea6f
#dd6fea

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

#a06fea Color Code Preview on Black Background Color

This is how #a06fea Color will look on black background color. Color contrast ratio is 5.96

#a06fea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a06fea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a06fea

#a06fea color code is use for CSS Background Color

Background color for the above div is #a06fea

HTML with inline CSS

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

#a06fea color code is use for CSS Border Color

CSS Border color for the above div is #a06fea

HTML with inline CSS

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

CSS Border Left color for the above div is #a06fea

HTML with inline CSS

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

CSS Border Right color for the above div is #a06fea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a06fea

HTML with inline CSS

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

CSS Border Top color for the above div is #a06fea

HTML with inline CSS

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

#a06fea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a06fea Color code Preview on White Background

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

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