crispedge.com

Color picker

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

#aa0088 hex color - Violet - Warm color - Information

#aa0088 hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #aa0088 color code is a web safe color. Next web safe color code is #990077 and previous web safe color code is #bb0099. You can see here many more shades of #aa0088 color code.

0 Likes 0 Comments | 17 Views

Color Table

Hex Color Codeaa0088#aa0088
RGB Decimal170, 0, 136rgb(170, 0, 136)
RGB Percent67%, 0%, 53%rgb(67%, 0%, 53%)
CSS RGBa170, 0, 136,1rgba(170,0,136,1)
CMYK Modelcmyk(0%,100%,20%,33%)
HSL Color Space312,100% ,33%hsl(312,100% ,33%)
HSV Color Space312°, 100%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100000000010001000
Octal2520210
Decimal1700136
Hexaa0088

Different shades of #aa0088 color code.

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

Light Shade of #aa0088
#dd00b1
Dark Shade of #aa0088
#77005f
Saturated Shade of #aa0088
#aa0088
Desaturated Shade of #aa0088
#a10883
Grey scale Shade of #aa0088
#555555
Brighten Shade
#c319a1
Most Readable Shade
#FFFFFF

Shades of #aa0088 color code

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

#aa0088
#970078
#840069
#71005a
#5e004b
#4b003c
#38002d
#25001e
#12000f
#000000

Similar Color like #aa0088 color

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

#ab0189
#ac028a
#ad038b
#ae048c
#af058d
#b0068e
#b1078f
#b20890
#b30991
#b40a92
#b50b93
#b60c94
#b70d95
#b80e96
#a90087
#a80086
#a70085
#a60084
#a50083
#a40082
#a30081
#a20080
#a1007f
#a0007e
#9f007d
#9e007c
#9d007b
#9c007a

Monochromatic Color with #aa0088

#aa0088
#d400aa
#ff00cc
#2a0022
#550044
#7f0066

Tints of #aa0088 Color

#aa0088
#b31c95
#bc38a2
#c655af
#cf71bc
#d98dca
#e2aad7
#ecc6e4
#f5e2f1
#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

#aa0088
#00aa22

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

Split Complementary

#aa0088
#33aa00
#00aa77

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

Analogous Color

#8800aa
#aa00aa
#aa0088
#aa0066
#aa0044

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

#aa0088
#88aa00
#0088aa

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

#aa0088
#aa7700
#00aa22
#0033aa

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

#aa0088
#00aa22
#00aa77
#aa0033

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

#aa0088 Color Code Preview on Black Background Color

This is how #aa0088 Color will look on black background color. Color contrast ratio is 3.06

#aa0088 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa0088

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa0088

#aa0088 color code is use for CSS Background Color

Background color for the above div is #aa0088

HTML with inline CSS

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

#aa0088 color code is use for CSS Border Color

CSS Border color for the above div is #aa0088

HTML with inline CSS

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

CSS Border Left color for the above div is #aa0088

HTML with inline CSS

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

CSS Border Right color for the above div is #aa0088

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa0088

HTML with inline CSS

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

CSS Border Top color for the above div is #aa0088

HTML with inline CSS

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

#aa0088 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa0088 Color code Preview on White Background

This is how #aa0088 Color code will look on white background color. Color contrast ratio is 6.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 #aa0088; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #aa0088; }

Related Gradients

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

0 Likes 0 Comments | 17 Views

Post your comment:-

By submitting comment you agree to our privacy policy.