crispedge.com

Color picker

Loading...

#a66ae1 hex color - Violet - Warm color - Information

#a66ae1 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a66ae1 Color code in RGB color code model is created after adding 65.1% red color, 41.57% green color and 88.24% blue color. Hex #a66ae1 Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 53% magenta, 0% yellow and 12% black.

Hex #a66ae1 color code is between #aa66dd web safe hex color code and #9977ee web safe hex color code. #aa66dd is the nearest web safe color code. You can see here many more shades of #a66ae1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea66ae1#a66ae1
RGB Decimal166, 106, 225rgb(166, 106, 225)
RGB Percent65%, 42%, 88%rgb(65%, 42%, 88%)
CSS RGBa166, 106, 225,1rgba(166,106,225,1)
CMYK Modelcmyk(26%,53%,0%,12%)
HSL Color Space270,66% ,65%hsl(270,66% ,65%)
HSV Color Space270°, 53%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001100110101011100001
Octal246152341
Decimal166106225
Hexa66ae1

Different shades of #a66ae1 color code.

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

Light Shade of #a66ae1
#bf94ea
Dark Shade of #a66ae1
#8d40d8
Saturated Shade of #a66ae1
#a661ea
Desaturated Shade of #a66ae1
#a673d8
Grey scale Shade of #a66ae1
#a5a5a5
Brighten Shade
#bf83fa
Most Readable Shade
#FFFFFF

Shades of #a66ae1 color code

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

#a66ae1
#935ec8
#8152af
#6e4696
#5c3a7d
#492f64
#37234b
#241732
#120b19
#000000

Similar Color like #a66ae1 color

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

#a76be2
#a86ce3
#a96de4
#aa6ee5
#ab6fe6
#ac70e7
#ad71e8
#ae72e9
#af73ea
#b074eb
#b175ec
#b276ed
#b377ee
#b478ef
#a569e0
#a468df
#a367de
#a266dd
#a165dc
#a064db
#9f63da
#9e62d9
#9d61d8
#9c60d7
#9b5fd6
#9a5ed5
#995dd4
#985cd3

Monochromatic Color with #a66ae1

#a66ae1
#09060c
#291a37
#482e61
#67428c
#8756b6

Tints of #a66ae1 Color

#a66ae1
#af7ae4
#b98be7
#c39beb
#cdacee
#d7bcf1
#e1cdf5
#ebddf8
#f5eefb
#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

#a66ae1
#a5e16a

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

Split Complementary

#a66ae1
#e0e16a
#6ae16b

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

Analogous Color

#766ae1
#8e6ae1
#a66ae1
#be6ae1
#d66ae1

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

#a66ae1
#e1a66a
#6ae1a6

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

#a66ae1
#e16a6a
#a5e16a
#6ae0e1

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

#a66ae1
#a5e16a
#6ae16b
#e16ae0

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

#a66ae1 Color Code Preview on Black Background Color

This is how #a66ae1 Color will look on black background color. Color contrast ratio is 5.77

#a66ae1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a66ae1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a66ae1

#a66ae1 color code is use for CSS Background Color

Background color for the above div is #a66ae1

HTML with inline CSS

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

#a66ae1 color code is use for CSS Border Color

CSS Border color for the above div is #a66ae1

HTML with inline CSS

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

CSS Border Left color for the above div is #a66ae1

HTML with inline CSS

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

CSS Border Right color for the above div is #a66ae1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a66ae1

HTML with inline CSS

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

CSS Border Top color for the above div is #a66ae1

HTML with inline CSS

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

#a66ae1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a66ae1 Color code Preview on White Background

This is how #a66ae1 Color code will look on white background color. Color contrast ratio is 3.64

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

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(166,106,225,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(165,225,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(166,106,225,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.