@
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.

#aa6bbe hex color - Violet - Warm color - Information

#aa6bbe hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #aa6bbe Color code in RGB color code model is created after adding 66.67% red color, 41.96% green color and 74.51% blue color. Hex #aa6bbe Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 44% magenta, 0% yellow and 25.49% black.

Hex #aa6bbe color code is between #9966bb web safe hex color code and #bb77cc web safe hex color code. #9966bb is the nearest web safe color code. You can see here many more shades of #aa6bbe color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaa6bbe#aa6bbe
RGB Decimal170, 107, 190rgb(170, 107, 190)
RGB Percent67%, 42%, 75%rgb(67%, 42%, 75%)
CSS RGBa170, 107, 190,1rgba(170,107,190,1)
CMYK Modelcmyk(11%,44%,0%,25.49%)
HSL Color Space286,39% ,58%hsl(286,39% ,58%)
HSV Color Space286°, 44%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100110101110111110
Octal252153276
Decimal170107190
Hexaa6bbe

Different shades of #aa6bbe color code.

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

Light Shade of #aa6bbe
#be8ece
Dark Shade of #aa6bbe
#944bab
Saturated Shade of #aa6bbe
#b060c9
Desaturated Shade of #aa6bbe
#a476b3
Grey scale Shade of #aa6bbe
#949494
Brighten Shade
#c384d7
Most Readable Shade
#FFFFFF

Shades of #aa6bbe color code

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

#aa6bbe
#975fa8
#845393
#71477e
#5e3b69
#4b2f54
#38233f
#25172a
#120b15
#000000

Similar Color like #aa6bbe color

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

#ab6cbf
#ac6dc0
#ad6ec1
#ae6fc2
#af70c3
#b071c4
#b172c5
#b273c6
#b374c7
#b475c8
#b576c9
#b677ca
#b778cb
#b879cc
#a96abd
#a869bc
#a768bb
#a667ba
#a566b9
#a465b8
#a364b7
#a263b6
#a162b5
#a061b4
#9f60b3
#9e5fb2
#9d5eb1
#9c5db0

Monochromatic Color with #aa6bbe

#aa6bbe
#d083e8
#120b14
#38233e
#5e3b69
#845393

Tints of #aa6bbe Color

#aa6bbe
#b37bc5
#bc8bcc
#c69cd3
#cfacda
#d9bde2
#e2cde9
#ecdef0
#f5eef7
#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

#aa6bbe
#7fbe6b

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

Split Complementary

#aa6bbe
#a8be6b
#6bbe81

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

Analogous Color

#896bbe
#996bbe
#aa6bbe
#bb6bbe
#be6bb1

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

#aa6bbe
#beaa6b
#6bbeaa

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

#aa6bbe
#be806b
#7fbe6b
#6ba8be

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#aa6bbe
#7fbe6b
#6bbe81
#be6ba8

Double Complementary 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).

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

#aa6bbe Color Code Preview on Black Background Color

This is how #aa6bbe Color will look on black background color. Color contrast ratio is 5.56

#aa6bbe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa6bbe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa6bbe

#aa6bbe color code is use for CSS Background Color

Background color for the above div is #aa6bbe

HTML with inline CSS

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

#aa6bbe color code is use for CSS Border Color

CSS Border color for the above div is #aa6bbe

HTML with inline CSS

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

CSS Border Left color for the above div is #aa6bbe

HTML with inline CSS

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

CSS Border Right color for the above div is #aa6bbe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa6bbe

HTML with inline CSS

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

CSS Border Top color for the above div is #aa6bbe

HTML with inline CSS

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

#aa6bbe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa6bbe Color code Preview on White Background

This is how #aa6bbe Color code will look on white background color. Color contrast ratio is 3.78

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(170,107,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(127,190,107,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,107,190,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.