crispedge.com

Color picker

Loading...

#a064ec hex color - Blue - Cool color - Information

#a064ec hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a064ec Color code in RGB color code model is created after adding 62.75% red color, 39.22% green color and 92.55% blue color. Hex #a064ec Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 58% magenta, 0% yellow and 7% black.

Hex #a064ec color code is between #9966ee web safe hex color code and #aa55dd web safe hex color code. #9966ee is the nearest web safe color code. You can see here many more shades of #a064ec color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codea064ec#a064ec
RGB Decimal160, 100, 236rgb(160, 100, 236)
RGB Percent63%, 39%, 93%rgb(63%, 39%, 93%)
CSS RGBa160, 100, 236,1rgba(160,100,236,1)
CMYK Modelcmyk(32%,58%,0%,7%)
HSL Color Space266,78% ,66%hsl(266,78% ,66%)
HSV Color Space266°, 58%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000000110010011101100
Octal240144354
Decimal160100236
Hexa064ec

Different shades of #a064ec color code.

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

Light Shade of #a064ec
#bc91f2
Dark Shade of #a064ec
#8437e6
Saturated Shade of #a064ec
#9f5bf5
Desaturated Shade of #a064ec
#a16de3
Grey scale Shade of #a064ec
#a8a8a8
Brighten Shade
#b97dff
Most Readable Shade
#FFFFFF

Shades of #a064ec color code

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

#a064ec
#8e58d1
#7c4db7
#6a429d
#583783
#472c68
#35214e
#231634
#110b1a
#000000

Similar Color like #a064ec color

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

#a165ed
#a266ee
#a367ef
#a468f0
#a569f1
#a66af2
#a76bf3
#a86cf4
#a96df5
#aa6ef6
#ab6ff7
#ac70f8
#ad71f9
#ae72fa
#9f63eb
#9e62ea
#9d61e9
#9c60e8
#9b5fe7
#9a5ee6
#995de5
#985ce4
#975be3
#965ae2
#9559e1
#9458e0
#9357df
#9256de

Monochromatic Color with #a064ec

#a064ec
#100a17
#2d1c42
#4a2e6c
#664097
#8352c1

Tints of #a064ec Color

#a064ec
#aa75ee
#b586f0
#bf97f2
#caa8f4
#d4baf6
#dfcbf8
#e9dcfa
#f4edfc
#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

#a064ec
#b0ec64

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

Split Complementary

#a064ec
#ece464
#6cec64

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

Analogous Color

#6a64ec
#8564ec
#a064ec
#bb64ec
#d664ec

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

#a064ec
#eca064
#64eca0

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

#a064ec
#ec646c
#b0ec64
#64ece4

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

#a064ec
#b0ec64
#6cec64
#e464ec

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

#a064ec Color Code Preview on Black Background Color

This is how #a064ec Color will look on black background color. Color contrast ratio is 5.53

#a064ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a064ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a064ec

#a064ec color code is use for CSS Background Color

Background color for the above div is #a064ec

HTML with inline CSS

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

#a064ec color code is use for CSS Border Color

CSS Border color for the above div is #a064ec

HTML with inline CSS

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

CSS Border Left color for the above div is #a064ec

HTML with inline CSS

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

CSS Border Right color for the above div is #a064ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a064ec

HTML with inline CSS

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

CSS Border Top color for the above div is #a064ec

HTML with inline CSS

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

#a064ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a064ec Color code Preview on White Background

This is how #a064ec Color code will look on white background color. Color contrast ratio is 3.80

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

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,100,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(176,236,100,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(160,100,236,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.