crispedge.com

Color picker

Loading...

#a13fb4 hex color - Violet - Warm color - Information

#a13fb4 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a13fb4 Color code in RGB color code model is created after adding 63.14% red color, 24.71% green color and 70.59% blue color. Hex #a13fb4 Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 65% magenta, 0% yellow and 29% black.

Hex #a13fb4 color code is between #9944bb web safe hex color code and #aa33aa web safe hex color code. #9944bb is the nearest web safe color code. You can see here many more shades of #a13fb4 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea13fb4#a13fb4
RGB Decimal161, 63, 180rgb(161, 63, 180)
RGB Percent63%, 25%, 71%rgb(63%, 25%, 71%)
CSS RGBa161, 63, 180,1rgba(161,63,180,1)
CMYK Modelcmyk(11%,65%,0%,29%)
HSL Color Space290,48% ,48%hsl(290,48% ,48%)
HSV Color Space290°, 65%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000010011111110110100
Octal24177264
Decimal16163180
Hexa13fb4

Different shades of #a13fb4 color code.

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

Light Shade of #a13fb4
#b65fc7
Dark Shade of #a13fb4
#7f328e
Saturated Shade of #a13fb4
#a933c0
Desaturated Shade of #a13fb4
#994ba8
Grey scale Shade of #a13fb4
#797979
Brighten Shade
#ba58cd
Most Readable Shade
#FFFFFF

Shades of #a13fb4 color code

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

#a13fb4
#8f38a0
#7d318c
#6b2a78
#592364
#471c50
#35153c
#230e28
#110714
#000000

Similar Color like #a13fb4 color

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

#a240b5
#a341b6
#a442b7
#a543b8
#a644b9
#a745ba
#a846bb
#a947bc
#aa48bd
#ab49be
#ac4abf
#ad4bc0
#ae4cc1
#af4dc2
#a03eb3
#9f3db2
#9e3cb1
#9d3bb0
#9c3aaf
#9b39ae
#9a38ad
#9937ac
#9836ab
#9735aa
#9634a9
#9533a8
#9432a7
#9331a6

Monochromatic Color with #a13fb4

#a13fb4
#c74ede
#09030a
#2f1234
#55215f
#7b3089

Tints of #a13fb4 Color

#a13fb4
#ab54bc
#b569c4
#c07fcd
#ca94d5
#d5a9dd
#dfbfe6
#ead4ee
#f4e9f6
#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

#a13fb4
#52b43f

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

Split Complementary

#a13fb4
#8cb43f
#3fb467

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

Analogous Color

#723fb4
#8a3fb4
#a13fb4
#b43fb0
#b43f98

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

#a13fb4
#b4a13f
#3fb4a1

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

#a13fb4
#b4663f
#52b43f
#3f8cb4

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

#a13fb4
#52b43f
#3fb467
#b43f8c

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

#a13fb4 Color Code Preview on Black Background Color

This is how #a13fb4 Color will look on black background color. Color contrast ratio is 3.89

#a13fb4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a13fb4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a13fb4

#a13fb4 color code is use for CSS Background Color

Background color for the above div is #a13fb4

HTML with inline CSS

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

#a13fb4 color code is use for CSS Border Color

CSS Border color for the above div is #a13fb4

HTML with inline CSS

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

CSS Border Left color for the above div is #a13fb4

HTML with inline CSS

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

CSS Border Right color for the above div is #a13fb4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a13fb4

HTML with inline CSS

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

CSS Border Top color for the above div is #a13fb4

HTML with inline CSS

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

#a13fb4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a13fb4 Color code Preview on White Background

This is how #a13fb4 Color code will look on white background color. Color contrast ratio is 5.40

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

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,63,180,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(82,180,63,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(161,63,180,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.