crispedge.com

Color picker

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

#a18ba9 hex color - Violet - Warm color - Information

#a18ba9 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a18ba9 Color code in RGB color code model is created after adding 63.14% red color, 54.51% green color and 66.27% blue color. Hex #a18ba9 Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 18% magenta, 0% yellow and 34% black.

Hex #a18ba9 color code is between #9988aa web safe hex color code and #aa9999 web safe hex color code. #9988aa is the nearest web safe color code. You can see here many more shades of #a18ba9 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea18ba9#a18ba9
RGB Decimal161, 139, 169rgb(161, 139, 169)
RGB Percent63%, 55%, 66%rgb(63%, 55%, 66%)
CSS RGBa161, 139, 169,1rgba(161,139,169,1)
CMYK Modelcmyk(5%,18%,0%,34%)
HSL Color Space284,15% ,60%hsl(284,15% ,60%)
HSV Color Space284°, 18%, 66%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000011000101110101001
Octal241213251
Decimal161139169
Hexa18ba9

Different shades of #a18ba9 color code.

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

Light Shade of #a18ba9
#b9a8bf
Dark Shade of #a18ba9
#896e93
Saturated Shade of #a18ba9
#a681b3
Desaturated Shade of #a18ba9
#9c959f
Grey scale Shade of #a18ba9
#9a9a9a
Brighten Shade
#baa4c2
Most Readable Shade
#000000

Shades of #a18ba9 color code

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

#a18ba9
#8f7b96
#7d6c83
#6b5c70
#594d5d
#473d4b
#352e38
#231e25
#110f12
#000000

Similar Color like #a18ba9 color

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

#a28caa
#a38dab
#a48eac
#a58fad
#a690ae
#a791af
#a892b0
#a993b1
#aa94b2
#ab95b3
#ac96b4
#ad97b5
#ae98b6
#af99b7
#a08aa8
#9f89a7
#9e88a6
#9d87a5
#9c86a4
#9b85a3
#9a84a2
#9983a1
#9882a0
#97819f
#96809e
#957f9d
#947e9c
#937d9b

Monochromatic Color with #a18ba9

#a18ba9
#c9aed3
#f2d1fe
#282229
#504554
#78687e

Tints of #a18ba9 Color

#a18ba9
#ab97b2
#b5a4bc
#c0b1c5
#cabecf
#d5cbd8
#dfd8e2
#eae5eb
#f4f2f5
#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

#a18ba9
#93a98b

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

Split Complementary

#a18ba9
#a2a98b
#8ba992

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

Analogous Color

#958ba9
#9b8ba9
#a18ba9
#a78ba9
#a98ba5

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

#a18ba9
#a9a18b
#8ba9a1

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

#a18ba9
#a9928b
#93a98b
#8ba2a9

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

#a18ba9
#93a98b
#8ba992
#a98ba2

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

#a18ba9 Color Code Preview on Black Background Color

This is how #a18ba9 Color will look on black background color. Color contrast ratio is 6.78

#a18ba9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a18ba9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a18ba9

#a18ba9 color code is use for CSS Background Color

Background color for the above div is #a18ba9

HTML with inline CSS

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

#a18ba9 color code is use for CSS Border Color

CSS Border color for the above div is #a18ba9

HTML with inline CSS

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

CSS Border Left color for the above div is #a18ba9

HTML with inline CSS

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

CSS Border Right color for the above div is #a18ba9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a18ba9

HTML with inline CSS

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

CSS Border Top color for the above div is #a18ba9

HTML with inline CSS

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

#a18ba9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a18ba9 Color code Preview on White Background

This is how #a18ba9 Color code will look on white background color. Color contrast ratio is 3.10

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

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.