Skip to main content Skip to docs navigation

#aa88aa 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 Baroness and its hex is #A785A7 Nearest Color Name

Color Hue/Base color: Violet

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

Hex #aa88aa color code is a web safe color. Next web safe color code is #997799 and previous web safe color code is #bb99bb. You can see here many more shades of #aa88aa color code.

RGB Chart

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

Color Table

Hex Color Code aa88aa #aa88aa
RGB Decimal 170, 136, 170 170, 136, 170
RGB Percent 67%, 53%, 67% rgb(67%, 53%, 67%)
CSS RGBa 170, 136, 170,1 rgba(170,136,170,1)
CMYK Model cmyk(0%,20%,0%,33.33%)
HSL Color Space 300,17% ,60% hsl(300,17% ,60%)
HSV Color Space 300°, 20%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 10001000 10101010
Octal 252 210 252
Decimal 170 136 170
Hex aa 88 aa

Different shades of #aa88aa color code.

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

Darkest of #aa88aa
#594059
Darker of #aa88aa
#775577
Dark of #aa88aa
#956a95
Base of #aa88aa
#aa88aa
Light of #aa88aa
#bfa6bf
Lighter
#d5c3d5
Lightest
#eae1ea

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

#aa88aa
#88aa88

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

Split Complementary

#aa88aa
#99aa88
#88aa99

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

Analogous Color

#9688aa
#9c88aa
#aa88aa
#aa889f
#aa8890

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

#aa88aa
#88aaaa
#aaaa88

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

#aa88aa
#aaaa88
#88aa88
#8888aa

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

#aa88aa
#aa9988
#88aa88
#8899aa

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

#3c2a3c
#594059
#775577
#956a95
#aa88aa
#bfa6bf
#d5c3d5
#eae1ea
#ffffff

Tints of #aa88aa Color

#aa88aa
#b395b3
#bca2bc
#c6afc6
#cfbccf
#d9cad9
#e2d7e2
#ece4ec
#f5f1f5
#ffffff

Shades of #aa88aa color code

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

#aa88aa
#977897
#846984
#715a71
#5e4b5e
#4b3c4b
#382d38
#251e25
#120f12
#000000

Tones

#aa88aa
#999999
#999999
#999999
#999999

Tones

Similar Color like #aa88aa color

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

#ab89ab
#ac8aac
#ad8bad
#ae8cae
#af8daf
#b08eb0
#b18fb1
#b290b2
#b391b3
#b492b4
#b593b5
#b694b6
#b795b7
#b896b8
#a987a9
#a886a8
#a785a7
#a684a6
#a583a5
#a482a4
#a381a3
#a280a2
#a17fa1
#a07ea0
#9f7d9f
#9e7c9e
#9d7b9d
#9c7a9c

Download this Dark Violet

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

#aa88aa Color Code Preview on Black Background Color

This is how #aa88aa Color will look on black background color. Color contrast ratio is 6.81

#aa88aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa88aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa88aa

#aa88aa color code is use for CSS Background Color

Background color for the above div is #aa88aa

HTML with inline CSS

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

#aa88aa color code is use for CSS Border Color

CSS Border color for the above div is #aa88aa

HTML with inline CSS

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

CSS Border Left color for the above div is #aa88aa

HTML with inline CSS

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

CSS Border Right color for the above div is #aa88aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa88aa

HTML with inline CSS

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

CSS Border Top color for the above div is #aa88aa

HTML with inline CSS

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

#aa88aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa88aa Color code Preview on White Background

This is how #aa88aa Color code will look on white background color. Color contrast ratio is 3.08

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

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