crispedge.com

Color picker

Loading...

#a351fc hex color - Blue - Cool color - Information

#a351fc hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a351fc Color code in RGB color code model is created after adding 63.92% red color, 31.76% green color and 98.82% blue color. Hex #a351fc Color code in CMYK color (process color) code model is generated after subtraction of 35% cyan, 68% magenta, 0% yellow and 1% black.

Hex #a351fc color code is between #aa55ff web safe hex color code and #9944ee web safe hex color code. #aa55ff is the nearest web safe color code. You can see here many more shades of #a351fc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea351fc#a351fc
RGB Decimal163, 81, 252rgb(163, 81, 252)
RGB Percent64%, 32%, 99%rgb(64%, 32%, 99%)
CSS RGBa163, 81, 252,1rgba(163,81,252,1)
CMYK Modelcmyk(35%,68%,0%,1%)
HSL Color Space269,97% ,65%hsl(269,97% ,65%)
HSV Color Space269°, 68%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000110101000111111100
Octal243121374
Decimal16381252
Hexa351fc

Different shades of #a351fc color code.

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

Light Shade of #a351fc
#bd83fd
Dark Shade of #a351fc
#881ffb
Saturated Shade of #a351fc
#a34eff
Desaturated Shade of #a351fc
#a35af3
Grey scale Shade of #a351fc
#a6a6a6
Brighten Shade
#bc6aff
Most Readable Shade
#FFFFFF

Shades of #a351fc color code

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

#a351fc
#9048e0
#7e3fc4
#6c36a8
#5a2d8c
#482470
#361b54
#241238
#12091c
#000000

Similar Color like #a351fc color

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

#a452fd
#a553fe
#a654ff
#a755ff
#a856ff
#a957ff
#aa58ff
#ab59ff
#ac5aff
#ad5bff
#ae5cff
#af5dff
#b05eff
#b15fff
#a250fb
#a14ffa
#a04ef9
#9f4df8
#9e4cf7
#9d4bf6
#9c4af5
#9b49f4
#9a48f3
#9947f2
#9846f1
#9745f0
#9644ef
#9543ee

Monochromatic Color with #a351fc

#a351fc
#1a0d27
#351a52
#51287c
#6c36a7
#8843d1

Tints of #a351fc Color

#a351fc
#ad64fc
#b777fc
#c18bfd
#cb9efd
#d6b1fd
#e0c5fe
#ead8fe
#f4ebfe
#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

#a351fc
#aafc51

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

Split Complementary

#a351fc
#fcf951
#54fc51

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

Analogous Color

#5f51fc
#8151fc
#a351fc
#c551fc
#e751fc

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

#a351fc
#fca351
#51fca3

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

#a351fc
#fc5154
#aafc51
#51fcf8

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

#a351fc
#aafc51
#54fc51
#f951fc

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

#a351fc Color Code Preview on Black Background Color

This is how #a351fc Color will look on black background color. Color contrast ratio is 5.14

#a351fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a351fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a351fc

#a351fc color code is use for CSS Background Color

Background color for the above div is #a351fc

HTML with inline CSS

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

#a351fc color code is use for CSS Border Color

CSS Border color for the above div is #a351fc

HTML with inline CSS

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

CSS Border Left color for the above div is #a351fc

HTML with inline CSS

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

CSS Border Right color for the above div is #a351fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a351fc

HTML with inline CSS

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

CSS Border Top color for the above div is #a351fc

HTML with inline CSS

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

#a351fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a351fc Color code Preview on White Background

This is how #a351fc Color code will look on white background color. Color contrast ratio is 4.09

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

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,81,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,252,81,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(163,81,252,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.