crispedge.com

Color picker

Loading...

#a46abc hex color - Violet - Warm color - Information

#a46abc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a46abc Color code in RGB color code model is created after adding 64.31% red color, 41.57% green color and 73.73% blue color. Hex #a46abc Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 44% magenta, 0% yellow and 26% black.

Hex #a46abc color code is between #aa66bb web safe hex color code and #9977cc web safe hex color code. #aa66bb is the nearest web safe color code. You can see here many more shades of #a46abc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea46abc#a46abc
RGB Decimal164, 106, 188rgb(164, 106, 188)
RGB Percent64%, 42%, 74%rgb(64%, 42%, 74%)
CSS RGBa164, 106, 188,1rgba(164,106,188,1)
CMYK Modelcmyk(13%,44%,0%,26%)
HSL Color Space282,38% ,58%hsl(282,38% ,58%)
HSV Color Space282°, 44%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001000110101010111100
Octal244152274
Decimal164106188
Hexa46abc

Different shades of #a46abc color code.

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

Light Shade of #a46abc
#b98dcc
Dark Shade of #a46abc
#8d4ba8
Saturated Shade of #a46abc
#a85fc7
Desaturated Shade of #a46abc
#a075b1
Grey scale Shade of #a46abc
#939393
Brighten Shade
#bd83d5
Most Readable Shade
#FFFFFF

Shades of #a46abc color code

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

#a46abc
#915ea7
#7f5292
#6d467d
#5b3a68
#482f53
#36233e
#241729
#120b14
#000000

Similar Color like #a46abc color

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

#a56bbd
#a66cbe
#a76dbf
#a86ec0
#a96fc1
#aa70c2
#ab71c3
#ac72c4
#ad73c5
#ae74c6
#af75c7
#b076c8
#b177c9
#b278ca
#a369bb
#a268ba
#a167b9
#a066b8
#9f65b7
#9e64b6
#9d63b5
#9c62b4
#9b61b3
#9a60b2
#995fb1
#985eb0
#975daf
#965cae

Monochromatic Color with #a46abc

#a46abc
#c982e6
#100a12
#35223c
#5a3a67
#7f5291

Tints of #a46abc Color

#a46abc
#ae7ac3
#b88bca
#c29bd2
#ccacd9
#d6bce1
#e0cde8
#eaddf0
#f4eef7
#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

#a46abc
#82bc6a

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

Split Complementary

#a46abc
#abbc6a
#6abc7b

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

Analogous Color

#836abc
#946abc
#a46abc
#b46abc
#bc6ab3

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

#a46abc
#bca46a
#6abca4

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

#a46abc
#bc7b6a
#82bc6a
#6aabbc

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

#a46abc
#82bc6a
#6abc7b
#bc6aab

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

#a46abc Color Code Preview on Black Background Color

This is how #a46abc Color will look on black background color. Color contrast ratio is 5.37

#a46abc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a46abc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a46abc

#a46abc color code is use for CSS Background Color

Background color for the above div is #a46abc

HTML with inline CSS

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

#a46abc color code is use for CSS Border Color

CSS Border color for the above div is #a46abc

HTML with inline CSS

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

CSS Border Left color for the above div is #a46abc

HTML with inline CSS

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

CSS Border Right color for the above div is #a46abc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a46abc

HTML with inline CSS

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

CSS Border Top color for the above div is #a46abc

HTML with inline CSS

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

#a46abc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a46abc Color code Preview on White Background

This is how #a46abc Color code will look on white background color. Color contrast ratio is 3.91

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

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,106,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(130,188,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,106,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.