crispedge.com

Color picker

Loading...

#a12d7c hex color - Violet - Warm color - Information

#a12d7c hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a12d7c Color code in RGB color code model is created after adding 63.14% red color, 17.65% green color and 48.63% blue color. Hex #a12d7c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 72% magenta, 23% yellow and 37% black.

Hex #a12d7c color code is between #993377 web safe hex color code and #aa2288 web safe hex color code. #993377 is the nearest web safe color code. You can see here many more shades of #a12d7c color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codea12d7c#a12d7c
RGB Decimal161, 45, 124rgb(161, 45, 124)
RGB Percent63%, 18%, 49%rgb(63%, 18%, 49%)
CSS RGBa161, 45, 124,1rgba(161,45,124,1)
CMYK Modelcmyk(0%,72%,23%,37%)
HSL Color Space319,56% ,40%hsl(319,56% ,40%)
HSV Color Space319°, 72%, 63%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000010010110101111100
Octal24155174
Decimal16145124
Hexa12d7c

Different shades of #a12d7c color code.

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

Light Shade of #a12d7c
#c8399a
Dark Shade of #a12d7c
#79225d
Saturated Shade of #a12d7c
#ab2380
Desaturated Shade of #a12d7c
#973778
Grey scale Shade of #a12d7c
#676767
Brighten Shade
#ba4695
Most Readable Shade
#FFFFFF

Shades of #a12d7c color code

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

#a12d7c
#8f286e
#7d2360
#6b1e52
#591944
#471437
#350f29
#230a1b
#11050d
#000000

Similar Color like #a12d7c color

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

#a22e7d
#a32f7e
#a4307f
#a53180
#a63281
#a73382
#a83483
#a93584
#aa3685
#ab3786
#ac3887
#ad3988
#ae3a89
#af3b8a
#a02c7b
#9f2b7a
#9e2a79
#9d2978
#9c2877
#9b2776
#9a2675
#992574
#982473
#972372
#962271
#952170
#94206f
#931f6e

Monochromatic Color with #a12d7c

#a12d7c
#cb399d
#f645bd
#21091a
#4c153b
#76215b

Tints of #a12d7c Color

#a12d7c
#ab448a
#b55b99
#c073a7
#ca8ab6
#d5a1c4
#dfb9d3
#ead0e1
#f4e7f0
#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

#a12d7c
#2da152

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

Split Complementary

#a12d7c
#42a12d
#2da18c

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

Analogous Color

#982da1
#a12d93
#a12d7c
#a12d65
#a12d4e

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

#a12d7c
#7ca12d
#2d7ca1

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

#a12d7c
#a18c2d
#2da152
#2d42a1

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

#a12d7c
#2da152
#2da18c
#a12d42

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

#a12d7c Color Code Preview on Black Background Color

This is how #a12d7c Color will look on black background color. Color contrast ratio is 3.18

#a12d7c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a12d7c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a12d7c

#a12d7c color code is use for CSS Background Color

Background color for the above div is #a12d7c

HTML with inline CSS

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

#a12d7c color code is use for CSS Border Color

CSS Border color for the above div is #a12d7c

HTML with inline CSS

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

CSS Border Left color for the above div is #a12d7c

HTML with inline CSS

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

CSS Border Right color for the above div is #a12d7c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a12d7c

HTML with inline CSS

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

CSS Border Top color for the above div is #a12d7c

HTML with inline CSS

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

#a12d7c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a12d7c Color code Preview on White Background

This is how #a12d7c Color code will look on white background color. Color contrast ratio is 6.60

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

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(161,45,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(45,161,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(161,45,124,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.