Skip to main content Skip to docs navigation

#a072cd 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 Rich Lavender and its hex is #A76BCF Nearest Color Name

Color Hue/Base color: Violet

Hex #a072cd Color code in RGB color code model is created after adding 62.75% red color, 44.71% green color and 80.39% blue color. Hex #a072cd Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 44% magenta, 0% yellow and 19.61% black.

Hex #a072cd color code is between #9977cc web safe hex color code and #aa66dd web safe hex color code. #9977cc is the nearest web safe color code. You can see here many more shades of #a072cd color code.

RGB Chart

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

Color Table

Hex Color Code a072cd #a072cd
RGB Decimal 160, 114, 205 160, 114, 205
RGB Percent 63%, 45%, 80% rgb(63%, 45%, 80%)
CSS RGBa 160, 114, 205,1 rgba(160,114,205,1)
CMYK Model cmyk(22%,44%,0%,19.61%)
HSL Color Space 270,48% ,63% hsl(270,48% ,63%)
HSV Color Space 270°, 44%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100000 01110010 11001101
Octal 240 162 315
Decimal 160 114 205
Hex a0 72 cd

Different shades of #a072cd color code.

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

Darkest of #a072cd
#532b7b
Darker of #a072cd
#6d39a0
Dark of #a072cd
#874cc0
Base of #a072cd
#a072cd
Light of #a072cd
#b998da
Lighter
#d3bde8
Lightest
#ece3f5

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

#a072cd
#9fcd72

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

Split Complementary

#a072cd
#cccd72
#72cd73

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

Analogous Color

#7279cd
#7a72cd
#a072cd
#be72cd
#cd72b6

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

#a072cd
#72cda0
#cda072

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

#a072cd
#cda072
#9fcd72
#729fcd

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

#a072cd
#cd7372
#9fcd72
#72cccd

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 #a072cd

#3a1e55
#532b7b
#6d39a0
#874cc0
#a072cd
#b998da
#d3bde8
#ece3f5
#ffffff

Tints of #a072cd Color

#a072cd
#aa81d2
#b591d8
#bfa1dd
#cab0e3
#d4c0e8
#dfd0ee
#e9dff3
#f4eff9
#ffffff

Shades of #a072cd color code

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

#a072cd
#8e65b6
#7c589f
#6a4c88
#583f71
#47325b
#352644
#23192d
#110c16
#000000

Tones

#a072cd
#a085ba
#a098a7
#a0a0a0
#a0a0a0

Tones

Similar Color like #a072cd color

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

#a173ce
#a274cf
#a375d0
#a476d1
#a577d2
#a678d3
#a779d4
#a87ad5
#a97bd6
#aa7cd7
#ab7dd8
#ac7ed9
#ad7fda
#ae80db
#9f71cc
#9e70cb
#9d6fca
#9c6ec9
#9b6dc8
#9a6cc7
#996bc6
#986ac5
#9769c4
#9668c3
#9567c2
#9466c1
#9365c0
#9264bf

Download this Dark Violet

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

#a072cd Color Code Preview on Black Background Color

This is how #a072cd Color will look on black background color. Color contrast ratio is 5.78

#a072cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a072cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a072cd

#a072cd color code is use for CSS Background Color

Background color for the above div is #a072cd

HTML with inline CSS

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

#a072cd color code is use for CSS Border Color

CSS Border color for the above div is #a072cd

HTML with inline CSS

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

CSS Border Left color for the above div is #a072cd

HTML with inline CSS

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

CSS Border Right color for the above div is #a072cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a072cd

HTML with inline CSS

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

CSS Border Top color for the above div is #a072cd

HTML with inline CSS

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

#a072cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a072cd Color code Preview on White Background

This is how #a072cd Color code will look on white background color. Color contrast ratio is 3.63

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

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,114,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(159,205,114,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(160,114,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }