crispedge.com

Color picker

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

#aa66aa hex color - Violet - Warm color - Information

#aa66aa hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #aa66aa color code is a web safe color. Next web safe color code is #995599 and previous web safe color code is #bb77bb. You can see here many more shades of #aa66aa color code.

0 Likes 0 Comments | 44 Views

Color Table

Hex Color Codeaa66aa#aa66aa
RGB Decimal170, 102, 170rgb(170, 102, 170)
RGB Percent67%, 40%, 67%rgb(67%, 40%, 67%)
CSS RGBa170, 102, 170,1rgba(170,102,170,1)
CMYK Modelcmyk(0%,40%,0%,33%)
HSL Color Space300,29% ,53%hsl(300,29% ,53%)
HSV Color Space300°, 40%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100110011010101010
Octal252146252
Decimal170102170
Hexaa66aa

Different shades of #aa66aa color code.

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

Light Shade of #aa66aa
#bc87bc
Dark Shade of #aa66aa
#8e4f8e
Saturated Shade of #aa66aa
#b65ab6
Desaturated Shade of #aa66aa
#9e729e
Grey scale Shade of #aa66aa
#888888
Brighten Shade
#c37fc3
Most Readable Shade
#FFFFFF

Shades of #aa66aa color code

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

#aa66aa
#975a97
#844f84
#714471
#5e385e
#4b2d4b
#382238
#251625
#120b12
#000000

Similar Color like #aa66aa color

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

#ab67ab
#ac68ac
#ad69ad
#ae6aae
#af6baf
#b06cb0
#b16db1
#b26eb2
#b36fb3
#b470b4
#b571b5
#b672b6
#b773b7
#b874b8
#a965a9
#a864a8
#a763a7
#a662a6
#a561a5
#a460a4
#a35fa3
#a25ea2
#a15da1
#a05ca0
#9f5b9f
#9e5a9e
#9d599d
#9c589c

Monochromatic Color with #aa66aa

#aa66aa
#d480d4
#ff99ff
#2a192a
#553355
#7f4c7f

Tints of #aa66aa Color

#aa66aa
#b377b3
#bc88bc
#c699c6
#cfaacf
#d9bbd9
#e2cce2
#ecddec
#f5eef5
#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

#aa66aa
#66aa66

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

Split Complementary

#aa66aa
#88aa66
#66aa88

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

Analogous Color

#8f66aa
#9c66aa
#aa66aa
#aa669c
#aa668f

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

#aa66aa
#aaaa66
#66aaaa

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

#aa66aa
#aa8866
#66aa66
#6688aa

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

#aa66aa
#66aa66
#66aa88
#aa6688

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

#aa66aa Color Code Preview on Black Background Color

This is how #aa66aa Color will look on black background color. Color contrast ratio is 5.19

#aa66aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa66aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa66aa

#aa66aa color code is use for CSS Background Color

Background color for the above div is #aa66aa

HTML with inline CSS

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

#aa66aa color code is use for CSS Border Color

CSS Border color for the above div is #aa66aa

HTML with inline CSS

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

CSS Border Left color for the above div is #aa66aa

HTML with inline CSS

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

CSS Border Right color for the above div is #aa66aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa66aa

HTML with inline CSS

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

CSS Border Top color for the above div is #aa66aa

HTML with inline CSS

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

#aa66aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa66aa Color code Preview on White Background

This is how #aa66aa Color code will look on white background color. Color contrast ratio is 4.05

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 44 Views

Post your comment:-

By submitting comment you agree to our privacy policy.