crispedge.com

Color picker

Loading...

#a565ec hex color - Blue - Cool color - Information

#a565ec hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a565ec Color code in RGB color code model is created after adding 64.71% red color, 39.61% green color and 92.55% blue color. Hex #a565ec Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 57% magenta, 0% yellow and 7% black.

Hex #a565ec color code is between #aa66ee web safe hex color code and #9955dd web safe hex color code. #aa66ee is the nearest web safe color code. You can see here many more shades of #a565ec color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea565ec#a565ec
RGB Decimal165, 101, 236rgb(165, 101, 236)
RGB Percent65%, 40%, 93%rgb(65%, 40%, 93%)
CSS RGBa165, 101, 236,1rgba(165,101,236,1)
CMYK Modelcmyk(30%,57%,0%,7%)
HSL Color Space268,78% ,66%hsl(268,78% ,66%)
HSV Color Space268°, 57%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001010110010111101100
Octal245145354
Decimal165101236
Hexa565ec

Different shades of #a565ec color code.

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

Light Shade of #a565ec
#c092f2
Dark Shade of #a565ec
#8a38e6
Saturated Shade of #a565ec
#a55cf5
Desaturated Shade of #a565ec
#a56ee3
Grey scale Shade of #a565ec
#a8a8a8
Brighten Shade
#be7eff
Most Readable Shade
#FFFFFF

Shades of #a565ec color code

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

#a565ec
#9259d1
#804eb7
#6e439d
#5b3883
#492c68
#37214e
#241634
#120b1a
#000000

Similar Color like #a565ec color

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

#a666ed
#a767ee
#a868ef
#a969f0
#aa6af1
#ab6bf2
#ac6cf3
#ad6df4
#ae6ef5
#af6ff6
#b070f7
#b171f8
#b272f9
#b373fa
#a464eb
#a363ea
#a262e9
#a161e8
#a060e7
#9f5fe6
#9e5ee5
#9d5de4
#9c5ce3
#9b5be2
#9a5ae1
#9959e0
#9858df
#9757de

Monochromatic Color with #a565ec

#a565ec
#100a17
#2e1c42
#4c2e6c
#6a4197
#8753c1

Tints of #a565ec Color

#a565ec
#af76ee
#b987f0
#c398f2
#cda9f4
#d7baf6
#e1cbf8
#ebdcfa
#f5edfc
#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

#a565ec
#acec65

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

Split Complementary

#a565ec
#ece965
#68ec65

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

Analogous Color

#6f65ec
#8a65ec
#a565ec
#c065ec
#db65ec

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

#a565ec
#eca565
#65eca5

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

#a565ec
#ec6568
#acec65
#65ece8

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

#a565ec
#acec65
#68ec65
#e965ec

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

#a565ec Color Code Preview on Black Background Color

This is how #a565ec Color will look on black background color. Color contrast ratio is 5.67

#a565ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a565ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a565ec

#a565ec color code is use for CSS Background Color

Background color for the above div is #a565ec

HTML with inline CSS

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

#a565ec color code is use for CSS Border Color

CSS Border color for the above div is #a565ec

HTML with inline CSS

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

CSS Border Left color for the above div is #a565ec

HTML with inline CSS

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

CSS Border Right color for the above div is #a565ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a565ec

HTML with inline CSS

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

CSS Border Top color for the above div is #a565ec

HTML with inline CSS

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

#a565ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a565ec Color code Preview on White Background

This is how #a565ec Color code will look on white background color. Color contrast ratio is 3.70

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

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(165,101,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(172,236,101,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(165,101,236,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.