Skip to main content Skip to docs navigation

#a166dc 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 Matt Purple and its hex is #9370DB Nearest Color Name

Color Hue/Base color: Violet

Hex #a166dc Color code in RGB color code model is created after adding 63.14% red color, 40% green color and 86.27% blue color. Hex #a166dc Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 54% magenta, 0% yellow and 13.73% black.

Hex #a166dc color code is between #9955dd web safe hex color code and #aa77cc web safe hex color code. #9955dd is the nearest web safe color code. You can see here many more shades of #a166dc color code.

RGB Chart

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

Color Table

Hex Color Code a166dc #a166dc
RGB Decimal 161, 102, 220 161, 102, 220
RGB Percent 63%, 40%, 86% rgb(63%, 40%, 86%)
CSS RGBa 161, 102, 220,1 rgba(161,102,220,1)
CMYK Model cmyk(27%,54%,0%,13.73%)
HSL Color Space 270,63% ,63% hsl(270,63% ,63%)
HSV Color Space 270°, 54%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100001 01100110 11011100
Octal 241 146 334
Decimal 161 102 220
Hex a1 66 dc

Different shades of #a166dc color code.

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

Darkest of #a166dc
#551f8a
Darker of #a166dc
#6e29b3
Dark of #a166dc
#883dd3
Base of #a166dc
#a166dc
Light of #a166dc
#bb90e6
Lighter
#d4b9ef
Lightest
#eee3f8

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

#a166dc
#a1dc66

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

Split Complementary

#a166dc
#dcdc66
#66dc66

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

Analogous Color

#6670dc
#7066dc
#a166dc
#c866dc
#dc66bf

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

#a166dc
#66dca1
#dca166

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

#a166dc
#dca166
#a1dc66
#66a1dc

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

#a166dc
#dc6666
#a1dc66
#66dcdc

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

#3b1660
#551f8a
#6e29b3
#883dd3
#a166dc
#bb90e6
#d4b9ef
#eee3f8
#ffffff

Tints of #a166dc Color

#a166dc
#ab77df
#b588e3
#c099e7
#caaaeb
#d5bbef
#dfccf3
#eaddf7
#f4eefb
#ffffff

Shades of #a166dc color code

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

#a166dc
#8f5ac3
#7d4fab
#6b4492
#59387a
#472d61
#352249
#231630
#110b18
#000000

Tones

#a166dc
#a179c9
#a18cb6
#a19ea4
#a1a1a1

Tones

Similar Color like #a166dc color

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

#a267dd
#a368de
#a469df
#a56ae0
#a66be1
#a76ce2
#a86de3
#a96ee4
#aa6fe5
#ab70e6
#ac71e7
#ad72e8
#ae73e9
#af74ea
#a065db
#9f64da
#9e63d9
#9d62d8
#9c61d7
#9b60d6
#9a5fd5
#995ed4
#985dd3
#975cd2
#965bd1
#955ad0
#9459cf
#9358ce

Download this Dark Violet

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

#a166dc Color Code Preview on Black Background Color

This is how #a166dc Color will look on black background color. Color contrast ratio is 5.45

#a166dc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a166dc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a166dc

#a166dc color code is use for CSS Background Color

Background color for the above div is #a166dc

HTML with inline CSS

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

#a166dc color code is use for CSS Border Color

CSS Border color for the above div is #a166dc

HTML with inline CSS

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

CSS Border Left color for the above div is #a166dc

HTML with inline CSS

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

CSS Border Right color for the above div is #a166dc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a166dc

HTML with inline CSS

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

CSS Border Top color for the above div is #a166dc

HTML with inline CSS

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

#a166dc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a166dc Color code Preview on White Background

This is how #a166dc Color code will look on white background color. Color contrast ratio is 3.85

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

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