crispedge.com

Color picker

Loading...

#ab93d9 hex color - Violet - Cool color - Information

#ab93d9 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ab93d9 Color code in RGB color code model is created after adding 67.06% red color, 57.65% green color and 85.1% blue color. Hex #ab93d9 Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 32% magenta, 0% yellow and 15% black.

Hex #ab93d9 color code is between #aa99dd web safe hex color code and #bb88cc web safe hex color code. #aa99dd is the nearest web safe color code. You can see here many more shades of #ab93d9 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeab93d9#ab93d9
RGB Decimal171, 147, 217rgb(171, 147, 217)
RGB Percent67%, 58%, 85%rgb(67%, 58%, 85%)
CSS RGBa171, 147, 217,1rgba(171,147,217,1)
CMYK Modelcmyk(21%,32%,0%,15%)
HSL Color Space261,48% ,71%hsl(261,48% ,71%)
HSV Color Space261°, 32%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111001001111011001
Octal253223331
Decimal171147217
Hexab93d9

Different shades of #ab93d9 color code.

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

Light Shade of #ab93d9
#c8b9e6
Dark Shade of #ab93d9
#8e6dcc
Saturated Shade of #ab93d9
#a98ce0
Desaturated Shade of #ab93d9
#ad9ad2
Grey scale Shade of #ab93d9
#b6b6b6
Brighten Shade
#c4acf2
Most Readable Shade
#000000

Shades of #ab93d9 color code

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

#ab93d9
#9882c0
#8572a8
#726290
#5f5178
#4c4160
#393148
#262030
#131018
#000000

Similar Color like #ab93d9 color

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

#ac94da
#ad95db
#ae96dc
#af97dd
#b098de
#b199df
#b29ae0
#b39be1
#b49ce2
#b59de3
#b69ee4
#b79fe5
#b8a0e6
#b9a1e7
#aa92d8
#a991d7
#a890d6
#a78fd5
#a68ed4
#a58dd3
#a48cd2
#a38bd1
#a28ad0
#a189cf
#a088ce
#9f87cd
#9e86cc
#9d85cb

Monochromatic Color with #ab93d9

#ab93d9
#040304
#25202f
#473d59
#685984
#8a76ae

Tints of #ab93d9 Color

#ab93d9
#b49fdd
#bdabe1
#c7b7e5
#d0c3e9
#d9cfee
#e3dbf2
#ece7f6
#f5f3fa
#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

#ab93d9
#c1d993

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

Split Complementary

#ab93d9
#d9ce93
#9ed993

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

Analogous Color

#9397d9
#9d93d9
#ab93d9
#b993d9
#c793d9

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

#ab93d9
#d9ab93
#93d9ab

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

#ab93d9
#d9939e
#c1d993
#93d9ce

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

#ab93d9
#c1d993
#9ed993
#ce93d9

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

#ab93d9 Color Code Preview on Black Background Color

This is how #ab93d9 Color will look on black background color. Color contrast ratio is 7.91

#ab93d9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab93d9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab93d9

#ab93d9 color code is use for CSS Background Color

Background color for the above div is #ab93d9

HTML with inline CSS

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

#ab93d9 color code is use for CSS Border Color

CSS Border color for the above div is #ab93d9

HTML with inline CSS

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

CSS Border Left color for the above div is #ab93d9

HTML with inline CSS

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

CSS Border Right color for the above div is #ab93d9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab93d9

HTML with inline CSS

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

CSS Border Top color for the above div is #ab93d9

HTML with inline CSS

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

#ab93d9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab93d9 Color code Preview on White Background

This is how #ab93d9 Color code will look on white background color. Color contrast ratio is 2.66

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

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,147,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(193,217,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(171,147,217,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.