crispedge.com

Color picker

Loading...

#a155da hex color - Violet - Warm color - Information

#a155da hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a155da Color code in RGB color code model is created after adding 63.14% red color, 33.33% green color and 85.49% blue color. Hex #a155da Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 61% magenta, 0% yellow and 15% black.

Hex #a155da color code is between #9944dd web safe hex color code and #aa66cc web safe hex color code. #9944dd is the nearest web safe color code. You can see here many more shades of #a155da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea155da#a155da
RGB Decimal161, 85, 218rgb(161, 85, 218)
RGB Percent63%, 33%, 85%rgb(63%, 33%, 85%)
CSS RGBa161, 85, 218,1rgba(161,85,218,1)
CMYK Modelcmyk(26%,61%,0%,15%)
HSL Color Space274,64% ,59%hsl(274,64% ,59%)
HSV Color Space274°, 61%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000010101010111011010
Octal241125332
Decimal16185218
Hexa155da

Different shades of #a155da color code.

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

Light Shade of #a155da
#b87fe3
Dark Shade of #a155da
#8a2dcf
Saturated Shade of #a155da
#a24be4
Desaturated Shade of #a155da
#a05fd0
Grey scale Shade of #a155da
#979797
Brighten Shade
#ba6ef3
Most Readable Shade
#FFFFFF

Shades of #a155da color code

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

#a155da
#8f4bc1
#7d42a9
#6b3891
#592f79
#472560
#351c48
#231230
#110918
#000000

Similar Color like #a155da color

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

#a256db
#a357dc
#a458dd
#a559de
#a65adf
#a75be0
#a85ce1
#a95de2
#aa5ee3
#ab5fe4
#ac60e5
#ad61e6
#ae62e7
#af63e8
#a054d9
#9f53d8
#9e52d7
#9d51d6
#9c50d5
#9b4fd4
#9a4ed3
#994dd2
#984cd1
#974bd0
#964acf
#9549ce
#9448cd
#9347cc

Monochromatic Color with #a155da

#a155da
#040205
#231330
#43235a
#623485
#8244af

Tints of #a155da Color

#a155da
#ab67de
#b57ae2
#c08de6
#caa0ea
#d5b3ee
#dfc6f2
#ead9f6
#f4ecfa
#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

#a155da
#8eda55

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

Split Complementary

#a155da
#d1da55
#55da5e

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

Analogous Color

#6c55da
#8655da
#a155da
#bc55da
#d655da

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

#a155da
#daa155
#55daa1

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

#a155da
#da5e55
#8eda55
#55d0da

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

#a155da
#8eda55
#55da5e
#da55d1

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

#a155da Color Code Preview on Black Background Color

This is how #a155da Color will look on black background color. Color contrast ratio is 4.83

#a155da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a155da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a155da

#a155da color code is use for CSS Background Color

Background color for the above div is #a155da

HTML with inline CSS

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

#a155da color code is use for CSS Border Color

CSS Border color for the above div is #a155da

HTML with inline CSS

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

CSS Border Left color for the above div is #a155da

HTML with inline CSS

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

CSS Border Right color for the above div is #a155da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a155da

HTML with inline CSS

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

CSS Border Top color for the above div is #a155da

HTML with inline CSS

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

#a155da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a155da Color code Preview on White Background

This is how #a155da Color code will look on white background color. Color contrast ratio is 4.35

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

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(161,85,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(142,218,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(161,85,218,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.