crispedge.com

Color picker

Loading...

#a304ef hex color - Violet - Warm color - Information

#a304ef hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a304ef Color code in RGB color code model is created after adding 63.92% red color, 1.57% green color and 93.73% blue color. Hex #a304ef Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 98% magenta, 0% yellow and 6% black.

Hex #a304ef color code is between #aa00ee web safe hex color code and #9900ff web safe hex color code. #aa00ee is the nearest web safe color code. You can see here many more shades of #a304ef color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea304ef#a304ef
RGB Decimal163, 4, 239rgb(163, 4, 239)
RGB Percent64%, 2%, 94%rgb(64%, 2%, 94%)
CSS RGBa163, 4, 239,1rgba(163,4,239,1)
CMYK Modelcmyk(32%,98%,0%,6%)
HSL Color Space281,97% ,48%hsl(281,97% ,48%)
HSV Color Space281°, 98%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000110000010011101111
Octal2434357
Decimal1634239
Hexa304ef

Different shades of #a304ef color code.

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

Light Shade of #a304ef
#b82bfb
Dark Shade of #a304ef
#8103bd
Saturated Shade of #a304ef
#a400f3
Desaturated Shade of #a304ef
#9f10e3
Grey scale Shade of #a304ef
#797979
Brighten Shade
#bc1dff
Most Readable Shade
#FFFFFF

Shades of #a304ef color code

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

#a304ef
#9003d4
#7e03b9
#6c029f
#5a0284
#48016a
#36014f
#240035
#12001a
#000000

Similar Color like #a304ef color

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

#a405f0
#a506f1
#a607f2
#a708f3
#a809f4
#a90af5
#aa0bf6
#ab0cf7
#ac0df8
#ad0ef9
#ae0ffa
#af10fb
#b011fc
#b112fd
#a203ee
#a102ed
#a001ec
#9f00eb
#9e00ea
#9d00e9
#9c00e8
#9b00e7
#9a00e6
#9900e5
#9800e4
#9700e3
#9600e2
#9500e1

Monochromatic Color with #a304ef

#a304ef
#12001a
#2f0145
#4c026f
#69039a
#8603c4

Tints of #a304ef Color

#a304ef
#ad1ff0
#b73bf2
#c157f4
#cb73f6
#d68ff7
#e0abf9
#eac7fb
#f4e3fd
#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

#a304ef
#50ef04

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

Split Complementary

#a304ef
#c6ef04
#04ef2d

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

Analogous Color

#4504ef
#7404ef
#a304ef
#d204ef
#ef04dd

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

#a304ef
#efa304
#04efa3

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

#a304ef
#ef2d04
#50ef04
#04c5ef

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

#a304ef
#50ef04
#04ef2d
#ef04c6

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

#a304ef Color Code Preview on Black Background Color

This is how #a304ef Color will look on black background color. Color contrast ratio is 3.82

#a304ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a304ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a304ef

#a304ef color code is use for CSS Background Color

Background color for the above div is #a304ef

HTML with inline CSS

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

#a304ef color code is use for CSS Border Color

CSS Border color for the above div is #a304ef

HTML with inline CSS

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

CSS Border Left color for the above div is #a304ef

HTML with inline CSS

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

CSS Border Right color for the above div is #a304ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a304ef

HTML with inline CSS

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

CSS Border Top color for the above div is #a304ef

HTML with inline CSS

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

#a304ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a304ef Color code Preview on White Background

This is how #a304ef Color code will look on white background color. Color contrast ratio is 5.50

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

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(163,4,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(80,239,4,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(163,4,239,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.