crispedge.com

Color picker

Loading...

#a750f3 hex color - Blue - Warm color - Information

#a750f3 hex color - Blue - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a750f3 Color code in RGB color code model is created after adding 65.49% red color, 31.37% green color and 95.29% blue color. Hex #a750f3 Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 67% magenta, 0% yellow and 5% black.

Hex #a750f3 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 #a750f3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea750f3#a750f3
RGB Decimal167, 80, 243rgb(167, 80, 243)
RGB Percent65%, 31%, 95%rgb(65%, 31%, 95%)
CSS RGBa167, 80, 243,1rgba(167,80,243,1)
CMYK Modelcmyk(31%,67%,0%,5%)
HSL Color Space272,87% ,63%hsl(272,87% ,63%)
HSV Color Space272°, 67%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001110101000011110011
Octal247120363
Decimal16780243
Hexa750f3

Different shades of #a750f3 color code.

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

Light Shade of #a750f3
#bf80f6
Dark Shade of #a750f3
#8f20f0
Saturated Shade of #a750f3
#a847fc
Desaturated Shade of #a750f3
#a659ea
Grey scale Shade of #a750f3
#a1a1a1
Brighten Shade
#c069ff
Most Readable Shade
#FFFFFF

Shades of #a750f3 color code

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

#a750f3
#9447d8
#813ebd
#6f35a2
#5c2c87
#4a236c
#371a51
#251136
#12081b
#000000

Similar Color like #a750f3 color

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

#a851f4
#a952f5
#aa53f6
#ab54f7
#ac55f8
#ad56f9
#ae57fa
#af58fb
#b059fc
#b15afd
#b25bfe
#b35cff
#b45dff
#b55eff
#a64ff2
#a54ef1
#a44df0
#a34cef
#a24bee
#a14aed
#a049ec
#9f48eb
#9e47ea
#9d46e9
#9c45e8
#9b44e7
#9a43e6
#9942e5

Monochromatic Color with #a750f3

#a750f3
#150a1e
#321849
#4f2673
#6d349e
#8a42c8

Tints of #a750f3 Color

#a750f3
#b063f4
#ba76f5
#c48af7
#ce9df8
#d7b1f9
#e1c4fb
#ebd8fc
#f5ebfd
#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

#a750f3
#9cf350

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

Split Complementary

#a750f3
#edf350
#50f356

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

Analogous Color

#6650f3
#8650f3
#a750f3
#c850f3
#e850f3

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

#a750f3
#f3a750
#50f3a7

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

#a750f3
#f35550
#9cf350
#50edf3

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

#a750f3
#9cf350
#50f356
#f350ed

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

#a750f3 Color Code Preview on Black Background Color

This is how #a750f3 Color will look on black background color. Color contrast ratio is 5.08

#a750f3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a750f3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a750f3

#a750f3 color code is use for CSS Background Color

Background color for the above div is #a750f3

HTML with inline CSS

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

#a750f3 color code is use for CSS Border Color

CSS Border color for the above div is #a750f3

HTML with inline CSS

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

CSS Border Left color for the above div is #a750f3

HTML with inline CSS

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

CSS Border Right color for the above div is #a750f3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a750f3

HTML with inline CSS

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

CSS Border Top color for the above div is #a750f3

HTML with inline CSS

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

#a750f3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a750f3 Color code Preview on White Background

This is how #a750f3 Color code will look on white background color. Color contrast ratio is 4.13

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

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(167,80,243,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(156,243,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(167,80,243,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.