crispedge.com

Color picker

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

#a18ce1 hex color - Violet - Cool color - Information

#a18ce1 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a18ce1 Color code in RGB color code model is created after adding 63.14% red color, 54.9% green color and 88.24% blue color. Hex #a18ce1 Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 38% magenta, 0% yellow and 12% black.

Hex #a18ce1 color code is between #9988dd web safe hex color code and #aa99ee web safe hex color code. #9988dd is the nearest web safe color code. You can see here many more shades of #a18ce1 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea18ce1#a18ce1
RGB Decimal161, 140, 225rgb(161, 140, 225)
RGB Percent63%, 55%, 88%rgb(63%, 55%, 88%)
CSS RGBa161, 140, 225,1rgba(161,140,225,1)
CMYK Modelcmyk(28%,38%,0%,12%)
HSL Color Space255,59% ,72%hsl(255,59% ,72%)
HSV Color Space255°, 38%, 88%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000011000110011100001
Octal241214341
Decimal161140225
Hexa18ce1

Different shades of #a18ce1 color code.

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

Light Shade of #a18ce1
#c2b4ec
Dark Shade of #a18ce1
#8064d6
Saturated Shade of #a18ce1
#9d85e8
Desaturated Shade of #a18ce1
#a593da
Grey scale Shade of #a18ce1
#b6b6b6
Brighten Shade
#baa5fa
Most Readable Shade
#000000

Shades of #a18ce1 color code

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

#a18ce1
#8f7cc8
#7d6caf
#6b5d96
#594d7d
#473e64
#352e4b
#231f32
#110f19
#000000

Similar Color like #a18ce1 color

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

#a28de2
#a38ee3
#a48fe4
#a590e5
#a691e6
#a792e7
#a893e8
#a994e9
#aa95ea
#ab96eb
#ac97ec
#ad98ed
#ae99ee
#af9aef
#a08be0
#9f8adf
#9e89de
#9d88dd
#9c87dc
#9b86db
#9a85da
#9984d9
#9883d8
#9782d7
#9681d6
#9580d5
#947fd4
#937ed3

Monochromatic Color with #a18ce1

#a18ce1
#09080c
#272237
#463d61
#64578c
#8372b6

Tints of #a18ce1 Color

#a18ce1
#ab98e4
#b5a5e7
#c0b2eb
#cabfee
#d5cbf1
#dfd8f5
#eae5f8
#f4f2fb
#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

#a18ce1
#cce18c

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

Split Complementary

#a18ce1
#e1cc8c
#a2e18c

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

Analogous Color

#8c99e1
#908ce1
#a18ce1
#b28ce1
#c38ce1

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

#a18ce1
#e1a18c
#8ce1a1

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

#a18ce1
#e18ca1
#cce18c
#8ce1cb

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

#a18ce1
#cce18c
#a2e18c
#cc8ce1

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

#a18ce1 Color Code Preview on Black Background Color

This is how #a18ce1 Color will look on black background color. Color contrast ratio is 7.35

#a18ce1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a18ce1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a18ce1

#a18ce1 color code is use for CSS Background Color

Background color for the above div is #a18ce1

HTML with inline CSS

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

#a18ce1 color code is use for CSS Border Color

CSS Border color for the above div is #a18ce1

HTML with inline CSS

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

CSS Border Left color for the above div is #a18ce1

HTML with inline CSS

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

CSS Border Right color for the above div is #a18ce1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a18ce1

HTML with inline CSS

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

CSS Border Top color for the above div is #a18ce1

HTML with inline CSS

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

#a18ce1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a18ce1 Color code Preview on White Background

This is how #a18ce1 Color code will look on white background color. Color contrast ratio is 2.86

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

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.