crispedge.com

#a34ff1 hex color - Blue - Warm color - Information

#a34ff1 hex color - Blue - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a34ff1 Color code in RGB color code model is created after adding 63.92% red color, 30.98% green color and 94.51% blue color. Hex #a34ff1 Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 67% magenta, 0% yellow and 5% black.

Hex #a34ff1 color code is between #aa55ee web safe hex color code and #9944ff web safe hex color code. #aa55ee is the nearest web safe color code. You can see here many more shades of #a34ff1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea34ff1#a34ff1
RGB Decimal163, 79, 241rgb(163, 79, 241)
RGB Percent64%, 31%, 95%rgb(64%, 31%, 95%)
CSS RGBa163, 79, 241,1rgba(163,79,241,1)
CMYK Modelcmyk(32%,67%,0%,5%)
HSL Color Space271,85% ,63%hsl(271,85% ,63%)
HSV Color Space271°, 67%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000110100111111110001
Octal243117361
Decimal16379241
Hexa34ff1

Different shades of #a34ff1 color code.

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

Light Shade of #a34ff1
#bc7ef5
Dark Shade of #a34ff1
#8a20ed
Saturated Shade of #a34ff1
#a345fa
Desaturated Shade of #a34ff1
#a358e7
Grey scale Shade of #a34ff1
#a0a0a0
Brighten Shade
#bc68ff
Most Readable Shade
#FFFFFF

Shades of #a34ff1 color code

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

#a34ff1
#9046d6
#7e3dbb
#6c34a0
#5a2b85
#48236b
#361a50
#241135
#12081a
#000000

Similar Color like #a34ff1 color

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

#a450f2
#a551f3
#a652f4
#a753f5
#a854f6
#a955f7
#aa56f8
#ab57f9
#ac58fa
#ad59fb
#ae5afc
#af5bfd
#b05cfe
#b15dff
#a24ef0
#a14def
#a04cee
#9f4bed
#9e4aec
#9d49eb
#9c48ea
#9b47e9
#9a46e8
#9945e7
#9844e6
#9743e5
#9642e4
#9541e3

Monochromatic Color with #a34ff1

#a34ff1
#13091c
#301747
#4d2571
#6a339c
#8641c6

Tints of #a34ff1 Color

#a34ff1
#ad62f2
#b776f4
#c189f5
#cb9df7
#d6b0f8
#e0c4fa
#ead7fb
#f4ebfd
#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

#a34ff1
#9df14f

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

Split Complementary

#a34ff1
#eef14f
#4ff152

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

Analogous Color

#624ff1
#834ff1
#a34ff1
#c34ff1
#e44ff1

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

#a34ff1
#f1a34f
#4ff1a3

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

#a34ff1
#f1524f
#9df14f
#4feef1

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

#a34ff1
#9df14f
#4ff152
#f14fee

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

#a34ff1 Color Code Preview on Black Background Color

This is how #a34ff1 Color will look on black background color. Color contrast ratio is 4.95

#a34ff1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a34ff1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a34ff1

#a34ff1 color code is use for CSS Background Color

Background color for the above div is #a34ff1

HTML with inline CSS

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

#a34ff1 color code is use for CSS Border Color

CSS Border color for the above div is #a34ff1

HTML with inline CSS

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

CSS Border Left color for the above div is #a34ff1

HTML with inline CSS

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

CSS Border Right color for the above div is #a34ff1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a34ff1

HTML with inline CSS

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

CSS Border Top color for the above div is #a34ff1

HTML with inline CSS

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

#a34ff1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a34ff1 Color code Preview on White Background

This is how #a34ff1 Color code will look on white background color. Color contrast ratio is 4.25

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

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,79,241,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(157,241,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(163,79,241,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.

< /html>