crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ab95e1 hex color - Blue - Cool color - Information

#ab95e1 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #ab95e1 Color code in RGB color code model is created after adding 67.06% red color, 58.43% green color and 88.24% blue color. Hex #ab95e1 Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 34% magenta, 0% yellow and 12% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeab95e1#ab95e1
RGB Decimal171, 149, 225rgb(171, 149, 225)
RGB Percent67%, 58%, 88%rgb(67%, 58%, 88%)
CSS RGBa171, 149, 225,1rgba(171,149,225,1)
CMYK Modelcmyk(24%,34%,0%,12%)
HSL Color Space257,56% ,73%hsl(257,56% ,73%)
HSV Color Space257°, 34%, 88%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111001010111100001
Octal253225341
Decimal171149225
Hexab95e1

Different shades of #ab95e1 color code.

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

Light Shade of #ab95e1
#cabdec
Dark Shade of #ab95e1
#8b6dd6
Saturated Shade of #ab95e1
#a88ee8
Desaturated Shade of #ab95e1
#ae9cda
Grey scale Shade of #ab95e1
#bbbbbb
Brighten Shade
#c4aefa
Most Readable Shade
#000000

Shades of #ab95e1 color code

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

#ab95e1
#9884c8
#8573af
#726396
#5f527d
#4c4264
#39314b
#262132
#131019
#000000

Similar Color like #ab95e1 color

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

#ac96e2
#ad97e3
#ae98e4
#af99e5
#b09ae6
#b19be7
#b29ce8
#b39de9
#b49eea
#b59feb
#b6a0ec
#b7a1ed
#b8a2ee
#b9a3ef
#aa94e0
#a993df
#a892de
#a791dd
#a690dc
#a58fdb
#a48eda
#a38dd9
#a28cd8
#a18bd7
#a08ad6
#9f89d5
#9e88d4
#9d87d3

Monochromatic Color with #ab95e1

#ab95e1
#09080c
#2a2437
#4a4161
#6a5d8c
#8b79b6

Tints of #ab95e1 Color

#ab95e1
#b4a0e4
#bdace7
#c7b8eb
#d0c4ee
#d9cff1
#e3dbf5
#ece7f8
#f5f3fb
#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

#ab95e1
#cbe195

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

Split Complementary

#ab95e1
#e1d195
#a5e195

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

Analogous Color

#959de1
#9c95e1
#ab95e1
#ba95e1
#c995e1

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

#ab95e1
#e1ab95
#95e1ab

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

#ab95e1
#e195a5
#cbe195
#95e1d1

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

#ab95e1
#cbe195
#a5e195
#d195e1

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

#ab95e1 Color Code Preview on Black Background Color

This is how #ab95e1 Color will look on black background color. Color contrast ratio is 8.12

#ab95e1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab95e1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab95e1

#ab95e1 color code is use for CSS Background Color

Background color for the above div is #ab95e1

HTML with inline CSS

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

#ab95e1 color code is use for CSS Border Color

CSS Border color for the above div is #ab95e1

HTML with inline CSS

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

CSS Border Left color for the above div is #ab95e1

HTML with inline CSS

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

CSS Border Right color for the above div is #ab95e1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab95e1

HTML with inline CSS

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

CSS Border Top color for the above div is #ab95e1

HTML with inline CSS

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

#ab95e1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab95e1 Color code Preview on White Background

This is how #ab95e1 Color code will look on white background color. Color contrast ratio is 2.59

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.