crispedge.com

Color picker

Loading...

#a013eb hex color - Violet - Warm color - Information

#a013eb hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a013eb Color code in RGB color code model is created after adding 62.75% red color, 7.45% green color and 92.16% blue color. Hex #a013eb Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 92% magenta, 0% yellow and 8% black.

Hex #a013eb color code is between #9911ee web safe hex color code and #aa22dd web safe hex color code. #9911ee is the nearest web safe color code. You can see here many more shades of #a013eb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea013eb#a013eb
RGB Decimal160, 19, 235rgb(160, 19, 235)
RGB Percent63%, 7%, 92%rgb(63%, 7%, 92%)
CSS RGBa160, 19, 235,1rgba(160,19,235,1)
CMYK Modelcmyk(32%,92%,0%,8%)
HSL Color Space279,85% ,50%hsl(279,85% ,50%)
HSV Color Space279°, 92%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000000001001111101011
Octal24023353
Decimal16019235
Hexa013eb

Different shades of #a013eb color code.

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

Light Shade of #a013eb
#b341f0
Dark Shade of #a013eb
#800fbc
Saturated Shade of #a013eb
#a406f8
Desaturated Shade of #a013eb
#9c20de
Grey scale Shade of #a013eb
#7f7f7f
Brighten Shade
#b92cff
Most Readable Shade
#FFFFFF

Shades of #a013eb color code

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

#a013eb
#8e10d0
#7c0eb6
#6a0c9c
#580a82
#470868
#35064e
#230434
#11021a
#000000

Similar Color like #a013eb color

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

#a114ec
#a215ed
#a316ee
#a417ef
#a518f0
#a619f1
#a71af2
#a81bf3
#a91cf4
#aa1df5
#ab1ef6
#ac1ff7
#ad20f8
#ae21f9
#9f12ea
#9e11e9
#9d10e8
#9c0fe7
#9b0ee6
#9a0de5
#990ce4
#980be3
#970ae2
#9609e1
#9508e0
#9407df
#9306de
#9205dd

Monochromatic Color with #a013eb

#a013eb
#0f0216
#2c0541
#49096b
#660c96
#8310c0

Tints of #a013eb Color

#a013eb
#aa2ded
#b547ef
#bf61f1
#ca7bf3
#d496f6
#dfb0f8
#e9cafa
#f4e4fc
#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

#a013eb
#5eeb13

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

Split Complementary

#a013eb
#caeb13
#13eb34

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

Analogous Color

#4a13eb
#7513eb
#a013eb
#cb13eb
#eb13e0

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

#a013eb
#eba013
#13eba0

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

#a013eb
#eb3413
#5eeb13
#13caeb

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

#a013eb
#5eeb13
#13eb34
#eb13ca

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

#a013eb Color Code Preview on Black Background Color

This is how #a013eb Color will look on black background color. Color contrast ratio is 3.79

#a013eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a013eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a013eb

#a013eb color code is use for CSS Background Color

Background color for the above div is #a013eb

HTML with inline CSS

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

#a013eb color code is use for CSS Border Color

CSS Border color for the above div is #a013eb

HTML with inline CSS

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

CSS Border Left color for the above div is #a013eb

HTML with inline CSS

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

CSS Border Right color for the above div is #a013eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a013eb

HTML with inline CSS

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

CSS Border Top color for the above div is #a013eb

HTML with inline CSS

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

#a013eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a013eb Color code Preview on White Background

This is how #a013eb Color code will look on white background color. Color contrast ratio is 5.54

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

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,19,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,235,19,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(160,19,235,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.