crispedge.com

Color picker

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

#a59ec0 hex color - Blue - Cool color - Information

#a59ec0 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a59ec0 Color code in RGB color code model is created after adding 64.71% red color, 61.96% green color and 75.29% blue color. Hex #a59ec0 Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 18% magenta, 0% yellow and 25% black.

Hex #a59ec0 color code is between #aa99bb web safe hex color code and #99aacc web safe hex color code. #aa99bb is the nearest web safe color code. You can see here many more shades of #a59ec0 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea59ec0#a59ec0
RGB Decimal165, 158, 192rgb(165, 158, 192)
RGB Percent65%, 62%, 75%rgb(65%, 62%, 75%)
CSS RGBa165, 158, 192,1rgba(165,158,192,1)
CMYK Modelcmyk(14%,18%,0%,25%)
HSL Color Space252,21% ,69%hsl(252,21% ,69%)
HSV Color Space252°, 18%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001011001111011000000
Octal245236300
Decimal165158192
Hexa59ec0

Different shades of #a59ec0 color code.

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

Light Shade of #a59ec0
#c2bdd4
Dark Shade of #a59ec0
#887fac
Saturated Shade of #a59ec0
#a096c8
Desaturated Shade of #a59ec0
#aaa6b8
Grey scale Shade of #a59ec0
#afafaf
Brighten Shade
#beb7d9
Most Readable Shade
#000000

Shades of #a59ec0 color code

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

#a59ec0
#928caa
#807a95
#6e6980
#5b576a
#494655
#373440
#24232a
#121115
#000000

Similar Color like #a59ec0 color

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

#a69fc1
#a7a0c2
#a8a1c3
#a9a2c4
#aaa3c5
#aba4c6
#aca5c7
#ada6c8
#aea7c9
#afa8ca
#b0a9cb
#b1aacc
#b2abcd
#b3acce
#a49dbf
#a39cbe
#a29bbd
#a19abc
#a099bb
#9f98ba
#9e97b9
#9d96b8
#9c95b7
#9b94b6
#9a93b5
#9992b4
#9891b3
#9790b2

Monochromatic Color with #a59ec0

#a59ec0
#cac1ea
#131216
#373540
#5c586b
#807b95

Tints of #a59ec0 Color

#a59ec0
#afa8c7
#b9b3ce
#c3bed5
#cdc9dc
#d7d3e3
#e1deea
#ebe9f1
#f5f4f8
#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

#a59ec0
#b9c09e

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

Split Complementary

#a59ec0
#c0b69e
#a8c09e

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

Analogous Color

#9ea5c0
#9e9ec0
#a59ec0
#ac9ec0
#b39ec0

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

#a59ec0
#c0a59e
#9ec0a5

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

#a59ec0
#c09ea8
#b9c09e
#9ec0b6

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

#a59ec0
#b9c09e
#a8c09e
#b69ec0

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

#a59ec0 Color Code Preview on Black Background Color

This is how #a59ec0 Color will look on black background color. Color contrast ratio is 8.25

#a59ec0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a59ec0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a59ec0

#a59ec0 color code is use for CSS Background Color

Background color for the above div is #a59ec0

HTML with inline CSS

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

#a59ec0 color code is use for CSS Border Color

CSS Border color for the above div is #a59ec0

HTML with inline CSS

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

CSS Border Left color for the above div is #a59ec0

HTML with inline CSS

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

CSS Border Right color for the above div is #a59ec0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a59ec0

HTML with inline CSS

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

CSS Border Top color for the above div is #a59ec0

HTML with inline CSS

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

#a59ec0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a59ec0 Color code Preview on White Background

This is how #a59ec0 Color code will look on white background color. Color contrast ratio is 2.54

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

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.