crispedge.com

Color picker

Loading...

#a71fea hex color - Violet - Warm color - Information

#a71fea hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a71fea Color code in RGB color code model is created after adding 65.49% red color, 12.16% green color and 91.76% blue color. Hex #a71fea Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 87% magenta, 0% yellow and 8% black.

Hex #a71fea color code is between #aa22ee web safe hex color code and #9911dd web safe hex color code. #aa22ee is the nearest web safe color code. You can see here many more shades of #a71fea color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea71fea#a71fea
RGB Decimal167, 31, 234rgb(167, 31, 234)
RGB Percent65%, 12%, 92%rgb(65%, 12%, 92%)
CSS RGBa167, 31, 234,1rgba(167,31,234,1)
CMYK Modelcmyk(29%,87%,0%,8%)
HSL Color Space280,83% ,52%hsl(280,83% ,52%)
HSV Color Space280°, 87%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001110001111111101010
Octal24737352
Decimal16731234
Hexa71fea

Different shades of #a71fea color code.

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

Light Shade of #a71fea
#b94eee
Dark Shade of #a71fea
#8912c4
Saturated Shade of #a71fea
#ab13f6
Desaturated Shade of #a71fea
#a32bde
Grey scale Shade of #a71fea
#848484
Brighten Shade
#c038ff
Most Readable Shade
#FFFFFF

Shades of #a71fea color code

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

#a71fea
#941bd0
#8118b6
#6f149c
#5c1182
#4a0d68
#370a4e
#250634
#12031a
#000000

Similar Color like #a71fea color

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

#a820eb
#a921ec
#aa22ed
#ab23ee
#ac24ef
#ad25f0
#ae26f1
#af27f2
#b028f3
#b129f4
#b22af5
#b32bf6
#b42cf7
#b52df8
#a61ee9
#a51de8
#a41ce7
#a31be6
#a21ae5
#a119e4
#a018e3
#9f17e2
#9e16e1
#9d15e0
#9c14df
#9b13de
#9a12dd
#9911dc

Monochromatic Color with #a71fea

#a71fea
#0f0315
#2e0840
#4c0e6a
#6a1495
#8919bf

Tints of #a71fea Color

#a71fea
#b037ec
#ba50ee
#c469f1
#ce82f3
#d79bf5
#e1b4f8
#ebcdfa
#f5e6fc
#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

#a71fea
#62ea1f

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

Split Complementary

#a71fea
#c8ea1f
#1fea42

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

Analogous Color

#561fea
#7e1fea
#a71fea
#d01fea
#ea1fdc

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

#a71fea
#eaa71f
#1feaa7

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

#a71fea
#ea421f
#62ea1f
#1fc7ea

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

#a71fea
#62ea1f
#1fea42
#ea1fc8

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

#a71fea Color Code Preview on Black Background Color

This is how #a71fea Color will look on black background color. Color contrast ratio is 4.03

#a71fea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a71fea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a71fea

#a71fea color code is use for CSS Background Color

Background color for the above div is #a71fea

HTML with inline CSS

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

#a71fea color code is use for CSS Border Color

CSS Border color for the above div is #a71fea

HTML with inline CSS

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

CSS Border Left color for the above div is #a71fea

HTML with inline CSS

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

CSS Border Right color for the above div is #a71fea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a71fea

HTML with inline CSS

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

CSS Border Top color for the above div is #a71fea

HTML with inline CSS

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

#a71fea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a71fea Color code Preview on White Background

This is how #a71fea Color code will look on white background color. Color contrast ratio is 5.21

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

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(167,31,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(98,234,31,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(167,31,234,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.