crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#a993df hex color - Blue - Cool color - Information

#a993df hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a993df Color code in RGB color code model is created after adding 66.27% red color, 57.65% green color and 87.45% blue color. Hex #a993df Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 34% magenta, 0% yellow and 13% black.

Hex #a993df color code is between #aa99dd web safe hex color code and #9988ee web safe hex color code. #aa99dd is the nearest web safe color code. You can see here many more shades of #a993df color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea993df#a993df
RGB Decimal169, 147, 223rgb(169, 147, 223)
RGB Percent66%, 58%, 87%rgb(66%, 58%, 87%)
CSS RGBa169, 147, 223,1rgba(169,147,223,1)
CMYK Modelcmyk(24%,34%,0%,13%)
HSL Color Space257,54% ,73%hsl(257,54% ,73%)
HSV Color Space257°, 34%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010011001001111011111
Octal251223337
Decimal169147223
Hexa993df

Different shades of #a993df color code.

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

Light Shade of #a993df
#c8baeb
Dark Shade of #a993df
#8a6cd3
Saturated Shade of #a993df
#a68ce6
Desaturated Shade of #a993df
#ac9ad8
Grey scale Shade of #a993df
#b9b9b9
Brighten Shade
#c2acf8
Most Readable Shade
#000000

Shades of #a993df color code

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

#a993df
#9682c6
#8372ad
#706294
#5d517b
#4b4163
#38314a
#252031
#121018
#000000

Similar Color like #a993df color

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

#aa94e0
#ab95e1
#ac96e2
#ad97e3
#ae98e4
#af99e5
#b09ae6
#b19be7
#b29ce8
#b39de9
#b49eea
#b59feb
#b6a0ec
#b7a1ed
#a892de
#a791dd
#a690dc
#a58fdb
#a48eda
#a38dd9
#a28cd8
#a18bd7
#a08ad6
#9f89d5
#9e88d4
#9d87d3
#9c86d2
#9b85d1

Monochromatic Color with #a993df

#a993df
#08070a
#282335
#483f5f
#695b8a
#8977b4

Tints of #a993df Color

#a993df
#b29fe2
#bcabe6
#c5b7e9
#cfc3ed
#d8cff0
#e2dbf4
#ebe7f7
#f5f3fb
#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

#a993df
#c9df93

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

Split Complementary

#a993df
#dfcf93
#a3df93

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

Analogous Color

#939bdf
#9a93df
#a993df
#b893df
#c793df

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

#a993df
#dfa993
#93dfa9

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

#a993df
#df93a3
#c9df93
#93dfcf

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

#a993df
#c9df93
#a3df93
#cf93df

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

#a993df Color Code Preview on Black Background Color

This is how #a993df Color will look on black background color. Color contrast ratio is 7.93

#a993df in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a993df

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a993df

#a993df color code is use for CSS Background Color

Background color for the above div is #a993df

HTML with inline CSS

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

#a993df color code is use for CSS Border Color

CSS Border color for the above div is #a993df

HTML with inline CSS

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

CSS Border Left color for the above div is #a993df

HTML with inline CSS

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

CSS Border Right color for the above div is #a993df

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a993df

HTML with inline CSS

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

CSS Border Top color for the above div is #a993df

HTML with inline CSS

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

#a993df hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a993df Color code Preview on White Background

This is how #a993df Color code will look on white background color. Color contrast ratio is 2.65

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.