Skip to main content Skip to docs navigation

#a396cd hex color | Download Dark Blue BG image | Information

Color Picker

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

Color Info

Woow we have a nearby visually matching color name available. It's name is Gorgeous Hydrangea and its hex is #A495CB Nearest Color Name

Color Hue/Base color: Blue

Hex #a396cd Color code in RGB color code model is created after adding 63.92% red color, 58.82% green color and 80.39% blue color. Hex #a396cd Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 27% magenta, 0% yellow and 19.61% black.

Hex #a396cd color code is between #aa99cc web safe hex color code and #9988dd web safe hex color code. #aa99cc is the nearest web safe color code. You can see here many more shades of #a396cd color code.

RGB Chart

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

Color Table

Hex Color Code a396cd #a396cd
RGB Decimal 163, 150, 205 163, 150, 205
RGB Percent 64%, 59%, 80% rgb(64%, 59%, 80%)
CSS RGBa 163, 150, 205,1 rgba(163,150,205,1)
CMYK Model cmyk(20%,27%,0%,19.61%)
HSL Color Space 254,35% ,70% hsl(254,35% ,70%)
HSV Color Space 254°, 27%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10100011 10010110 11001101
Octal 243 226 315
Decimal 163 150 205
Hex a3 96 cd

Different shades of #a396cd color code.

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

Darkest of #a396cd
#524189
Darker of #a396cd
#6752ab
Dark of #a396cd
#8573bd
Base of #a396cd
#a396cd
Light of #a396cd
#c1b9dd
Lighter
#e0dbee
Lightest
#fefefe

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

#a396cd
#c0cd96

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

Split Complementary

#a396cd
#cdbf96
#a5cd96

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

Analogous Color

#96a9cd
#96a0cd
#a396cd
#b596cd
#cc96cd

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

#a396cd
#96cda3
#cda396

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

#a396cd
#cda396
#c0cd96
#96c0cd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#a396cd
#cd96a5
#c0cd96
#96cdbf

Square 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).

Monochromatic Color with #a396cd

#3d3166
#524189
#6752ab
#8573bd
#a396cd
#c1b9dd
#e0dbee
#fefefe
#ffffff

Tints of #a396cd Color

#a396cd
#ada1d2
#b7add8
#c1b9dd
#cbc4e3
#d6d0e8
#e0dcee
#eae7f3
#f4f3f9
#ffffff

Shades of #a396cd color code

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

#a396cd
#9085b6
#7e749f
#6c6488
#5a5371
#48425b
#363244
#24212d
#121016
#000000

Tones

#a396cd
#aba6be
#b2b2b2
#b2b2b2
#b2b2b2

Tones

Similar Color like #a396cd color

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

#a497ce
#a598cf
#a699d0
#a79ad1
#a89bd2
#a99cd3
#aa9dd4
#ab9ed5
#ac9fd6
#ada0d7
#aea1d8
#afa2d9
#b0a3da
#b1a4db
#a295cc
#a194cb
#a093ca
#9f92c9
#9e91c8
#9d90c7
#9c8fc6
#9b8ec5
#9a8dc4
#998cc3
#988bc2
#978ac1
#9689c0
#9588bf

Download this Dark Blue

Hex #a396cd 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.

#a396cd Color Code Preview on Black Background Color

This is how #a396cd Color will look on black background color. Color contrast ratio is 7.80

#a396cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a396cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a396cd

#a396cd color code is use for CSS Background Color

Background color for the above div is #a396cd

HTML with inline CSS

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

#a396cd color code is use for CSS Border Color

CSS Border color for the above div is #a396cd

HTML with inline CSS

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

CSS Border Left color for the above div is #a396cd

HTML with inline CSS

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

CSS Border Right color for the above div is #a396cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a396cd

HTML with inline CSS

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

CSS Border Top color for the above div is #a396cd

HTML with inline CSS

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

#a396cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a396cd Color code Preview on White Background

This is how #a396cd Color code will look on white background color. Color contrast ratio is 2.69

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(163,150,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(192,205,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(163,150,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }