Skip to main content Skip to docs navigation

#aa85ec hex color | Download Light 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 Cold Lips and its hex is #9BA0EF Nearest Color Name

Color Hue/Base color: Blue

Hex #aa85ec Color code in RGB color code model is created after adding 66.67% red color, 52.16% green color and 92.55% blue color. Hex #aa85ec Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 44% magenta, 0% yellow and 7.45% black.

Hex #aa85ec color code is between #9988ee web safe hex color code and #bb77dd web safe hex color code. #9988ee is the nearest web safe color code. You can see here many more shades of #aa85ec color code.

RGB Chart

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

Color Table

Hex Color Code aa85ec #aa85ec
RGB Decimal 170, 133, 236 170, 133, 236
RGB Percent 67%, 52%, 93% rgb(67%, 52%, 93%)
CSS RGBa 170, 133, 236,1 rgba(170,133,236,1)
CMYK Model cmyk(28%,44%,0%,7.45%)
HSL Color Space 262,73% ,72% hsl(262,73% ,72%)
HSV Color Space 262°, 44%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101010 10000101 11101100
Octal 252 205 354
Decimal 170 133 236
Hex aa 85 ec

Different shades of #aa85ec color code.

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

Darkest of #aa85ec
#561dbb
Darker of #aa85ec
#6c2dde
Dark of #aa85ec
#8b59e5
Base of #aa85ec
#aa85ec
Light of #aa85ec
#c9b1f3
Lighter
#e7ddfa
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

#aa85ec
#c7ec85

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

Split Complementary

#aa85ec
#ecdd85
#93ec85

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

Analogous Color

#859cec
#858bec
#aa85ec
#cc85ec
#ec85e1

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

#aa85ec
#85ecaa
#ecaa85

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

#aa85ec
#ecaa85
#c7ec85
#85c7ec

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

#aa85ec
#ec8593
#c7ec85
#85ecdd

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

#42168f
#561dbb
#6c2dde
#8b59e5
#aa85ec
#c9b1f3
#e7ddfa
#ffffff
#ffffff

Tints of #aa85ec Color

#aa85ec
#b392ee
#bca0f0
#c6adf2
#cfbbf4
#d9c8f6
#e2d6f8
#ece3fa
#f5f1fc
#ffffff

Shades of #aa85ec color code

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

#aa85ec
#9776d1
#8467b7
#71589d
#5e4983
#4b3b68
#382c4e
#251d34
#120e1a
#000000

Tones

#aa85ec
#ae93de
#b2a1d0
#b6afc2
#b8b8b8

Tones

Similar Color like #aa85ec color

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

#ab86ed
#ac87ee
#ad88ef
#ae89f0
#af8af1
#b08bf2
#b18cf3
#b28df4
#b38ef5
#b48ff6
#b590f7
#b691f8
#b792f9
#b893fa
#a984eb
#a883ea
#a782e9
#a681e8
#a580e7
#a47fe6
#a37ee5
#a27de4
#a17ce3
#a07be2
#9f7ae1
#9e79e0
#9d78df
#9c77de

Download this Light Blue

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

#aa85ec Color Code Preview on Black Background Color

This is how #aa85ec Color will look on black background color. Color contrast ratio is 7.28

#aa85ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa85ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa85ec

#aa85ec color code is use for CSS Background Color

Background color for the above div is #aa85ec

HTML with inline CSS

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

#aa85ec color code is use for CSS Border Color

CSS Border color for the above div is #aa85ec

HTML with inline CSS

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

CSS Border Left color for the above div is #aa85ec

HTML with inline CSS

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

CSS Border Right color for the above div is #aa85ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa85ec

HTML with inline CSS

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

CSS Border Top color for the above div is #aa85ec

HTML with inline CSS

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

#aa85ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa85ec Color code Preview on White Background

This is how #aa85ec Color code will look on white background color. Color contrast ratio is 2.89

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

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