Skip to main content Skip to docs navigation

#a669eb hex color | Download Dark Blue 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 Lavender Indigo and its hex is #9457EB Nearest Color Name

Color Hue/Base color: Blue

Hex #a669eb Color code in RGB color code model is created after adding 65.1% red color, 41.18% green color and 92.16% blue color. Hex #a669eb Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 55% magenta, 0% yellow and 7.84% black.

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

RGB Chart

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

Color Table

Hex Color Code a669eb #a669eb
RGB Decimal 166, 105, 235 166, 105, 235
RGB Percent 65%, 41%, 92% rgb(65%, 41%, 92%)
CSS RGBa 166, 105, 235,1 rgba(166,105,235,1)
CMYK Model cmyk(29%,55%,0%,7.84%)
HSL Color Space 268,76% ,67% hsl(268,76% ,67%)
HSV Color Space 268°, 55%, 92%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10100110 01101001 11101011
Octal 246 151 353
Decimal 166 105 235
Hex a6 69 eb

Different shades of #a669eb color code.

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

Darkest of #a669eb
#5916a5
Darker of #a669eb
#711cd2
Dark of #a669eb
#8b3ce5
Base of #a669eb
#a669eb
Light of #a669eb
#c196f1
Lighter
#dbc3f7
Lightest
#f6f0fd

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

#a669eb
#aeeb69

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

Split Complementary

#a669eb
#ebe769
#6deb69

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

Analogous Color

#6978eb
#7069eb
#a669eb
#d169eb
#eb69cf

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

#a669eb
#69eba6
#eba669

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

#a669eb
#eba669
#aeeb69
#69aeeb

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

#a669eb
#eb696d
#aeeb69
#69ebe7

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

#411078
#5916a5
#711cd2
#8b3ce5
#a669eb
#c196f1
#dbc3f7
#f6f0fd
#ffffff

Tints of #a669eb Color

#a669eb
#af79ed
#b98aef
#c39bf1
#cdabf3
#d7bcf6
#e1cdf8
#ebddfa
#f5eefc
#ffffff

Shades of #a669eb color code

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

#a669eb
#935dd0
#8151b6
#6e469c
#5c3a82
#492e68
#37234e
#241734
#120b1a
#000000

Tones

#a669eb
#a77ada
#a88bc9
#a99cb8
#aaaaaa

Tones

Similar Color like #a669eb color

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

#a76aec
#a86bed
#a96cee
#aa6def
#ab6ef0
#ac6ff1
#ad70f2
#ae71f3
#af72f4
#b073f5
#b174f6
#b275f7
#b376f8
#b477f9
#a568ea
#a467e9
#a366e8
#a265e7
#a164e6
#a063e5
#9f62e4
#9e61e3
#9d60e2
#9c5fe1
#9b5ee0
#9a5ddf
#995cde
#985bdd

Download this Dark Blue

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

#a669eb Color Code Preview on Black Background Color

This is how #a669eb Color will look on black background color. Color contrast ratio is 5.84

#a669eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a669eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a669eb

#a669eb color code is use for CSS Background Color

Background color for the above div is #a669eb

HTML with inline CSS

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

#a669eb color code is use for CSS Border Color

CSS Border color for the above div is #a669eb

HTML with inline CSS

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

CSS Border Left color for the above div is #a669eb

HTML with inline CSS

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

CSS Border Right color for the above div is #a669eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a669eb

HTML with inline CSS

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

CSS Border Top color for the above div is #a669eb

HTML with inline CSS

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

#a669eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a669eb Color code Preview on White Background

This is how #a669eb Color code will look on white background color. Color contrast ratio is 3.59

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

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