crispedge.com

#a53ded hex color - Violet - Warm color - Information

#a53ded hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a53ded Color code in RGB color code model is created after adding 64.71% red color, 23.92% green color and 92.94% blue color. Hex #a53ded Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 74% magenta, 0% yellow and 7% black.

Hex #a53ded color code is between #aa44ee web safe hex color code and #9933dd web safe hex color code. #aa44ee is the nearest web safe color code. You can see here many more shades of #a53ded color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea53ded#a53ded
RGB Decimal165, 61, 237rgb(165, 61, 237)
RGB Percent65%, 24%, 93%rgb(65%, 24%, 93%)
CSS RGBa165, 61, 237,1rgba(165,61,237,1)
CMYK Modelcmyk(30%,74%,0%,7%)
HSL Color Space275,83% ,58%hsl(275,83% ,58%)
HSV Color Space275°, 74%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001010011110111101101
Octal24575355
Decimal16561237
Hexa53ded

Different shades of #a53ded color code.

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

Light Shade of #a53ded
#bb6cf1
Dark Shade of #a53ded
#8e15e2
Saturated Shade of #a53ded
#a732f8
Desaturated Shade of #a53ded
#a348e2
Grey scale Shade of #a53ded
#959595
Brighten Shade
#be56ff
Most Readable Shade
#FFFFFF

Shades of #a53ded color code

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

#a53ded
#9236d2
#802fb8
#6e289e
#5b2183
#491b69
#37144f
#240d34
#12061a
#000000

Similar Color like #a53ded color

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

#a63eee
#a73fef
#a840f0
#a941f1
#aa42f2
#ab43f3
#ac44f4
#ad45f5
#ae46f6
#af47f7
#b048f8
#b149f9
#b24afa
#b34bfb
#a43cec
#a33beb
#a23aea
#a139e9
#a038e8
#9f37e7
#9e36e6
#9d35e5
#9c34e4
#9b33e3
#9a32e2
#9931e1
#9830e0
#972fdf

Monochromatic Color with #a53ded

#a53ded
#110618
#2f1143
#4c1c6d
#6a2798
#8732c2

Tints of #a53ded Color

#a53ded
#af52ef
#b968f1
#c37df3
#cd93f5
#d7a8f7
#e1bef9
#ebd3fb
#f5e9fd
#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

#a53ded
#85ed3d

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

Split Complementary

#a53ded
#dded3d
#3ded4d

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

Analogous Color

#5f3ded
#823ded
#a53ded
#c83ded
#eb3ded

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

#a53ded
#eda53d
#3deda5

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

#a53ded
#ed4d3d
#85ed3d
#3ddded

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

#a53ded
#85ed3d
#3ded4d
#ed3ddd

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

#a53ded Color Code Preview on Black Background Color

This is how #a53ded Color will look on black background color. Color contrast ratio is 4.49

#a53ded in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a53ded

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a53ded

#a53ded color code is use for CSS Background Color

Background color for the above div is #a53ded

HTML with inline CSS

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

#a53ded color code is use for CSS Border Color

CSS Border color for the above div is #a53ded

HTML with inline CSS

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

CSS Border Left color for the above div is #a53ded

HTML with inline CSS

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

CSS Border Right color for the above div is #a53ded

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a53ded

HTML with inline CSS

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

CSS Border Top color for the above div is #a53ded

HTML with inline CSS

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

#a53ded hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a53ded Color code Preview on White Background

This is how #a53ded Color code will look on white background color. Color contrast ratio is 4.68

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

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(165,61,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(133,237,61,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(165,61,237,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>