crispedge.com

Color picker

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

#aa55ff hex color - Vega Violet - Blue - Cool color - Information

#aa55ff hex color - Vega Violet - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #aa55ff Color Code is also known as Vega Violet color.

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

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

0 Likes 0 Comments | 72 Views

Color Table

Hex Color Codeaa55ff#aa55ff
RGB Decimal170, 85, 255rgb(170, 85, 255)
RGB Percent67%, 33%, 100%rgb(67%, 33%, 100%)
CSS RGBa170, 85, 255,1rgba(170,85,255,1)
CMYK Modelcmyk(33%,67%,0%,0%)
HSL Color Space270,100% ,67%hsl(270,100% ,67%)
HSV Color Space270°, 67%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010100101010111111111
Octal252125377
Decimal17085255
Hexaa55ff

Different shades of #aa55ff color code.

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

Light Shade of #aa55ff
#c388ff
Dark Shade of #aa55ff
#9022ff
Saturated Shade of #aa55ff
#aa55ff
Desaturated Shade of #aa55ff
#aa5df6
Grey scale Shade of #aa55ff
#aaaaaa
Brighten Shade
#c36eff
Most Readable Shade
#FFFFFF

Shades of #aa55ff color code

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

#aa55ff
#974be2
#8442c6
#7138aa
#5e2f8d
#4b2571
#381c55
#251238
#12091c
#000000

Similar Color like #aa55ff color

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

#ab56ff
#ac57ff
#ad58ff
#ae59ff
#af5aff
#b05bff
#b15cff
#b25dff
#b35eff
#b45fff
#b560ff
#b661ff
#b762ff
#b863ff
#a954fe
#a853fd
#a752fc
#a651fb
#a550fa
#a44ff9
#a34ef8
#a24df7
#a14cf6
#a04bf5
#9f4af4
#9e49f3
#9d48f2
#9c47f1

Monochromatic Color with #aa55ff

#aa55ff
#1c0e2a
#391c55
#552b80
#7139aa
#8e47d4

Tints of #aa55ff Color

#aa55ff
#b367ff
#bc7aff
#c68dff
#cfa0ff
#d9b3ff
#e2c6ff
#ecd9ff
#f5ecff
#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

#aa55ff
#aaff55

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

Split Complementary

#aa55ff
#ffff55
#55ff55

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

Analogous Color

#6655ff
#8855ff
#aa55ff
#cc55ff
#ee55ff

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

#aa55ff
#ffaa55
#55ffaa

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

#aa55ff
#ff5555
#aaff55
#55ffff

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

#aa55ff
#aaff55
#55ff55
#ff55ff

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

#aa55ff Color Code Preview on Black Background Color

This is how #aa55ff Color will look on black background color. Color contrast ratio is 5.45

#aa55ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa55ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa55ff

#aa55ff color code is use for CSS Background Color

Background color for the above div is #aa55ff

HTML with inline CSS

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

#aa55ff color code is use for CSS Border Color

CSS Border color for the above div is #aa55ff

HTML with inline CSS

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

CSS Border Left color for the above div is #aa55ff

HTML with inline CSS

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

CSS Border Right color for the above div is #aa55ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa55ff

HTML with inline CSS

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

CSS Border Top color for the above div is #aa55ff

HTML with inline CSS

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

#aa55ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa55ff Color code Preview on White Background

This is how #aa55ff Color code will look on white background color. Color contrast ratio is 3.85

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

Related Gradients

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

0 Likes 0 Comments | 72 Views

Post your comment:-

By submitting comment you agree to our privacy policy.