crispedge.com

Color picker

Loading...

#a153bc hex color - Violet - Warm color - Information

#a153bc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a153bc Color code in RGB color code model is created after adding 63.14% red color, 32.55% green color and 73.73% blue color. Hex #a153bc Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 56% magenta, 0% yellow and 26% black.

Hex #a153bc color code is between #9955bb web safe hex color code and #aa44cc web safe hex color code. #9955bb is the nearest web safe color code. You can see here many more shades of #a153bc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea153bc#a153bc
RGB Decimal161, 83, 188rgb(161, 83, 188)
RGB Percent63%, 33%, 74%rgb(63%, 33%, 74%)
CSS RGBa161, 83, 188,1rgba(161,83,188,1)
CMYK Modelcmyk(14%,56%,0%,26%)
HSL Color Space285,44% ,53%hsl(285,44% ,53%)
HSV Color Space285°, 56%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000010101001110111100
Octal241123274
Decimal16183188
Hexa153bc

Different shades of #a153bc color code.

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

Light Shade of #a153bc
#b578ca
Dark Shade of #a153bc
#853e9e
Saturated Shade of #a153bc
#a747c8
Desaturated Shade of #a153bc
#9b5fb0
Grey scale Shade of #a153bc
#878787
Brighten Shade
#ba6cd5
Most Readable Shade
#FFFFFF

Shades of #a153bc color code

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

#a153bc
#8f49a7
#7d4092
#6b377d
#592e68
#472453
#351b3e
#231229
#110914
#000000

Similar Color like #a153bc color

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

#a254bd
#a355be
#a456bf
#a557c0
#a658c1
#a759c2
#a85ac3
#a95bc4
#aa5cc5
#ab5dc6
#ac5ec7
#ad5fc8
#ae60c9
#af61ca
#a052bb
#9f51ba
#9e50b9
#9d4fb8
#9c4eb7
#9b4db6
#9a4cb5
#994bb4
#984ab3
#9749b2
#9648b1
#9547b0
#9446af
#9345ae

Monochromatic Color with #a153bc

#a153bc
#c566e6
#0f0812
#341b3c
#582d67
#7d4091

Tints of #a153bc Color

#a153bc
#ab66c3
#b579ca
#c08cd2
#ca9fd9
#d5b2e1
#dfc5e8
#ead8f0
#f4ebf7
#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

#a153bc
#6ebc53

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

Split Complementary

#a153bc
#a3bc53
#53bc6c

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

Analogous Color

#7753bc
#8c53bc
#a153bc
#b653bc
#bc53ad

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

#a153bc
#bca153
#53bca1

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

#a153bc
#bc6c53
#6ebc53
#53a2bc

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

#a153bc
#6ebc53
#53bc6c
#bc53a3

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

#a153bc Color Code Preview on Black Background Color

This is how #a153bc Color will look on black background color. Color contrast ratio is 4.48

#a153bc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a153bc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a153bc

#a153bc color code is use for CSS Background Color

Background color for the above div is #a153bc

HTML with inline CSS

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

#a153bc color code is use for CSS Border Color

CSS Border color for the above div is #a153bc

HTML with inline CSS

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

CSS Border Left color for the above div is #a153bc

HTML with inline CSS

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

CSS Border Right color for the above div is #a153bc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a153bc

HTML with inline CSS

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

CSS Border Top color for the above div is #a153bc

HTML with inline CSS

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

#a153bc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a153bc Color code Preview on White Background

This is how #a153bc Color code will look on white background color. Color contrast ratio is 4.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 #a153bc; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #a153bc; }

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,83,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(110,188,83,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(161,83,188,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.