crispedge.com

Color picker

Loading...

#a455e0 hex color - Violet - Warm color - Information

#a455e0 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a455e0 Color code in RGB color code model is created after adding 64.31% red color, 33.33% green color and 87.84% blue color. Hex #a455e0 Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 62% magenta, 0% yellow and 12% black.

Hex #a455e0 color code is between #aa44dd web safe hex color code and #9966ee web safe hex color code. #aa44dd is the nearest web safe color code. You can see here many more shades of #a455e0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea455e0#a455e0
RGB Decimal164, 85, 224rgb(164, 85, 224)
RGB Percent64%, 33%, 88%rgb(64%, 33%, 88%)
CSS RGBa164, 85, 224,1rgba(164,85,224,1)
CMYK Modelcmyk(27%,62%,0%,12%)
HSL Color Space274,69% ,61%hsl(274,69% ,61%)
HSV Color Space274°, 62%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001000101010111100000
Octal244125340
Decimal16485224
Hexa455e0

Different shades of #a455e0 color code.

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

Light Shade of #a455e0
#bb80e8
Dark Shade of #a455e0
#8d2ad8
Saturated Shade of #a455e0
#a54bea
Desaturated Shade of #a455e0
#a35fd6
Grey scale Shade of #a455e0
#9a9a9a
Brighten Shade
#bd6ef9
Most Readable Shade
#FFFFFF

Shades of #a455e0 color code

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

#a455e0
#914bc7
#7f42ae
#6d3895
#5b2f7c
#482563
#361c4a
#241231
#120918
#000000

Similar Color like #a455e0 color

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

#a556e1
#a657e2
#a758e3
#a859e4
#a95ae5
#aa5be6
#ab5ce7
#ac5de8
#ad5ee9
#ae5fea
#af60eb
#b061ec
#b162ed
#b263ee
#a354df
#a253de
#a152dd
#a051dc
#9f50db
#9e4fda
#9d4ed9
#9c4dd8
#9b4cd7
#9a4bd6
#994ad5
#9849d4
#9748d3
#9647d2

Monochromatic Color with #a455e0

#a455e0
#08040b
#281436
#472560
#66358b
#8545b5

Tints of #a455e0 Color

#a455e0
#ae67e3
#b87ae6
#c28dea
#cca0ed
#d6b3f1
#e0c6f4
#ead9f8
#f4ecfb
#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

#a455e0
#91e055

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

Split Complementary

#a455e0
#d7e055
#55e05e

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

Analogous Color

#6c55e0
#8855e0
#a455e0
#c055e0
#dc55e0

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

#a455e0
#e0a455
#55e0a4

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

#a455e0
#e05e55
#91e055
#55d6e0

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

#a455e0
#91e055
#55e05e
#e055d7

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

#a455e0 Color Code Preview on Black Background Color

This is how #a455e0 Color will look on black background color. Color contrast ratio is 4.95

#a455e0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a455e0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a455e0

#a455e0 color code is use for CSS Background Color

Background color for the above div is #a455e0

HTML with inline CSS

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

#a455e0 color code is use for CSS Border Color

CSS Border color for the above div is #a455e0

HTML with inline CSS

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

CSS Border Left color for the above div is #a455e0

HTML with inline CSS

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

CSS Border Right color for the above div is #a455e0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a455e0

HTML with inline CSS

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

CSS Border Top color for the above div is #a455e0

HTML with inline CSS

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

#a455e0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a455e0 Color code Preview on White Background

This is how #a455e0 Color code will look on white background color. Color contrast ratio is 4.24

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

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(164,85,224,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(145,224,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,85,224,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.