crispedge.com

Color picker

Loading...

#a66dda hex color - Violet - Warm color - Information

#a66dda hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a66dda Color code in RGB color code model is created after adding 65.1% red color, 42.75% green color and 85.49% blue color. Hex #a66dda Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 50% magenta, 0% yellow and 15% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codea66dda#a66dda
RGB Decimal166, 109, 218rgb(166, 109, 218)
RGB Percent65%, 43%, 85%rgb(65%, 43%, 85%)
CSS RGBa166, 109, 218,1rgba(166,109,218,1)
CMYK Modelcmyk(24%,50%,0%,15%)
HSL Color Space271,60% ,64%hsl(271,60% ,64%)
HSV Color Space271°, 50%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001100110110111011010
Octal246155332
Decimal166109218
Hexa66dda

Different shades of #a66dda color code.

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

Light Shade of #a66dda
#bf96e4
Dark Shade of #a66dda
#8d44d0
Saturated Shade of #a66dda
#a664e3
Desaturated Shade of #a66dda
#a676d1
Grey scale Shade of #a66dda
#a3a3a3
Brighten Shade
#bf86f3
Most Readable Shade
#FFFFFF

Shades of #a66dda color code

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

#a66dda
#9360c1
#8154a9
#6e4891
#5c3c79
#493060
#372448
#241830
#120c18
#000000

Similar Color like #a66dda color

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

#a76edb
#a86fdc
#a970dd
#aa71de
#ab72df
#ac73e0
#ad74e1
#ae75e2
#af76e3
#b077e4
#b178e5
#b279e6
#b37ae7
#b47be8
#a56cd9
#a46bd8
#a36ad7
#a269d6
#a168d5
#a067d4
#9f66d3
#9e65d2
#9d64d1
#9c63d0
#9b62cf
#9a61ce
#9960cd
#985fcc

Monochromatic Color with #a66dda

#a66dda
#040305
#251830
#452d5a
#654285
#8658af

Tints of #a66dda Color

#a66dda
#af7dde
#b98de2
#c39de6
#cdadea
#d7beee
#e1cef2
#ebdef6
#f5eefa
#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

#a66dda
#a1da6d

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

Split Complementary

#a66dda
#d8da6d
#6dda6f

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

Analogous Color

#7a6dda
#906dda
#a66dda
#bc6dda
#d26dda

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

#a66dda
#daa66d
#6ddaa6

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

#a66dda
#da6f6d
#a1da6d
#6dd7da

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

#a66dda
#a1da6d
#6dda6f
#da6dd8

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

#a66dda Color Code Preview on Black Background Color

This is how #a66dda Color will look on black background color. Color contrast ratio is 5.82

#a66dda in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a66dda

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a66dda

#a66dda color code is use for CSS Background Color

Background color for the above div is #a66dda

HTML with inline CSS

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

#a66dda color code is use for CSS Border Color

CSS Border color for the above div is #a66dda

HTML with inline CSS

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

CSS Border Left color for the above div is #a66dda

HTML with inline CSS

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

CSS Border Right color for the above div is #a66dda

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a66dda

HTML with inline CSS

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

CSS Border Top color for the above div is #a66dda

HTML with inline CSS

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

#a66dda hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a66dda Color code Preview on White Background

This is how #a66dda Color code will look on white background color. Color contrast ratio is 3.61

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.