Skip to main content Skip to docs navigation

#aa88fc hex color | Download Light 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 Lilac Geode and its hex is #BB88FF Nearest Color Name

Color Hue/Base color: Violet

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

Hex #aa88fc color code is between #9977ff web safe hex color code and #bb99ee web safe hex color code. #9977ff is the nearest web safe color code. You can see here many more shades of #aa88fc color code.

RGB Chart

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

Color Table

Hex Color Code aa88fc #aa88fc
RGB Decimal 170, 136, 252 170, 136, 252
RGB Percent 67%, 53%, 99% rgb(67%, 53%, 99%)
CSS RGBa 170, 136, 252,1 rgba(170,136,252,1)
CMYK Model cmyk(33%,46%,0%,1.18%)
HSL Color Space 258,95% ,76% hsl(258,95% ,76%)
HSV Color Space 258°, 46%, 99%
Color Temperature It's a Cool color

Color in numbers

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

Different shades of #aa88fc color code.

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

Darkest of #aa88fc
#4706e5
Darker of #aa88fc
#6325f9
Dark of #aa88fc
#8656fb
Base of #aa88fc
#aa88fc
Light of #aa88fc
#cebafd
Lighter
#f1ebff
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

#aa88fc
#dafc88

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

Split Complementary

#aa88fc
#fce488
#a0fc88

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

Analogous Color

#88aafc
#8896fc
#aa88fc
#d188fc
#fc88f7

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

#aa88fc
#88fcaa
#fcaa88

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

#aa88fc
#fcaa88
#dafc88
#88dafc

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

#aa88fc
#fc88a0
#dafc88
#88fce4

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

#3805b3
#4706e5
#6325f9
#8656fb
#aa88fc
#cebafd
#f1ebff
#ffffff
#ffffff

Tints of #aa88fc Color

#aa88fc
#b395fc
#bca2fc
#c6affd
#cfbcfd
#d9cafd
#e2d7fe
#ece4fe
#f5f1fe
#ffffff

Shades of #aa88fc color code

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

#aa88fc
#9778e0
#8469c4
#715aa8
#5e4b8c
#4b3c70
#382d54
#251e38
#120f1c
#000000

Tones

#aa88fc
#af94f0
#b4a0e4
#b9add7
#beb9cb

Tones

Similar Color like #aa88fc color

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

#ab89fd
#ac8afe
#ad8bff
#ae8cff
#af8dff
#b08eff
#b18fff
#b290ff
#b391ff
#b492ff
#b593ff
#b694ff
#b795ff
#b896ff
#a987fb
#a886fa
#a785f9
#a684f8
#a583f7
#a482f6
#a381f5
#a280f4
#a17ff3
#a07ef2
#9f7df1
#9e7cf0
#9d7bef
#9c7aee

Download this Light Violet

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

#aa88fc Color Code Preview on Black Background Color

This is how #aa88fc Color will look on black background color. Color contrast ratio is 7.64

#aa88fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa88fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa88fc

#aa88fc color code is use for CSS Background Color

Background color for the above div is #aa88fc

HTML with inline CSS

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

#aa88fc color code is use for CSS Border Color

CSS Border color for the above div is #aa88fc

HTML with inline CSS

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

CSS Border Left color for the above div is #aa88fc

HTML with inline CSS

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

CSS Border Right color for the above div is #aa88fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa88fc

HTML with inline CSS

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

CSS Border Top color for the above div is #aa88fc

HTML with inline CSS

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

#aa88fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa88fc Color code Preview on White Background

This is how #aa88fc Color code will look on white background color. Color contrast ratio is 2.75

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

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