Skip to main content Skip to docs navigation

#aaa2ab 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 2358 C and its hex is #ADA4AE Nearest Color Name

Color Hue/Base color: Violet

Hex #aaa2ab Color code in RGB color code model is created after adding 66.67% red color, 63.53% green color and 67.06% blue color. Hex #aaa2ab Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 5% magenta, 0% yellow and 32.94% black.

Hex #aaa2ab color code is between #99aaaa web safe hex color code and #bb99bb web safe hex color code. #99aaaa is the nearest web safe color code. You can see here many more shades of #aaa2ab color code.

RGB Chart

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

Color Table

Hex Color Code aaa2ab #aaa2ab
RGB Decimal 170, 162, 171 170, 162, 171
RGB Percent 67%, 64%, 67% rgb(67%, 64%, 67%)
CSS RGBa 170, 162, 171,1 rgba(170,162,171,1)
CMYK Model cmyk(1%,5%,0%,32.94%)
HSL Color Space 293,5% ,65% hsl(293,5% ,65%)
HSV Color Space 293°, 5%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 10100010 10101011
Octal 252 242 253
Decimal 170 162 171
Hex aa a2 ab

Different shades of #aaa2ab color code.

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

Darkest of #aaa2ab
#5e555f
Darker of #aaa2ab
#786e79
Dark of #aaa2ab
#918793
Base of #aaa2ab
#aaa2ab
Light of #aaa2ab
#c2bdc3
Lighter
#dbd8db
Lightest
#f3f2f4

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

#aaa2ab
#a3aba2

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

Split Complementary

#aaa2ab
#a7aba2
#a2aba5

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

Analogous Color

#a5a2ab
#a6a2ab
#aaa2ab
#aba2a9
#aba2a5

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

#aaa2ab
#a2abaa
#abaaa2

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

#aaa2ab
#abaaa2
#a3aba2
#a2a3ab

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

#aaa2ab
#aba5a2
#a3aba2
#a2a7ab

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

#433d44
#5e555f
#786e79
#918793
#aaa2ab
#c2bdc3
#dbd8db
#f3f2f4
#ffffff

Tints of #aaa2ab Color

#aaa2ab
#b3acb4
#bcb6bd
#c6c1c7
#cfcbd0
#d9d5d9
#e2e0e3
#eceaec
#f5f4f5
#ffffff

Shades of #aaa2ab color code

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

#aaa2ab
#979098
#847e85
#716c72
#5e5a5f
#4b484c
#383639
#252426
#121213
#000000

Tones

#aaa2ab
#a6a6a6
#a6a6a6
#a6a6a6
#a6a6a6

Tones

Similar Color like #aaa2ab color

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

#aba3ac
#aca4ad
#ada5ae
#aea6af
#afa7b0
#b0a8b1
#b1a9b2
#b2aab3
#b3abb4
#b4acb5
#b5adb6
#b6aeb7
#b7afb8
#b8b0b9
#a9a1aa
#a8a0a9
#a79fa8
#a69ea7
#a59da6
#a49ca5
#a39ba4
#a29aa3
#a199a2
#a098a1
#9f97a0
#9e969f
#9d959e
#9c949d

Download this Dark Violet

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

#aaa2ab Color Code Preview on Black Background Color

This is how #aaa2ab Color will look on black background color. Color contrast ratio is 8.47

#aaa2ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa2ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa2ab

#aaa2ab color code is use for CSS Background Color

Background color for the above div is #aaa2ab

HTML with inline CSS

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

#aaa2ab color code is use for CSS Border Color

CSS Border color for the above div is #aaa2ab

HTML with inline CSS

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

CSS Border Left color for the above div is #aaa2ab

HTML with inline CSS

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

CSS Border Right color for the above div is #aaa2ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaa2ab

HTML with inline CSS

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

CSS Border Top color for the above div is #aaa2ab

HTML with inline CSS

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

#aaa2ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaa2ab Color code Preview on White Background

This is how #aaa2ab Color code will look on white background color. Color contrast ratio is 2.48

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

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