crispedge.com

Color picker

Loading...

#a12acc hex color - Violet - Warm color - Information

#a12acc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a12acc Color code in RGB color code model is created after adding 63.14% red color, 16.47% green color and 80% blue color. Hex #a12acc Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 79% magenta, 0% yellow and 20% black.

Hex #a12acc color code is between #9922bb web safe hex color code and #aa33dd web safe hex color code. #9922bb is the nearest web safe color code. You can see here many more shades of #a12acc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea12acc#a12acc
RGB Decimal161, 42, 204rgb(161, 42, 204)
RGB Percent63%, 16%, 80%rgb(63%, 16%, 80%)
CSS RGBa161, 42, 204,1rgba(161,42,204,1)
CMYK Modelcmyk(21%,79%,0%,20%)
HSL Color Space284,66% ,48%hsl(284,66% ,48%)
HSV Color Space284°, 79%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000010010101011001100
Octal24152314
Decimal16142204
Hexa12acc

Different shades of #a12acc color code.

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

Light Shade of #a12acc
#b54edb
Dark Shade of #a12acc
#8021a2
Saturated Shade of #a12acc
#a71ed8
Desaturated Shade of #a12acc
#9b36c0
Grey scale Shade of #a12acc
#7b7b7b
Brighten Shade
#ba43e5
Most Readable Shade
#FFFFFF

Shades of #a12acc color code

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

#a12acc
#8f25b5
#7d209e
#6b1c88
#591771
#47125a
#350e44
#23092d
#110416
#000000

Similar Color like #a12acc color

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

#a22bcd
#a32cce
#a42dcf
#a52ed0
#a62fd1
#a730d2
#a831d3
#a932d4
#aa33d5
#ab34d6
#ac35d7
#ad36d8
#ae37d9
#af38da
#a029cb
#9f28ca
#9e27c9
#9d26c8
#9c25c7
#9b24c6
#9a23c5
#9922c4
#9821c3
#9720c2
#961fc1
#951ec0
#941dbf
#931cbe

Monochromatic Color with #a12acc

#a12acc
#c333f6
#1b0722
#3c104c
#5e1877
#7f21a1

Tints of #a12acc Color

#a12acc
#ab41d1
#b559d7
#c071dd
#ca88e2
#d5a0e8
#dfb8ee
#eacff3
#f4e7f9
#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

#a12acc
#55cc2a

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

Split Complementary

#a12acc
#a6cc2a
#2acc50

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

Analogous Color

#602acc
#812acc
#a12acc
#c12acc
#cc2ab6

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

#a12acc
#cca12a
#2acca1

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

#a12acc
#cc502a
#55cc2a
#2aa6cc

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

#a12acc
#55cc2a
#2acc50
#cc2aa6

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

#a12acc Color Code Preview on Black Background Color

This is how #a12acc Color will look on black background color. Color contrast ratio is 3.72

#a12acc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a12acc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a12acc

#a12acc color code is use for CSS Background Color

Background color for the above div is #a12acc

HTML with inline CSS

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

#a12acc color code is use for CSS Border Color

CSS Border color for the above div is #a12acc

HTML with inline CSS

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

CSS Border Left color for the above div is #a12acc

HTML with inline CSS

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

CSS Border Right color for the above div is #a12acc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a12acc

HTML with inline CSS

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

CSS Border Top color for the above div is #a12acc

HTML with inline CSS

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

#a12acc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a12acc Color code Preview on White Background

This is how #a12acc Color code will look on white background color. Color contrast ratio is 5.65

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

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,42,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,204,42,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(161,42,204,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.