Skip to main content Skip to docs navigation

#aaaabb 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 Cream Violet and its hex is #A9AABD Nearest Color Name

Color Hue/Base color: Blue

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

Hex #aaaabb color code is a web safe color. Next web safe color code is #9999aa and previous web safe color code is #bbbbcc. You can see here many more shades of #aaaabb color code.

RGB Chart

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

Color Table

Hex Color Code aaaabb #aaaabb
RGB Decimal 170, 170, 187 170, 170, 187
RGB Percent 67%, 67%, 73% rgb(67%, 67%, 73%)
CSS RGBa 170, 170, 187,1 rgba(170,170,187,1)
CMYK Model cmyk(9%,9%,0%,26.67%)
HSL Color Space 240,11% ,70% hsl(240,11% ,70%)
HSV Color Space 240°, 9%, 73%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101010 10101010 10111011
Octal 252 252 273
Decimal 170 170 187
Hex aa aa bb

Different shades of #aaaabb color code.

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

Darkest of #aaaabb
#5b5b71
Darker of #aaaabb
#71718e
Dark of #aaaabb
#8e8ea4
Base of #aaaabb
#aaaabb
Light of #aaaabb
#c6c6d2
Lighter
#e3e3e8
Lightest
#ffffff

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

#aaaabb
#bbbbaa

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

Split Complementary

#aaaabb
#bbb3aa
#b3bbaa

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

Analogous Color

#aab4bb
#aab1bb
#aaaabb
#b0aabb
#b7aabb

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

#aaaabb
#aabbaa
#bbaaaa

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

#aaaabb
#bbaaaa
#bbbbaa
#aabbbb

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

#aaaabb
#bbaab3
#bbbbaa
#aabbb3

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

#444455
#5b5b71
#71718e
#8e8ea4
#aaaabb
#c6c6d2
#e3e3e8
#ffffff
#ffffff

Tints of #aaaabb Color

#aaaabb
#b3b3c2
#bcbcca
#c6c6d1
#cfcfd9
#d9d9e0
#e2e2e8
#ececef
#f5f5f7
#ffffff

Shades of #aaaabb color code

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

#aaaabb
#9797a6
#848491
#71717c
#5e5e67
#4b4b53
#38383e
#252529
#121214
#000000

Tones

#aaaabb
#b3b3b3
#b3b3b3
#b3b3b3
#b3b3b3

Tones

Similar Color like #aaaabb color

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

#ababbc
#acacbd
#adadbe
#aeaebf
#afafc0
#b0b0c1
#b1b1c2
#b2b2c3
#b3b3c4
#b4b4c5
#b5b5c6
#b6b6c7
#b7b7c8
#b8b8c9
#a9a9ba
#a8a8b9
#a7a7b8
#a6a6b7
#a5a5b6
#a4a4b5
#a3a3b4
#a2a2b3
#a1a1b2
#a0a0b1
#9f9fb0
#9e9eaf
#9d9dae
#9c9cad

Download this Dark Blue

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

#aaaabb Color Code Preview on Black Background Color

This is how #aaaabb Color will look on black background color. Color contrast ratio is 9.18

#aaaabb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaaabb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaaabb

#aaaabb color code is use for CSS Background Color

Background color for the above div is #aaaabb

HTML with inline CSS

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

#aaaabb color code is use for CSS Border Color

CSS Border color for the above div is #aaaabb

HTML with inline CSS

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

CSS Border Left color for the above div is #aaaabb

HTML with inline CSS

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

CSS Border Right color for the above div is #aaaabb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaaabb

HTML with inline CSS

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

CSS Border Top color for the above div is #aaaabb

HTML with inline CSS

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

#aaaabb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaaabb Color code Preview on White Background

This is how #aaaabb Color code will look on white background color. Color contrast ratio is 2.29

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

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