crispedge.com

Color picker

Loading...

#a052a7 hex color - Violet - Warm color - Information

#a052a7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a052a7 Color code in RGB color code model is created after adding 62.75% red color, 32.16% green color and 65.49% blue color. Hex #a052a7 Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 51% magenta, 0% yellow and 35% black.

Hex #a052a7 color code is between #9955aa web safe hex color code and #aa4499 web safe hex color code. #9955aa is the nearest web safe color code. You can see here many more shades of #a052a7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea052a7#a052a7
RGB Decimal160, 82, 167rgb(160, 82, 167)
RGB Percent63%, 32%, 65%rgb(63%, 32%, 65%)
CSS RGBa160, 82, 167,1rgba(160,82,167,1)
CMYK Modelcmyk(4%,51%,0%,35%)
HSL Color Space295,34% ,49%hsl(295,34% ,49%)
HSV Color Space295°, 51%, 65%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000000101001010100111
Octal240122247
Decimal16082167
Hexa052a7

Different shades of #a052a7 color code.

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

Light Shade of #a052a7
#b472ba
Dark Shade of #a052a7
#7f4185
Saturated Shade of #a052a7
#aa46b3
Desaturated Shade of #a052a7
#965e9b
Grey scale Shade of #a052a7
#7c7c7c
Brighten Shade
#b96bc0
Most Readable Shade
#FFFFFF

Shades of #a052a7 color code

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

#a052a7
#8e4894
#7c3f81
#6a366f
#582d5c
#47244a
#351b37
#231225
#110912
#000000

Similar Color like #a052a7 color

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

#a153a8
#a254a9
#a355aa
#a456ab
#a557ac
#a658ad
#a759ae
#a85aaf
#a95bb0
#aa5cb1
#ab5db2
#ac5eb3
#ad5fb4
#ae60b5
#9f51a6
#9e50a5
#9d4fa4
#9c4ea3
#9b4da2
#9a4ca1
#994ba0
#984a9f
#97499e
#96489d
#95479c
#94469b
#93459a
#924499

Monochromatic Color with #a052a7

#a052a7
#c967d1
#f17cfc
#261327
#4f2852
#773d7c

Tints of #a052a7 Color

#a052a7
#aa65b0
#b578ba
#bf8bc4
#ca9ece
#d4b2d7
#dfc5e1
#e9d8eb
#f4ebf5
#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

#a052a7
#59a752

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

Split Complementary

#a052a7
#83a752
#52a776

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

Analogous Color

#7e52a7
#8f52a7
#a052a7
#a7529d
#a7528c

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

#a052a7
#a7a052
#52a7a0

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

#a052a7
#a77552
#59a752
#5283a7

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

#a052a7
#59a752
#52a776
#a75283

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

#a052a7 Color Code Preview on Black Background Color

This is how #a052a7 Color will look on black background color. Color contrast ratio is 4.26

#a052a7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a052a7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a052a7

#a052a7 color code is use for CSS Background Color

Background color for the above div is #a052a7

HTML with inline CSS

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

#a052a7 color code is use for CSS Border Color

CSS Border color for the above div is #a052a7

HTML with inline CSS

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

CSS Border Left color for the above div is #a052a7

HTML with inline CSS

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

CSS Border Right color for the above div is #a052a7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a052a7

HTML with inline CSS

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

CSS Border Top color for the above div is #a052a7

HTML with inline CSS

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

#a052a7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a052a7 Color code Preview on White Background

This is how #a052a7 Color code will look on white background color. Color contrast ratio is 4.93

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

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