crispedge.com

Color picker

Loading...

#a463ba hex color - Violet - Warm color - Information

#a463ba hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #a463ba color code is between #aa66bb web safe hex color code and #9955aa web safe hex color code. #aa66bb is the nearest web safe color code. You can see here many more shades of #a463ba color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea463ba#a463ba
RGB Decimal164, 99, 186rgb(164, 99, 186)
RGB Percent64%, 39%, 73%rgb(64%, 39%, 73%)
CSS RGBa164, 99, 186,1rgba(164,99,186,1)
CMYK Modelcmyk(12%,47%,0%,27%)
HSL Color Space285,39% ,56%hsl(285,39% ,56%)
HSV Color Space285°, 47%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001000110001110111010
Octal244143272
Decimal16499186
Hexa463ba

Different shades of #a463ba color code.

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

Light Shade of #a463ba
#b986ca
Dark Shade of #a463ba
#8b48a2
Saturated Shade of #a463ba
#aa58c5
Desaturated Shade of #a463ba
#9e6eaf
Grey scale Shade of #a463ba
#8e8e8e
Brighten Shade
#bd7cd3
Most Readable Shade
#FFFFFF

Shades of #a463ba color code

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

#a463ba
#9158a5
#7f4d90
#6d427c
#5b3767
#482c52
#36213e
#241629
#120b14
#000000

Similar Color like #a463ba color

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

#a564bb
#a665bc
#a766bd
#a867be
#a968bf
#aa69c0
#ab6ac1
#ac6bc2
#ad6cc3
#ae6dc4
#af6ec5
#b06fc6
#b170c7
#b271c8
#a362b9
#a261b8
#a160b7
#a05fb6
#9f5eb5
#9e5db4
#9d5cb3
#9c5bb2
#9b5ab1
#9a59b0
#9958af
#9857ae
#9756ad
#9655ac

Monochromatic Color with #a463ba

#a463ba
#c97ae4
#0e0910
#341f3a
#593665
#7f4c8f

Tints of #a463ba Color

#a463ba
#ae74c1
#b885c9
#c297d1
#cca8d8
#d6b9e0
#e0cbe8
#eadcef
#f4edf7
#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

#a463ba
#79ba63

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

Split Complementary

#a463ba
#a4ba63
#63ba79

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

Analogous Color

#8163ba
#9363ba
#a463ba
#b563ba
#ba63ad

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

#a463ba
#baa463
#63baa4

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

#a463ba
#ba7863
#79ba63
#63a4ba

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

#a463ba
#79ba63
#63ba79
#ba63a4

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

#a463ba Color Code Preview on Black Background Color

This is how #a463ba Color will look on black background color. Color contrast ratio is 5.07

#a463ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a463ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a463ba

#a463ba color code is use for CSS Background Color

Background color for the above div is #a463ba

HTML with inline CSS

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

#a463ba color code is use for CSS Border Color

CSS Border color for the above div is #a463ba

HTML with inline CSS

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

CSS Border Left color for the above div is #a463ba

HTML with inline CSS

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

CSS Border Right color for the above div is #a463ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a463ba

HTML with inline CSS

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

CSS Border Top color for the above div is #a463ba

HTML with inline CSS

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

#a463ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a463ba Color code Preview on White Background

This is how #a463ba Color code will look on white background color. Color contrast ratio is 4.14

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

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,99,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(121,186,99,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,99,186,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.