crispedge.com

Color picker

Loading...

#aaa0dd hex color - Violet - Cool color - Information

#aaa0dd hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #aaa0dd Color code in RGB color code model is created after adding 66.67% red color, 62.75% green color and 86.67% blue color. Hex #aaa0dd Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 28% magenta, 0% yellow and 13% black.

Hex #aaa0dd color code is between #9999cc web safe hex color code and #bbaaee web safe hex color code. #9999cc is the nearest web safe color code. You can see here many more shades of #aaa0dd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaaa0dd#aaa0dd
RGB Decimal170, 160, 221rgb(170, 160, 221)
RGB Percent67%, 63%, 87%rgb(67%, 63%, 87%)
CSS RGBa170, 160, 221,1rgba(170,160,221,1)
CMYK Modelcmyk(23%,28%,0%,13%)
HSL Color Space250,47% ,75%hsl(250,47% ,75%)
HSV Color Space250°, 28%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101010000011011101
Octal252240335
Decimal170160221
Hexaaa0dd

Different shades of #aaa0dd color code.

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

Light Shade of #aaa0dd
#ccc6ea
Dark Shade of #aaa0dd
#887ad0
Saturated Shade of #aaa0dd
#a69ae3
Desaturated Shade of #aaa0dd
#aea6d7
Grey scale Shade of #aaa0dd
#bebebe
Brighten Shade
#c3b9f6
Most Readable Shade
#000000

Shades of #aaa0dd color code

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

#aaa0dd
#978ec4
#847cab
#716a93
#5e587a
#4b4762
#383549
#252331
#121118
#000000

Similar Color like #aaa0dd color

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

#aba1de
#aca2df
#ada3e0
#aea4e1
#afa5e2
#b0a6e3
#b1a7e4
#b2a8e5
#b3a9e6
#b4aae7
#b5abe8
#b6ace9
#b7adea
#b8aeeb
#a99fdc
#a89edb
#a79dda
#a69cd9
#a59bd8
#a49ad7
#a399d6
#a298d5
#a197d4
#a096d3
#9f95d2
#9e94d1
#9d93d0
#9c92cf

Monochromatic Color with #aaa0dd

#aaa0dd
#070608
#272533
#48445d
#696288
#8981b3

Tints of #aaa0dd Color

#aaa0dd
#b3aae0
#bcb5e4
#c6bfe8
#cfcaec
#d9d4ef
#e2dff3
#ece9f7
#f5f4fb
#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

#aaa0dd
#d3dda0

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

Split Complementary

#aaa0dd
#ddc9a0
#b5dda0

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

Analogous Color

#a0aedd
#a0a2dd
#aaa0dd
#b6a0dd
#c2a0dd

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

#aaa0dd
#ddaaa0
#a0ddaa

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

#aaa0dd
#dda0b4
#d3dda0
#a0ddc8

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

#aaa0dd
#d3dda0
#b5dda0
#c9a0dd

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

#aaa0dd Color Code Preview on Black Background Color

This is how #aaa0dd Color will look on black background color. Color contrast ratio is 8.78

#aaa0dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa0dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa0dd

#aaa0dd color code is use for CSS Background Color

Background color for the above div is #aaa0dd

HTML with inline CSS

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

#aaa0dd color code is use for CSS Border Color

CSS Border color for the above div is #aaa0dd

HTML with inline CSS

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

CSS Border Left color for the above div is #aaa0dd

HTML with inline CSS

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

CSS Border Right color for the above div is #aaa0dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaa0dd

HTML with inline CSS

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

CSS Border Top color for the above div is #aaa0dd

HTML with inline CSS

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

#aaa0dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaa0dd Color code Preview on White Background

This is how #aaa0dd Color code will look on white background color. Color contrast ratio is 2.39

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

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