crispedge.com

Color picker

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

#a596a8 hex color - Violet - Warm color - Information

#a596a8 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a596a8 Color code in RGB color code model is created after adding 64.71% red color, 58.82% green color and 65.88% blue color. Hex #a596a8 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 11% magenta, 0% yellow and 34% black.

Hex #a596a8 color code is between #aa99aa web safe hex color code and #998899 web safe hex color code. #aa99aa is the nearest web safe color code. You can see here many more shades of #a596a8 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codea596a8#a596a8
RGB Decimal165, 150, 168rgb(165, 150, 168)
RGB Percent65%, 59%, 66%rgb(65%, 59%, 66%)
CSS RGBa165, 150, 168,1rgba(165,150,168,1)
CMYK Modelcmyk(2%,11%,0%,34%)
HSL Color Space290,9% ,62%hsl(290,9% ,62%)
HSV Color Space290°, 11%, 66%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001011001011010101000
Octal245226250
Decimal165150168
Hexa596a8

Different shades of #a596a8 color code.

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

Light Shade of #a596a8
#bdb2bf
Dark Shade of #a596a8
#8d7a91
Saturated Shade of #a596a8
#ab8cb2
Desaturated Shade of #a596a8
#9f9f9f
Grey scale Shade of #a596a8
#9f9f9f
Brighten Shade
#beafc1
Most Readable Shade
#000000

Shades of #a596a8 color code

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

#a596a8
#928595
#807482
#6e6470
#5b535d
#49424a
#373238
#242125
#121012
#000000

Similar Color like #a596a8 color

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

#a697a9
#a798aa
#a899ab
#a99aac
#aa9bad
#ab9cae
#ac9daf
#ad9eb0
#ae9fb1
#afa0b2
#b0a1b3
#b1a2b4
#b2a3b5
#b3a4b6
#a495a7
#a394a6
#a293a5
#a192a4
#a091a3
#9f90a2
#9e8fa1
#9d8ea0
#9c8d9f
#9b8c9e
#9a8b9d
#998a9c
#98899b
#97889a

Monochromatic Color with #a596a8

#a596a8
#cfbcd2
#f8e2fd
#282428
#514a53
#7b707d

Tints of #a596a8 Color

#a596a8
#afa1b1
#b9adbb
#c3b9c5
#cdc4ce
#d7d0d8
#e1dce2
#ebe7eb
#f5f3f5
#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

#a596a8
#99a896

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

Split Complementary

#a596a8
#a2a896
#96a89c

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

Analogous Color

#9e96a8
#a196a8
#a596a8
#a896a7
#a896a4

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

#a596a8
#a8a596
#96a8a5

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

#a596a8
#a89c96
#99a896
#96a2a8

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

#a596a8
#99a896
#96a89c
#a896a2

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

#a596a8 Color Code Preview on Black Background Color

This is how #a596a8 Color will look on black background color. Color contrast ratio is 7.53

#a596a8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a596a8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a596a8

#a596a8 color code is use for CSS Background Color

Background color for the above div is #a596a8

HTML with inline CSS

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

#a596a8 color code is use for CSS Border Color

CSS Border color for the above div is #a596a8

HTML with inline CSS

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

CSS Border Left color for the above div is #a596a8

HTML with inline CSS

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

CSS Border Right color for the above div is #a596a8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a596a8

HTML with inline CSS

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

CSS Border Top color for the above div is #a596a8

HTML with inline CSS

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

#a596a8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a596a8 Color code Preview on White Background

This is how #a596a8 Color code will look on white background color. Color contrast ratio is 2.79

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.