crispedge.com

Color picker

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

#aa55cc hex color - Violet - Warm color - Information

#aa55cc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #aa55cc Color code in RGB color code model is created after adding 66.67% red color, 33.33% green color and 80% blue color. Hex #aa55cc Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 58% magenta, 0% yellow and 20% black.

Hex #aa55cc color code is a web safe color. Next web safe color code is #9944bb and previous web safe color code is #bb66dd. You can see here many more shades of #aa55cc color code.

0 Likes 0 Comments | 13 Views

Color Table

Hex Color Codeaa55cc#aa55cc
RGB Decimal170, 85, 204rgb(170, 85, 204)
RGB Percent67%, 33%, 80%rgb(67%, 33%, 80%)
CSS RGBa170, 85, 204,1rgba(170,85,204,1)
CMYK Modelcmyk(17%,58%,0%,20%)
HSL Color Space283,54% ,57%hsl(283,54% ,57%)
HSV Color Space283°, 58%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100101010111001100
Octal252125314
Decimal17085204
Hexaa55cc

Different shades of #aa55cc color code.

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

Light Shade of #aa55cc
#be7cd8
Dark Shade of #aa55cc
#9237b7
Saturated Shade of #aa55cc
#af4ad7
Desaturated Shade of #aa55cc
#a560c1
Grey scale Shade of #aa55cc
#909090
Brighten Shade
#c36ee5
Most Readable Shade
#FFFFFF

Shades of #aa55cc color code

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

#aa55cc
#974bb5
#84429e
#713888
#5e2f71
#4b255a
#381c44
#25122d
#120916
#000000

Similar Color like #aa55cc color

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

#ab56cd
#ac57ce
#ad58cf
#ae59d0
#af5ad1
#b05bd2
#b15cd3
#b25dd4
#b35ed5
#b45fd6
#b560d7
#b661d8
#b762d9
#b863da
#a954cb
#a853ca
#a752c9
#a651c8
#a550c7
#a44fc6
#a34ec5
#a24dc4
#a14cc3
#a04bc2
#9f4ac1
#9e49c0
#9d48bf
#9c47be

Monochromatic Color with #aa55cc

#aa55cc
#cd67f6
#1c0e22
#40204c
#633277
#8743a1

Tints of #aa55cc Color

#aa55cc
#b367d1
#bc7ad7
#c68ddd
#cfa0e2
#d9b3e8
#e2c6ee
#ecd9f3
#f5ecf9
#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

#aa55cc
#77cc55

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

Split Complementary

#aa55cc
#b3cc55
#55cc6e

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

Analogous Color

#7a55cc
#9255cc
#aa55cc
#c255cc
#cc55be

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

#aa55cc
#ccaa55
#55ccaa

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

#aa55cc
#cc6e55
#77cc55
#55b2cc

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

#aa55cc
#77cc55
#55cc6e
#cc55b3

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

#aa55cc Color Code Preview on Black Background Color

This is how #aa55cc Color will look on black background color. Color contrast ratio is 4.88

#aa55cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa55cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa55cc

#aa55cc color code is use for CSS Background Color

Background color for the above div is #aa55cc

HTML with inline CSS

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

#aa55cc color code is use for CSS Border Color

CSS Border color for the above div is #aa55cc

HTML with inline CSS

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

CSS Border Left color for the above div is #aa55cc

HTML with inline CSS

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

CSS Border Right color for the above div is #aa55cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa55cc

HTML with inline CSS

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

CSS Border Top color for the above div is #aa55cc

HTML with inline CSS

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

#aa55cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa55cc Color code Preview on White Background

This is how #aa55cc Color code will look on white background color. Color contrast ratio is 4.30

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

Related Gradients

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

0 Likes 0 Comments | 13 Views

Post your comment:-

By submitting comment you agree to our privacy policy.