crispedge.com

Color picker

Loading...

#a365b0 hex color - Violet - Warm color - Information

#a365b0 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a365b0 Color code in RGB color code model is created after adding 63.92% red color, 39.61% green color and 69.02% blue color. Hex #a365b0 Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 43% magenta, 0% yellow and 31% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea365b0#a365b0
RGB Decimal163, 101, 176rgb(163, 101, 176)
RGB Percent64%, 40%, 69%rgb(64%, 40%, 69%)
CSS RGBa163, 101, 176,1rgba(163,101,176,1)
CMYK Modelcmyk(7%,43%,0%,31%)
HSL Color Space290,32% ,54%hsl(290,32% ,54%)
HSV Color Space290°, 43%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000110110010110110000
Octal243145260
Decimal163101176
Hexa365b0

Different shades of #a365b0 color code.

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

Light Shade of #a365b0
#b787c1
Dark Shade of #a365b0
#894d95
Saturated Shade of #a365b0
#ab59bc
Desaturated Shade of #a365b0
#9b71a4
Grey scale Shade of #a365b0
#8a8a8a
Brighten Shade
#bc7ec9
Most Readable Shade
#FFFFFF

Shades of #a365b0 color code

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

#a365b0
#90599c
#7e4e88
#6c4375
#5a3861
#482c4e
#36213a
#241627
#120b13
#000000

Similar Color like #a365b0 color

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

#a466b1
#a567b2
#a668b3
#a769b4
#a86ab5
#a96bb6
#aa6cb7
#ab6db8
#ac6eb9
#ad6fba
#ae70bb
#af71bc
#b072bd
#b173be
#a264af
#a163ae
#a062ad
#9f61ac
#9e60ab
#9d5faa
#9c5ea9
#9b5da8
#9a5ca7
#995ba6
#985aa5
#9759a4
#9658a3
#9557a2

Monochromatic Color with #a365b0

#a365b0
#ca7dda
#060306
#2d1c30
#54345b
#7c4d85

Tints of #a365b0 Color

#a365b0
#ad76b8
#b787c1
#c198ca
#cba9d3
#d6badb
#e0cbe4
#eadced
#f4edf6
#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

#a365b0
#72b065

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

Split Complementary

#a365b0
#97b065
#65b07e

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

Analogous Color

#8565b0
#9465b0
#a365b0
#b065ae
#b0659f

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

#a365b0
#b0a365
#65b0a3

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

#a365b0
#b07d65
#72b065
#6597b0

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

#a365b0
#72b065
#65b07e
#b06597

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

#a365b0 Color Code Preview on Black Background Color

This is how #a365b0 Color will look on black background color. Color contrast ratio is 5.05

#a365b0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a365b0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a365b0

#a365b0 color code is use for CSS Background Color

Background color for the above div is #a365b0

HTML with inline CSS

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

#a365b0 color code is use for CSS Border Color

CSS Border color for the above div is #a365b0

HTML with inline CSS

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

CSS Border Left color for the above div is #a365b0

HTML with inline CSS

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

CSS Border Right color for the above div is #a365b0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a365b0

HTML with inline CSS

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

CSS Border Top color for the above div is #a365b0

HTML with inline CSS

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

#a365b0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a365b0 Color code Preview on White Background

This is how #a365b0 Color code will look on white background color. Color contrast ratio is 4.16

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

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(163,101,176,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(114,176,101,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(163,101,176,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.