crispedge.com

Color picker

Loading...

#a93fd2 hex color - Violet - Warm color - Information

#a93fd2 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a93fd2 Color code in RGB color code model is created after adding 66.27% red color, 24.71% green color and 82.35% blue color. Hex #a93fd2 Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 70% magenta, 0% yellow and 18% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea93fd2#a93fd2
RGB Decimal169, 63, 210rgb(169, 63, 210)
RGB Percent66%, 25%, 82%rgb(66%, 25%, 82%)
CSS RGBa169, 63, 210,1rgba(169,63,210,1)
CMYK Modelcmyk(20%,70%,0%,18%)
HSL Color Space283,62% ,54%hsl(283,62% ,54%)
HSV Color Space283°, 70%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010010011111111010010
Octal25177322
Decimal16963210
Hexa93fd2

Different shades of #a93fd2 color code.

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

Light Shade of #a93fd2
#bb68dc
Dark Shade of #a93fd2
#8d2ab4
Saturated Shade of #a93fd2
#ae33de
Desaturated Shade of #a93fd2
#a44bc6
Grey scale Shade of #a93fd2
#888888
Brighten Shade
#c258eb
Most Readable Shade
#FFFFFF

Shades of #a93fd2 color code

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

#a93fd2
#9638ba
#8331a3
#702a8c
#5d2374
#4b1c5d
#381546
#250e2e
#120717
#000000

Similar Color like #a93fd2 color

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

#aa40d3
#ab41d4
#ac42d5
#ad43d6
#ae44d7
#af45d8
#b046d9
#b147da
#b248db
#b349dc
#b44add
#b54bde
#b64cdf
#b74de0
#a83ed1
#a73dd0
#a63ccf
#a53bce
#a43acd
#a339cc
#a238cb
#a137ca
#a036c9
#9f35c8
#9e34c7
#9d33c6
#9c32c5
#9b31c4

Monochromatic Color with #a93fd2

#a93fd2
#cb4cfc
#200c28
#421952
#65257d
#8732a7

Tints of #a93fd2 Color

#a93fd2
#b254d7
#bc69dc
#c57fe1
#cf94e6
#d8a9eb
#e2bff0
#ebd4f5
#f5e9fa
#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

#a93fd2
#68d23f

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

Split Complementary

#a93fd2
#b2d23f
#3fd25f

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

Analogous Color

#6e3fd2
#8c3fd2
#a93fd2
#c63fd2
#d23fc0

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

#a93fd2
#d2a93f
#3fd2a9

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

#a93fd2
#d25f3f
#68d23f
#3fb1d2

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

#a93fd2
#68d23f
#3fd25f
#d23fb2

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

#a93fd2 Color Code Preview on Black Background Color

This is how #a93fd2 Color will look on black background color. Color contrast ratio is 4.33

#a93fd2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a93fd2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a93fd2

#a93fd2 color code is use for CSS Background Color

Background color for the above div is #a93fd2

HTML with inline CSS

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

#a93fd2 color code is use for CSS Border Color

CSS Border color for the above div is #a93fd2

HTML with inline CSS

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

CSS Border Left color for the above div is #a93fd2

HTML with inline CSS

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

CSS Border Right color for the above div is #a93fd2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a93fd2

HTML with inline CSS

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

CSS Border Top color for the above div is #a93fd2

HTML with inline CSS

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

#a93fd2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a93fd2 Color code Preview on White Background

This is how #a93fd2 Color code will look on white background color. Color contrast ratio is 4.85

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

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(169,63,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(104,210,63,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(169,63,210,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.