Skip to main content Skip to docs navigation

#aa92ed 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 #aa92ed Color code in RGB color code model is created after adding 66.67% red color, 57.25% green color and 92.94% blue color. Hex #aa92ed Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 38% magenta, 0% yellow and 7.06% black.

Hex #aa92ed color code is between #9999ee web safe hex color code and #bb88dd web safe hex color code. #9999ee is the nearest web safe color code. You can see here many more shades of #aa92ed color code.

RGB Chart

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

Color Table

Hex Color Code aa92ed #aa92ed
RGB Decimal 170, 146, 237 170, 146, 237
RGB Percent 67%, 57%, 93% rgb(67%, 57%, 93%)
CSS RGBa 170, 146, 237,1 rgba(170,146,237,1)
CMYK Model cmyk(28%,38%,0%,7.06%)
HSL Color Space 256,72% ,75% hsl(256,72% ,75%)
HSV Color Space 256°, 38%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101010 10010010 11101101
Octal 252 222 355
Decimal 170 146 237
Hex aa 92 ed

Different shades of #aa92ed color code.

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

Darkest of #aa92ed
#4c21c5
Darker of #aa92ed
#663adf
Dark of #aa92ed
#8866e6
Base of #aa92ed
#aa92ed
Light of #aa92ed
#ccbef4
Lighter
#eeeafb
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

#aa92ed
#d5ed92

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

Split Complementary

#aa92ed
#edd792
#a8ed92

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

Analogous Color

#92afed
#92a0ed
#aa92ed
#c892ed
#ed92ec

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

#aa92ed
#92edaa
#edaa92

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

#aa92ed
#edaa92
#d5ed92
#92d5ed

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

#aa92ed
#ed92a8
#d5ed92
#92edd7

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

#3b199a
#4c21c5
#663adf
#8866e6
#aa92ed
#ccbef4
#eeeafb
#ffffff
#ffffff

Tints of #aa92ed Color

#aa92ed
#b39eef
#bcaaf1
#c6b6f3
#cfc2f5
#d9cef7
#e2daf9
#ece6fb
#f5f2fd
#ffffff

Shades of #aa92ed color code

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

#aa92ed
#9781d2
#8471b8
#71619e
#5e5183
#4b4069
#38304f
#252034
#12101a
#000000

Tones

#aa92ed
#b09fe0
#b6abd4
#bcb8c7
#c0c0c0

Tones

Similar Color like #aa92ed color

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

#ab93ee
#ac94ef
#ad95f0
#ae96f1
#af97f2
#b098f3
#b199f4
#b29af5
#b39bf6
#b49cf7
#b59df8
#b69ef9
#b79ffa
#b8a0fb
#a991ec
#a890eb
#a78fea
#a68ee9
#a58de8
#a48ce7
#a38be6
#a28ae5
#a189e4
#a088e3
#9f87e2
#9e86e1
#9d85e0
#9c84df

Download this Light Blue

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

#aa92ed Color Code Preview on Black Background Color

This is how #aa92ed Color will look on black background color. Color contrast ratio is 8.04

#aa92ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa92ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa92ed

#aa92ed color code is use for CSS Background Color

Background color for the above div is #aa92ed

HTML with inline CSS

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

#aa92ed color code is use for CSS Border Color

CSS Border color for the above div is #aa92ed

HTML with inline CSS

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

CSS Border Left color for the above div is #aa92ed

HTML with inline CSS

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

CSS Border Right color for the above div is #aa92ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa92ed

HTML with inline CSS

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

CSS Border Top color for the above div is #aa92ed

HTML with inline CSS

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

#aa92ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa92ed Color code Preview on White Background

This is how #aa92ed Color code will look on white background color. Color contrast ratio is 2.61

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

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