crispedge.com

Color picker

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

#aa5e83 hex color - Red - Warm color - Information

#aa5e83 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #aa5e83 Color code in RGB color code model is created after adding 66.67% red color, 36.86% green color and 51.37% blue color. Hex #aa5e83 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 45% magenta, 23% yellow and 33% black.

Hex #aa5e83 color code is between #996688 web safe hex color code and #bb5577 web safe hex color code. #996688 is the nearest web safe color code. You can see here many more shades of #aa5e83 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaa5e83#aa5e83
RGB Decimal170, 94, 131rgb(170, 94, 131)
RGB Percent67%, 37%, 51%rgb(67%, 37%, 51%)
CSS RGBa170, 94, 131,1rgba(170,94,131,1)
CMYK Modelcmyk(0%,45%,23%,33%)
HSL Color Space331,31% ,52%hsl(331,31% ,52%)
HSV Color Space331°, 45%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100101111010000011
Octal252136203
Decimal17094131
Hexaa5e83

Different shades of #aa5e83 color code.

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

Light Shade of #aa5e83
#bc7f9d
Dark Shade of #aa5e83
#8b4a6a
Saturated Shade of #aa5e83
#b65283
Desaturated Shade of #aa5e83
#9e6a83
Grey scale Shade of #aa5e83
#848484
Brighten Shade
#c3779c
Most Readable Shade
#FFFFFF

Shades of #aa5e83 color code

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

#aa5e83
#975374
#844965
#713e57
#5e3448
#4b293a
#381f2b
#25141d
#120a0e
#000000

Similar Color like #aa5e83 color

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

#ab5f84
#ac6085
#ad6186
#ae6287
#af6388
#b06489
#b1658a
#b2668b
#b3678c
#b4688d
#b5698e
#b66a8f
#b76b90
#b86c91
#a95d82
#a85c81
#a75b80
#a65a7f
#a5597e
#a4587d
#a3577c
#a2567b
#a1557a
#a05479
#9f5378
#9e5277
#9d5176
#9c5075

Monochromatic Color with #aa5e83

#aa5e83
#d476a4
#ff8dc4
#2a1721
#552f41
#7f4662

Tints of #aa5e83 Color

#aa5e83
#b36f90
#bc819e
#c693ac
#cfa5ba
#d9b7c7
#e2c9d5
#ecdbe3
#f5edf1
#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

#aa5e83
#5eaa85

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

Split Complementary

#aa5e83
#5eaa5f
#5ea9aa

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

Analogous Color

#aa5ea1
#aa5e92
#aa5e83
#aa5e74
#aa5e65

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

#aa5e83
#83aa5e
#5e83aa

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

#aa5e83
#a9aa5e
#5eaa85
#5f5eaa

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

#aa5e83
#5eaa85
#5ea9aa
#aa5f5e

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

#aa5e83 Color Code Preview on Black Background Color

This is how #aa5e83 Color will look on black background color. Color contrast ratio is 4.64

#aa5e83 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa5e83

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa5e83

#aa5e83 color code is use for CSS Background Color

Background color for the above div is #aa5e83

HTML with inline CSS

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

#aa5e83 color code is use for CSS Border Color

CSS Border color for the above div is #aa5e83

HTML with inline CSS

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

CSS Border Left color for the above div is #aa5e83

HTML with inline CSS

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

CSS Border Right color for the above div is #aa5e83

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa5e83

HTML with inline CSS

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

CSS Border Top color for the above div is #aa5e83

HTML with inline CSS

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

#aa5e83 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa5e83 Color code Preview on White Background

This is how #aa5e83 Color code will look on white background color. Color contrast ratio is 4.53

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

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.