crispedge.com

Color picker

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

#aa7ec1 hex color - Violet - Warm color - Information

#aa7ec1 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #aa7ec1 Color code in RGB color code model is created after adding 66.67% red color, 49.41% green color and 75.69% blue color. Hex #aa7ec1 Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 35% magenta, 0% yellow and 24% black.

Hex #aa7ec1 color code is between #9977bb web safe hex color code and #bb88cc web safe hex color code. #9977bb is the nearest web safe color code. You can see here many more shades of #aa7ec1 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaa7ec1#aa7ec1
RGB Decimal170, 126, 193rgb(170, 126, 193)
RGB Percent67%, 49%, 76%rgb(67%, 49%, 76%)
CSS RGBa170, 126, 193,1rgba(170,126,193,1)
CMYK Modelcmyk(12%,35%,0%,24%)
HSL Color Space279,35% ,63%hsl(279,35% ,63%)
HSV Color Space279°, 35%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100111111011000001
Octal252176301
Decimal170126193
Hexaa7ec1

Different shades of #aa7ec1 color code.

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

Light Shade of #aa7ec1
#c1a0d2
Dark Shade of #aa7ec1
#935cb0
Saturated Shade of #aa7ec1
#ad74cb
Desaturated Shade of #aa7ec1
#a788b7
Grey scale Shade of #aa7ec1
#9f9f9f
Brighten Shade
#c397da
Most Readable Shade
#000000

Shades of #aa7ec1 color code

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

#aa7ec1
#9770ab
#846296
#715480
#5e466b
#4b3855
#382a40
#251c2a
#120e15
#000000

Similar Color like #aa7ec1 color

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

#ab7fc2
#ac80c3
#ad81c4
#ae82c5
#af83c6
#b084c7
#b185c8
#b286c9
#b387ca
#b488cb
#b589cc
#b68acd
#b78bce
#b88ccf
#a97dc0
#a87cbf
#a77bbe
#a67abd
#a579bc
#a478bb
#a377ba
#a276b9
#a175b8
#a074b7
#9f73b6
#9e72b5
#9d71b4
#9c70b3

Monochromatic Color with #aa7ec1

#aa7ec1
#cf9aeb
#140f17
#3a2b41
#5f476c
#856296

Tints of #aa7ec1 Color

#aa7ec1
#b38cc7
#bc9ace
#c6a9d5
#cfb7dc
#d9c5e3
#e2d4ea
#ece2f1
#f5f0f8
#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

#aa7ec1
#95c17e

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

Split Complementary

#aa7ec1
#b7c17e
#7ec189

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

Analogous Color

#8f7ec1
#9d7ec1
#aa7ec1
#b77ec1
#c17ebd

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

#aa7ec1
#c1aa7e
#7ec1aa

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

#aa7ec1
#c1887e
#95c17e
#7eb6c1

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

#aa7ec1
#95c17e
#7ec189
#c17eb7

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

#aa7ec1 Color Code Preview on Black Background Color

This is how #aa7ec1 Color will look on black background color. Color contrast ratio is 6.46

#aa7ec1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa7ec1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa7ec1

#aa7ec1 color code is use for CSS Background Color

Background color for the above div is #aa7ec1

HTML with inline CSS

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

#aa7ec1 color code is use for CSS Border Color

CSS Border color for the above div is #aa7ec1

HTML with inline CSS

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

CSS Border Left color for the above div is #aa7ec1

HTML with inline CSS

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

CSS Border Right color for the above div is #aa7ec1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa7ec1

HTML with inline CSS

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

CSS Border Top color for the above div is #aa7ec1

HTML with inline CSS

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

#aa7ec1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa7ec1 Color code Preview on White Background

This is how #aa7ec1 Color code will look on white background color. Color contrast ratio is 3.25

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

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.