Skip to main content Skip to docs navigation

#a355eb 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 Light Shōtoku Purple and its hex is #AA55EE Nearest Color Name

Color Hue/Base color: Blue

Hex #a355eb Color code in RGB color code model is created after adding 63.92% red color, 33.33% green color and 92.16% blue color. Hex #a355eb Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 64% magenta, 0% yellow and 7.84% black.

Hex #a355eb color code is between #aa44ee web safe hex color code and #9966dd web safe hex color code. #aa44ee is the nearest web safe color code. You can see here many more shades of #a355eb color code.

RGB Chart

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

Color Table

Hex Color Code a355eb #a355eb
RGB Decimal 163, 85, 235 163, 85, 235
RGB Percent 64%, 33%, 92% rgb(64%, 33%, 92%)
CSS RGBa 163, 85, 235,1 rgba(163,85,235,1)
CMYK Model cmyk(31%,64%,0%,7.84%)
HSL Color Space 271,79% ,63% hsl(271,79% ,63%)
HSV Color Space 271°, 64%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100011 01010101 11101011
Octal 243 125 353
Decimal 163 85 235
Hex a3 55 eb

Different shades of #a355eb color code.

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

Darkest of #a355eb
#561295
Darker of #a355eb
#7017c3
Dark of #a355eb
#8a27e6
Base of #a355eb
#a355eb
Light of #a355eb
#bc83f0
Lighter
#d4b0f6
Lightest
#eddefb

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

#a355eb
#9deb55

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

Split Complementary

#a355eb
#e8eb55
#55eb58

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

Analogous Color

#555feb
#6555eb
#a355eb
#d555eb
#eb55c3

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

#a355eb
#55eba3
#eba355

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

#a355eb
#eba355
#9deb55
#559deb

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

#a355eb
#eb5855
#9deb55
#55e8eb

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 #a355eb

#3c0c68
#561295
#7017c3
#8a27e6
#a355eb
#bc83f0
#d4b0f6
#eddefb
#ffffff

Tints of #a355eb Color

#a355eb
#ad67ed
#b77aef
#c18df1
#cba0f3
#d6b3f6
#e0c6f8
#ead9fa
#f4ecfc
#ffffff

Shades of #a355eb color code

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

#a355eb
#904bd0
#7e42b6
#6c389c
#5a2f82
#482568
#361c4e
#241234
#12091a
#000000

Tones

#a355eb
#a268d8
#a17bc5
#a18eb2
#a0a0a0

Tones

Similar Color like #a355eb color

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

#a456ec
#a557ed
#a658ee
#a759ef
#a85af0
#a95bf1
#aa5cf2
#ab5df3
#ac5ef4
#ad5ff5
#ae60f6
#af61f7
#b062f8
#b163f9
#a254ea
#a153e9
#a052e8
#9f51e7
#9e50e6
#9d4fe5
#9c4ee4
#9b4de3
#9a4ce2
#994be1
#984ae0
#9749df
#9648de
#9547dd

Download this Dark Blue

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

#a355eb Color Code Preview on Black Background Color

This is how #a355eb Color will look on black background color. Color contrast ratio is 5.06

#a355eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a355eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a355eb

#a355eb color code is use for CSS Background Color

Background color for the above div is #a355eb

HTML with inline CSS

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

#a355eb color code is use for CSS Border Color

CSS Border color for the above div is #a355eb

HTML with inline CSS

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

CSS Border Left color for the above div is #a355eb

HTML with inline CSS

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

CSS Border Right color for the above div is #a355eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a355eb

HTML with inline CSS

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

CSS Border Top color for the above div is #a355eb

HTML with inline CSS

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

#a355eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a355eb Color code Preview on White Background

This is how #a355eb Color code will look on white background color. Color contrast ratio is 4.15

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

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,85,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(157,235,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(163,85,235,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }