Skip to main content Skip to docs navigation

#aa669b 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 Violetta and its hex is #AC6B98 Nearest Color Name

Color Hue/Base color: Violet

Hex #aa669b Color code in RGB color code model is created after adding 66.67% red color, 40% green color and 60.78% blue color. Hex #aa669b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 9% yellow and 33.33% black.

Hex #aa669b color code is between #995599 web safe hex color code and #bb77aa web safe hex color code. #995599 is the nearest web safe color code. You can see here many more shades of #aa669b color code.

RGB Chart

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

Color Table

Hex Color Code aa669b #aa669b
RGB Decimal 170, 102, 155 170, 102, 155
RGB Percent 67%, 40%, 61% rgb(67%, 40%, 61%)
CSS RGBa 170, 102, 155,1 rgba(170,102,155,1)
CMYK Model cmyk(0%,40%,9%,33.33%)
HSL Color Space 313,29% ,53% hsl(313,29% ,53%)
HSV Color Space 313°, 40%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 01100110 10011011
Octal 252 146 233
Decimal 170 102 155
Hex aa 66 9b

Different shades of #aa669b color code.

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

Darkest of #aa669b
#4c2a45
Darker of #aa669b
#6d3d63
Dark of #aa669b
#8e4f80
Base of #aa669b
#aa669b
Light of #aa669b
#bc87b0
Lighter
#cea8c6
Lightest
#e1c8db

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

#aa669b
#66aa75

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

Split Complementary

#aa669b
#79aa66
#66aa97

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

Analogous Color

#9166aa
#9d66aa
#aa669b
#aa6684
#aa6668

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

#aa669b
#669baa
#9baa66

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

#aa669b
#9baa66
#66aa75
#7566aa

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

#aa669b
#aa9766
#66aa75
#6679aa

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

#2c1827
#4c2a45
#6d3d63
#8e4f80
#aa669b
#bc87b0
#cea8c6
#e1c8db
#f3e9f1

Tints of #aa669b Color

#aa669b
#b377a6
#bc88b1
#c699bc
#cfaac7
#d9bbd2
#e2ccdd
#ecdde8
#f5eef3
#ffffff

Shades of #aa669b color code

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

#aa669b
#975a89
#844f78
#714467
#5e3856
#4b2d44
#382233
#251622
#120b11
#000000

Tones

#aa669b
#927e8e
#888888
#888888
#888888

Tones

Similar Color like #aa669b color

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

#ab679c
#ac689d
#ad699e
#ae6a9f
#af6ba0
#b06ca1
#b16da2
#b26ea3
#b36fa4
#b470a5
#b571a6
#b672a7
#b773a8
#b874a9
#a9659a
#a86499
#a76398
#a66297
#a56196
#a46095
#a35f94
#a25e93
#a15d92
#a05c91
#9f5b90
#9e5a8f
#9d598e
#9c588d

Download this Dark Violet

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

#aa669b Color Code Preview on Black Background Color

This is how #aa669b Color will look on black background color. Color contrast ratio is 5.08

#aa669b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa669b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa669b

#aa669b color code is use for CSS Background Color

Background color for the above div is #aa669b

HTML with inline CSS

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

#aa669b color code is use for CSS Border Color

CSS Border color for the above div is #aa669b

HTML with inline CSS

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

CSS Border Left color for the above div is #aa669b

HTML with inline CSS

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

CSS Border Right color for the above div is #aa669b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa669b

HTML with inline CSS

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

CSS Border Top color for the above div is #aa669b

HTML with inline CSS

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

#aa669b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa669b Color code Preview on White Background

This is how #aa669b Color code will look on white background color. Color contrast ratio is 4.13

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

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