crispedge.com

Color picker

Loading...

#ab40d3 hex color - Violet - Warm color - Information

#ab40d3 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ab40d3 Color code in RGB color code model is created after adding 67.06% red color, 25.1% green color and 82.75% blue color. Hex #ab40d3 Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 70% magenta, 0% yellow and 17% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code ab40d3 #ab40d3
RGB Decimal 171, 64, 211 rgb(171, 64, 211)
RGB Percent 67%, 25%, 83% rgb(67%, 25%, 83%)
CSS RGBa 171, 64, 211,1 rgba(171,64,211,1)
CMYK Model cmyk(19%,70%,0%,17%)
HSL Color Space 284,63% ,54% hsl(284,63% ,54%)
HSV Color Space 284°, 70%, 83%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101011 01000000 11010011
Octal 253 100 323
Decimal 171 64 211
Hex ab 40 d3

Different shades of #ab40d3 color code.

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

Light Shade of #ab40d3
#bd69dd
Dark Shade of #ab40d3
#902ab6
Saturated Shade of #ab40d3
#b034df
Desaturated Shade of #ab40d3
#a64cc7
Grey scale Shade of #ab40d3
#898989
Brighten Shade
#c459ec
Most Readable Shade
#FFFFFF

Shades of #ab40d3 color code

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

#ab40d3
#9838bb
#8531a4
#722a8c
#5f2375
#4c1c5d
#391546
#260e2e
#130717
#000000

Similar Color like #ab40d3 color

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

#ac41d4
#ad42d5
#ae43d6
#af44d7
#b045d8
#b146d9
#b247da
#b348db
#b449dc
#b54add
#b64bde
#b74cdf
#b84de0
#b94ee1
#aa3fd2
#a93ed1
#a83dd0
#a73ccf
#a63bce
#a53acd
#a439cc
#a338cb
#a237ca
#a136c9
#a035c8
#9f34c7
#9e33c6
#9d32c5

Monochromatic Color with #ab40d3

#ab40d3
#cd4dfd
#210c29
#441953
#66267e
#8933a8

Tints of #ab40d3 Color

#ab40d3
#b455d7
#bd6adc
#c77fe1
#d094e6
#d9aaeb
#e3bff0
#ecd4f5
#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

#ab40d3
#68d340

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

Split Complementary

#ab40d3
#b1d340
#40d362

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

Analogous Color

#7040d3
#8e40d3
#ab40d3
#c840d3
#d340c0

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

#ab40d3
#d3ab40
#40d3ab

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

#ab40d3
#d36140
#68d340
#40b1d3

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

#ab40d3
#68d340
#40d362
#d340b1

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

#ab40d3 Color Code Preview on Black Background Color

This is how #ab40d3 Color will look on black background color. Color contrast ratio is 4.41

#ab40d3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab40d3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab40d3

#ab40d3 color code is use for CSS Background Color

Background color for the above div is #ab40d3

HTML with inline CSS

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

#ab40d3 color code is use for CSS Border Color

CSS Border color for the above div is #ab40d3

HTML with inline CSS

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

CSS Border Left color for the above div is #ab40d3

HTML with inline CSS

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

CSS Border Right color for the above div is #ab40d3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab40d3

HTML with inline CSS

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

CSS Border Top color for the above div is #ab40d3

HTML with inline CSS

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

#ab40d3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab40d3 Color code Preview on White Background

This is how #ab40d3 Color code will look on white background color. Color contrast ratio is 4.77

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

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(171,64,211,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(104,211,64,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(171,64,211,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.