crispedge.com

Color picker

Loading...

#a462e0 hex color - Violet - Warm color - Information

#a462e0 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

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

Hex #a462e0 color code is between #aa66dd web safe hex color code and #9955ee web safe hex color code. #aa66dd is the nearest web safe color code. You can see here many more shades of #a462e0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea462e0#a462e0
RGB Decimal164, 98, 224rgb(164, 98, 224)
RGB Percent64%, 38%, 88%rgb(64%, 38%, 88%)
CSS RGBa164, 98, 224,1rgba(164,98,224,1)
CMYK Modelcmyk(27%,56%,0%,12%)
HSL Color Space271,67% ,63%hsl(271,67% ,63%)
HSV Color Space271°, 56%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001000110001011100000
Octal244142340
Decimal16498224
Hexa462e0

Different shades of #a462e0 color code.

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

Light Shade of #a462e0
#bd8de8
Dark Shade of #a462e0
#8b37d8
Saturated Shade of #a462e0
#a459e9
Desaturated Shade of #a462e0
#a46bd7
Grey scale Shade of #a462e0
#a1a1a1
Brighten Shade
#bd7bf9
Most Readable Shade
#FFFFFF

Shades of #a462e0 color code

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

#a462e0
#9157c7
#7f4cae
#6d4195
#5b367c
#482b63
#36204a
#241531
#120a18
#000000

Similar Color like #a462e0 color

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

#a563e1
#a664e2
#a765e3
#a866e4
#a967e5
#aa68e6
#ab69e7
#ac6ae8
#ad6be9
#ae6cea
#af6deb
#b06eec
#b16fed
#b270ee
#a361df
#a260de
#a15fdd
#a05edc
#9f5ddb
#9e5cda
#9d5bd9
#9c5ad8
#9b59d7
#9a58d6
#9957d5
#9856d4
#9755d3
#9654d2

Monochromatic Color with #a462e0

#a462e0
#08050b
#281836
#472a60
#663d8b
#854fb5

Tints of #a462e0 Color

#a462e0
#ae73e3
#b884e6
#c296ea
#cca7ed
#d6b9f1
#e0caf4
#eadcf8
#f4edfb
#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

#a462e0
#9ee062

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

Split Complementary

#a462e0
#dde062
#62e065

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

Analogous Color

#7262e0
#8b62e0
#a462e0
#bd62e0
#d662e0

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

#a462e0
#e0a462
#62e0a4

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

#a462e0
#e06562
#9ee062
#62dde0

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

#a462e0
#9ee062
#62e065
#e062dd

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

#a462e0 Color Code Preview on Black Background Color

This is how #a462e0 Color will look on black background color. Color contrast ratio is 5.40

#a462e0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a462e0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a462e0

#a462e0 color code is use for CSS Background Color

Background color for the above div is #a462e0

HTML with inline CSS

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

#a462e0 color code is use for CSS Border Color

CSS Border color for the above div is #a462e0

HTML with inline CSS

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

CSS Border Left color for the above div is #a462e0

HTML with inline CSS

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

CSS Border Right color for the above div is #a462e0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a462e0

HTML with inline CSS

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

CSS Border Top color for the above div is #a462e0

HTML with inline CSS

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

#a462e0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a462e0 Color code Preview on White Background

This is how #a462e0 Color code will look on white background color. Color contrast ratio is 3.89

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

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,98,224,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(158,224,98,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,98,224,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.