crispedge.com

Color picker

Loading...

#a752f0 hex color - Blue - Warm color - Information

#a752f0 hex color - Blue - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a752f0 Color code in RGB color code model is created after adding 65.49% red color, 32.16% green color and 94.12% blue color. Hex #a752f0 Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 66% magenta, 0% yellow and 6% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea752f0#a752f0
RGB Decimal167, 82, 240rgb(167, 82, 240)
RGB Percent65%, 32%, 94%rgb(65%, 32%, 94%)
CSS RGBa167, 82, 240,1rgba(167,82,240,1)
CMYK Modelcmyk(30%,66%,0%,6%)
HSL Color Space272,84% ,63%hsl(272,84% ,63%)
HSV Color Space272°, 66%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001110101001011110000
Octal247122360
Decimal16782240
Hexa752f0

Different shades of #a752f0 color code.

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

Light Shade of #a752f0
#bf81f4
Dark Shade of #a752f0
#8f23ec
Saturated Shade of #a752f0
#a849f9
Desaturated Shade of #a752f0
#a65be7
Grey scale Shade of #a752f0
#a1a1a1
Brighten Shade
#c06bff
Most Readable Shade
#FFFFFF

Shades of #a752f0 color code

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

#a752f0
#9448d5
#813fba
#6f36a0
#5c2d85
#4a246a
#371b50
#251235
#12091a
#000000

Similar Color like #a752f0 color

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

#a853f1
#a954f2
#aa55f3
#ab56f4
#ac57f5
#ad58f6
#ae59f7
#af5af8
#b05bf9
#b15cfa
#b25dfb
#b35efc
#b45ffd
#b560fe
#a651ef
#a550ee
#a44fed
#a34eec
#a24deb
#a14cea
#a04be9
#9f4ae8
#9e49e7
#9d48e6
#9c47e5
#9b46e4
#9a45e3
#9944e2

Monochromatic Color with #a752f0

#a752f0
#13091b
#311846
#4e2670
#6c359b
#8943c5

Tints of #a752f0 Color

#a752f0
#b065f1
#ba78f3
#c48bf5
#ce9ef6
#d7b2f8
#e1c5fa
#ebd8fb
#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

#a752f0
#9bf052

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

Split Complementary

#a752f0
#eaf052
#52f058

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

Analogous Color

#6852f0
#8752f0
#a752f0
#c752f0
#e652f0

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

#a752f0
#f0a752
#52f0a7

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

#a752f0
#f05852
#9bf052
#52eaf0

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

#a752f0
#9bf052
#52f058
#f052ea

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

#a752f0 Color Code Preview on Black Background Color

This is how #a752f0 Color will look on black background color. Color contrast ratio is 5.11

#a752f0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a752f0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a752f0

#a752f0 color code is use for CSS Background Color

Background color for the above div is #a752f0

HTML with inline CSS

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

#a752f0 color code is use for CSS Border Color

CSS Border color for the above div is #a752f0

HTML with inline CSS

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

CSS Border Left color for the above div is #a752f0

HTML with inline CSS

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

CSS Border Right color for the above div is #a752f0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a752f0

HTML with inline CSS

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

CSS Border Top color for the above div is #a752f0

HTML with inline CSS

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

#a752f0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a752f0 Color code Preview on White Background

This is how #a752f0 Color code will look on white background color. Color contrast ratio is 4.11

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

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,82,240,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(155,240,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(167,82,240,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.