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

#aa6dbc hex color - Violet - Warm color - Information

#aa6dbc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #aa6dbc Color code in RGB color code model is created after adding 66.67% red color, 42.75% green color and 73.73% blue color. Hex #aa6dbc Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 42% magenta, 0% yellow and 26.27% black.

Hex #aa6dbc 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 #aa6dbc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaa6dbc#aa6dbc
RGB Decimal170, 109, 188rgb(170, 109, 188)
RGB Percent67%, 43%, 74%rgb(67%, 43%, 74%)
CSS RGBa170, 109, 188,1rgba(170,109,188,1)
CMYK Modelcmyk(10%,42%,0%,26.27%)
HSL Color Space286,37% ,58%hsl(286,37% ,58%)
HSV Color Space286°, 42%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100110110110111100
Octal252155274
Decimal170109188
Hexaa6dbc

Different shades of #aa6dbc color code.

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

Light Shade of #aa6dbc
#be90cc
Dark Shade of #aa6dbc
#944da9
Saturated Shade of #aa6dbc
#b062c7
Desaturated Shade of #aa6dbc
#a478b1
Grey scale Shade of #aa6dbc
#949494
Brighten Shade
#c386d5
Most Readable Shade
#FFFFFF

Shades of #aa6dbc color code

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

#aa6dbc
#9760a7
#845492
#71487d
#5e3c68
#4b3053
#38243e
#251829
#120c14
#000000

Similar Color like #aa6dbc color

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

#ab6ebd
#ac6fbe
#ad70bf
#ae71c0
#af72c1
#b073c2
#b174c3
#b275c4
#b376c5
#b477c6
#b578c7
#b679c8
#b77ac9
#b87bca
#a96cbb
#a86bba
#a76ab9
#a669b8
#a568b7
#a467b6
#a366b5
#a265b4
#a164b3
#a063b2
#9f62b1
#9e61b0
#9d60af
#9c5fae

Monochromatic Color with #aa6dbc

#aa6dbc
#d086e6
#100a12
#37233c
#5d3c67
#845491

Tints of #aa6dbc Color

#aa6dbc
#b37dc3
#bc8dca
#c69dd2
#cfadd9
#d9bee1
#e2cee8
#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

#aa6dbc
#7fbc6d

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

Split Complementary

#aa6dbc
#a7bc6d
#6dbc82

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

Analogous Color

#8a6dbc
#9a6dbc
#aa6dbc
#ba6dbc
#bc6dae

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

#aa6dbc
#bcaa6d
#6dbcaa

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

#aa6dbc
#bc826d
#7fbc6d
#6da6bc

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

#aa6dbc
#7fbc6d
#6dbc82
#bc6da7

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 #aa6dbc 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.

#aa6dbc Color Code Preview on Black Background Color

This is how #aa6dbc Color will look on black background color. Color contrast ratio is 5.62

#aa6dbc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa6dbc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa6dbc

#aa6dbc color code is use for CSS Background Color

Background color for the above div is #aa6dbc

HTML with inline CSS

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

#aa6dbc color code is use for CSS Border Color

CSS Border color for the above div is #aa6dbc

HTML with inline CSS

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

CSS Border Left color for the above div is #aa6dbc

HTML with inline CSS

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

CSS Border Right color for the above div is #aa6dbc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa6dbc

HTML with inline CSS

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

CSS Border Top color for the above div is #aa6dbc

HTML with inline CSS

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

#aa6dbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa6dbc Color code Preview on White Background

This is how #aa6dbc Color code will look on white background color. Color contrast ratio is 3.73

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

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,109,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(127,188,109,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,109,188,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.