crispedge.com

Color picker

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

#a155aa hex color - Violet - Warm color - Information

#a155aa hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a155aa Color code in RGB color code model is created after adding 63.14% red color, 33.33% green color and 66.67% blue color. Hex #a155aa Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 50% magenta, 0% yellow and 33% black.

Hex #a155aa color code is between #994499 web safe hex color code and #aa66bb web safe hex color code. #994499 is the nearest web safe color code. You can see here many more shades of #a155aa color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea155aa#a155aa
RGB Decimal161, 85, 170rgb(161, 85, 170)
RGB Percent63%, 33%, 67%rgb(63%, 33%, 67%)
CSS RGBa161, 85, 170,1rgba(161,85,170,1)
CMYK Modelcmyk(5%,50%,0%,33%)
HSL Color Space294,33% ,50%hsl(294,33% ,50%)
HSV Color Space294°, 50%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000010101010110101010
Octal241125252
Decimal16185170
Hexa155aa

Different shades of #a155aa color code.

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

Light Shade of #a155aa
#b477bb
Dark Shade of #a155aa
#814488
Saturated Shade of #a155aa
#ab48b7
Desaturated Shade of #a155aa
#97629d
Grey scale Shade of #a155aa
#808080
Brighten Shade
#ba6ec3
Most Readable Shade
#FFFFFF

Shades of #a155aa color code

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

#a155aa
#8f4b97
#7d4284
#6b3871
#592f5e
#47254b
#351c38
#231225
#110912
#000000

Similar Color like #a155aa color

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

#a256ab
#a357ac
#a458ad
#a559ae
#a65aaf
#a75bb0
#a85cb1
#a95db2
#aa5eb3
#ab5fb4
#ac60b5
#ad61b6
#ae62b7
#af63b8
#a054a9
#9f53a8
#9e52a7
#9d51a6
#9c50a5
#9b4fa4
#9a4ea3
#994da2
#984ca1
#974ba0
#964a9f
#95499e
#94489d
#93479c

Monochromatic Color with #a155aa

#a155aa
#c96ad4
#f17fff
#28152a
#502a55
#79407f

Tints of #a155aa Color

#a155aa
#ab67b3
#b57abc
#c08dc6
#caa0cf
#d5b3d9
#dfc6e2
#ead9ec
#f4ecf5
#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

#a155aa
#5eaa55

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

Split Complementary

#a155aa
#89aa55
#55aa76

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

Analogous Color

#7f55aa
#9055aa
#a155aa
#aa55a2
#aa5591

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

#a155aa
#aaa155
#55aaa1

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

#a155aa
#aa7755
#5eaa55
#5588aa

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

#a155aa
#5eaa55
#55aa76
#aa5589

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

#a155aa Color Code Preview on Black Background Color

This is how #a155aa Color will look on black background color. Color contrast ratio is 4.40

#a155aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a155aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a155aa

#a155aa color code is use for CSS Background Color

Background color for the above div is #a155aa

HTML with inline CSS

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

#a155aa color code is use for CSS Border Color

CSS Border color for the above div is #a155aa

HTML with inline CSS

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

CSS Border Left color for the above div is #a155aa

HTML with inline CSS

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

CSS Border Right color for the above div is #a155aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a155aa

HTML with inline CSS

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

CSS Border Top color for the above div is #a155aa

HTML with inline CSS

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

#a155aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a155aa Color code Preview on White Background

This is how #a155aa Color code will look on white background color. Color contrast ratio is 4.78

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

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.