crispedge.com

#a481e9 hex color - Violet - Cool color - Information

#a481e9 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a481e9 Color code in RGB color code model is created after adding 64.31% red color, 50.59% green color and 91.37% blue color. Hex #a481e9 Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 45% magenta, 0% yellow and 9% black.

Hex #a481e9 color code is between #aa88ee web safe hex color code and #9977dd web safe hex color code. #aa88ee is the nearest web safe color code. You can see here many more shades of #a481e9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea481e9#a481e9
RGB Decimal164, 129, 233rgb(164, 129, 233)
RGB Percent64%, 51%, 91%rgb(64%, 51%, 91%)
CSS RGBa164, 129, 233,1rgba(164,129,233,1)
CMYK Modelcmyk(30%,45%,0%,9%)
HSL Color Space260,70% ,71%hsl(260,70% ,71%)
HSV Color Space260°, 45%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001001000000111101001
Octal244201351
Decimal164129233
Hexa481e9

Different shades of #a481e9 color code.

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

Light Shade of #a481e9
#c3acf1
Dark Shade of #a481e9
#8556e1
Saturated Shade of #a481e9
#a27af0
Desaturated Shade of #a481e9
#a688e2
Grey scale Shade of #a481e9
#b5b5b5
Brighten Shade
#bd9aff
Most Readable Shade
#000000

Shades of #a481e9 color code

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

#a481e9
#9172cf
#7f64b5
#6d569b
#5b4781
#483967
#362b4d
#241c33
#120e19
#000000

Similar Color like #a481e9 color

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

#a582ea
#a683eb
#a784ec
#a885ed
#a986ee
#aa87ef
#ab88f0
#ac89f1
#ad8af2
#ae8bf3
#af8cf4
#b08df5
#b18ef6
#b28ff7
#a380e8
#a27fe7
#a17ee6
#a07de5
#9f7ce4
#9e7be3
#9d7ae2
#9c79e1
#9b78e0
#9a77df
#9976de
#9875dd
#9774dc
#9673db

Monochromatic Color with #a481e9

#a481e9
#0e0b14
#2c233f
#4a3a69
#685294
#8669be

Tints of #a481e9 Color

#a481e9
#ae8feb
#b89ded
#c2abf0
#ccb9f2
#d6c7f5
#e0d5f7
#eae3fa
#f4f1fc
#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

#a481e9
#c6e981

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

Split Complementary

#a481e9
#e9d881
#92e981

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

Analogous Color

#8188e9
#8f81e9
#a481e9
#b981e9
#ce81e9

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

#a481e9
#e9a481
#81e9a4

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

#a481e9
#e98192
#c6e981
#81e9d8

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

#a481e9
#c6e981
#92e981
#d881e9

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

#a481e9 Color Code Preview on Black Background Color

This is how #a481e9 Color will look on black background color. Color contrast ratio is 6.90

#a481e9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a481e9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a481e9

#a481e9 color code is use for CSS Background Color

Background color for the above div is #a481e9

HTML with inline CSS

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

#a481e9 color code is use for CSS Border Color

CSS Border color for the above div is #a481e9

HTML with inline CSS

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

CSS Border Left color for the above div is #a481e9

HTML with inline CSS

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

CSS Border Right color for the above div is #a481e9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a481e9

HTML with inline CSS

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

CSS Border Top color for the above div is #a481e9

HTML with inline CSS

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

#a481e9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a481e9 Color code Preview on White Background

This is how #a481e9 Color code will look on white background color. Color contrast ratio is 3.05

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

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,129,233,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(198,233,129,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,129,233,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.

< /html>