Skip to main content Skip to docs navigation

#a486ce 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 Pantone 3543 C and its hex is #A48DD1 Nearest Color Name

Color Hue/Base color: Violet

Hex #a486ce Color code in RGB color code model is created after adding 64.31% red color, 52.55% green color and 80.78% blue color. Hex #a486ce Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 35% magenta, 0% yellow and 19.22% black.

Hex #a486ce color code is between #aa88cc web safe hex color code and #9977dd web safe hex color code. #aa88cc is the nearest web safe color code. You can see here many more shades of #a486ce color code.

RGB Chart

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

Color Table

Hex Color Code a486ce #a486ce
RGB Decimal 164, 134, 206 164, 134, 206
RGB Percent 64%, 53%, 81% rgb(64%, 53%, 81%)
CSS RGBa 164, 134, 206,1 rgba(164,134,206,1)
CMYK Model cmyk(20%,35%,0%,19.22%)
HSL Color Space 265,42% ,67% hsl(265,42% ,67%)
HSV Color Space 265°, 35%, 81%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10100100 10000110 11001110
Octal 244 206 316
Decimal 164 134 206
Hex a4 86 ce

Different shades of #a486ce color code.

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

Darkest of #a486ce
#573685
Darker of #a486ce
#6f45a9
Dark of #a486ce
#8962bf
Base of #a486ce
#a486ce
Light of #a486ce
#bfaadd
Lighter
#dbcfeb
Lightest
#f6f3fa

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

#a486ce
#b0ce86

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

Split Complementary

#a486ce
#cec886
#8cce86

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

Analogous Color

#8692ce
#8686ce
#a486ce
#bc86ce
#ce86c2

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

#a486ce
#86cea4
#cea486

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

#a486ce
#cea486
#b0ce86
#86b0ce

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

#a486ce
#ce868c
#b0ce86
#86cec8

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

#3f2761
#573685
#6f45a9
#8962bf
#a486ce
#bfaadd
#dbcfeb
#f6f3fa
#ffffff

Tints of #a486ce Color

#a486ce
#ae93d3
#b8a0d8
#c2aede
#ccbbe3
#d6c9e9
#e0d6ee
#eae4f4
#f4f1f9
#ffffff

Shades of #a486ce color code

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

#a486ce
#9177b7
#7f68a0
#6d5989
#5b4a72
#483b5b
#362c44
#241d2d
#120e16
#000000

Tones

#a486ce
#a797bd
#aaa8ac
#aaaaaa
#aaaaaa

Tones

Similar Color like #a486ce color

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

#a587cf
#a688d0
#a789d1
#a88ad2
#a98bd3
#aa8cd4
#ab8dd5
#ac8ed6
#ad8fd7
#ae90d8
#af91d9
#b092da
#b193db
#b294dc
#a385cd
#a284cc
#a183cb
#a082ca
#9f81c9
#9e80c8
#9d7fc7
#9c7ec6
#9b7dc5
#9a7cc4
#997bc3
#987ac2
#9779c1
#9678c0

Download this Dark Violet

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

#a486ce Color Code Preview on Black Background Color

This is how #a486ce Color will look on black background color. Color contrast ratio is 6.88

#a486ce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a486ce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a486ce

#a486ce color code is use for CSS Background Color

Background color for the above div is #a486ce

HTML with inline CSS

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

#a486ce color code is use for CSS Border Color

CSS Border color for the above div is #a486ce

HTML with inline CSS

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

CSS Border Left color for the above div is #a486ce

HTML with inline CSS

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

CSS Border Right color for the above div is #a486ce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a486ce

HTML with inline CSS

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

CSS Border Top color for the above div is #a486ce

HTML with inline CSS

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

#a486ce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a486ce Color code Preview on White Background

This is how #a486ce Color code will look on white background color. Color contrast ratio is 3.05

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

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(164,134,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(176,206,134,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,134,206,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }