Skip to main content Skip to docs navigation

#a012fa hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Bright Violet and its hex is #AD0AFD Nearest Color Name

Color Hue/Base color: Violet

Hex #a012fa Color code in RGB color code model is created after adding 62.75% red color, 7.06% green color and 98.04% blue color. Hex #a012fa Color code in CMYK color (process color) code model is generated after subtraction of 36% cyan, 93% magenta, 0% yellow and 1.96% black.

Hex #a012fa color code is between #9911ff web safe hex color code and #aa22ee web safe hex color code. #9911ff is the nearest web safe color code. You can see here many more shades of #a012fa color code.

RGB Chart

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

Color Table

Hex Color Code a012fa #a012fa
RGB Decimal 160, 18, 250 160, 18, 250
RGB Percent 63%, 7%, 98% rgb(63%, 7%, 98%)
CSS RGBa 160, 18, 250,1 rgba(160,18,250,1)
CMYK Model cmyk(36%,93%,0%,1.96%)
HSL Color Space 277,96% ,53% hsl(277,96% ,53%)
HSV Color Space 277°, 93%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100000 00010010 11111010
Octal 240 22 372
Decimal 160 18 250
Hex a0 12 fa

Different shades of #a012fa color code.

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

Darkest of #a012fa
#460271
Darker of #a012fa
#6503a3
Dark of #a012fa
#8404d5
Base of #a012fa
#a012fa
Light of #a012fa
#b444fb
Lighter
#c876fc
Lightest
#dca8fd

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

#a012fa
#6cfa12

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

Split Complementary

#a012fa
#e0fa12
#12fa2c

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

Analogous Color

#1912fa
#3f12fa
#a012fa
#ed12fa
#fa12a6

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

#a012fa
#12faa0
#faa012

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

#a012fa
#faa012
#6cfa12
#126cfa

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#a012fa
#fa2c12
#6cfa12
#12e0fa

Square 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).

Monochromatic Color with #a012fa

#27013f
#460271
#6503a3
#8404d5
#a012fa
#b444fb
#c876fc
#dca8fd
#f0dafe

Tints of #a012fa Color

#a012fa
#aa2cfa
#b546fb
#bf61fb
#ca7bfc
#d495fc
#dfb0fd
#e9cafd
#f4e4fe
#ffffff

Shades of #a012fa color code

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

#a012fa
#8e10de
#7c0ec2
#6a0ca6
#580a8a
#47086f
#350653
#230437
#11021b
#000000

Tones

#a012fa
#9b2ae2
#9542ca
#905bb1
#8a7399

Tones

Similar Color like #a012fa color

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

#a113fb
#a214fc
#a315fd
#a416fe
#a517ff
#a618ff
#a719ff
#a81aff
#a91bff
#aa1cff
#ab1dff
#ac1eff
#ad1fff
#ae20ff
#9f11f9
#9e10f8
#9d0ff7
#9c0ef6
#9b0df5
#9a0cf4
#990bf3
#980af2
#9709f1
#9608f0
#9507ef
#9406ee
#9305ed
#9204ec

Download this Dark Violet

Hex #a012fa 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.

#a012fa Color Code Preview on Black Background Color

This is how #a012fa Color will look on black background color. Color contrast ratio is 3.96

#a012fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a012fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a012fa

#a012fa color code is use for CSS Background Color

Background color for the above div is #a012fa

HTML with inline CSS

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

#a012fa color code is use for CSS Border Color

CSS Border color for the above div is #a012fa

HTML with inline CSS

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

CSS Border Left color for the above div is #a012fa

HTML with inline CSS

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

CSS Border Right color for the above div is #a012fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a012fa

HTML with inline CSS

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

CSS Border Top color for the above div is #a012fa

HTML with inline CSS

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

#a012fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a012fa Color code Preview on White Background

This is how #a012fa Color code will look on white background color. Color contrast ratio is 5.30

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(160,18,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(108,250,18,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(160,18,250,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }