crispedge.com

Color picker

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

#ac41e1 hex color - Violet - Warm color - Information

#ac41e1 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ac41e1 Color code in RGB color code model is created after adding 67.45% red color, 25.49% green color and 88.24% blue color. Hex #ac41e1 Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 71% magenta, 0% yellow and 12% black.

Hex #ac41e1 color code is between #aa44dd web safe hex color code and #bb33ee web safe hex color code. #aa44dd is the nearest web safe color code. You can see here many more shades of #ac41e1 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeac41e1#ac41e1
RGB Decimal172, 65, 225rgb(172, 65, 225)
RGB Percent67%, 25%, 88%rgb(67%, 25%, 88%)
CSS RGBa172, 65, 225,1rgba(172,65,225,1)
CMYK Modelcmyk(24%,71%,0%,12%)
HSL Color Space280,73% ,57%hsl(280,73% ,57%)
HSV Color Space280°, 71%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011000100000111100001
Octal254101341
Decimal17265225
Hexac41e1

Different shades of #ac41e1 color code.

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

Light Shade of #ac41e1
#bf6de8
Dark Shade of #ac41e1
#9521ce
Saturated Shade of #ac41e1
#b036ec
Desaturated Shade of #ac41e1
#a84cd6
Grey scale Shade of #ac41e1
#919191
Brighten Shade
#c55afa
Most Readable Shade
#FFFFFF

Shades of #ac41e1 color code

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

#ac41e1
#9839c8
#8532af
#722b96
#5f247d
#4c1c64
#39154b
#260e32
#130719
#000000

Similar Color like #ac41e1 color

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

#ad42e2
#ae43e3
#af44e4
#b045e5
#b146e6
#b247e7
#b348e8
#b449e9
#b54aea
#b64beb
#b74cec
#b84ded
#b94eee
#ba4fef
#ab40e0
#aa3fdf
#a93ede
#a83ddd
#a73cdc
#a63bdb
#a53ada
#a439d9
#a338d8
#a237d7
#a136d6
#a035d5
#9f34d4
#9e33d3

Monochromatic Color with #ac41e1

#ac41e1
#0a040c
#2a1037
#4b1c61
#6b288c
#8b35b6

Tints of #ac41e1 Color

#ac41e1
#b556e4
#be6be7
#c780eb
#d095ee
#daaaf1
#e3bff5
#ecd4f8
#f5e9fb
#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

#ac41e1
#76e141

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

Split Complementary

#ac41e1
#c6e141
#41e15c

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

Analogous Color

#6c41e1
#8c41e1
#ac41e1
#cc41e1
#e141d6

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

#ac41e1
#e1ac41
#41e1ac

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

#ac41e1
#e15c41
#76e141
#41c6e1

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

#ac41e1
#76e141
#41e15c
#e141c6

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

#ac41e1 Color Code Preview on Black Background Color

This is how #ac41e1 Color will look on black background color. Color contrast ratio is 4.60

#ac41e1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac41e1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac41e1

#ac41e1 color code is use for CSS Background Color

Background color for the above div is #ac41e1

HTML with inline CSS

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

#ac41e1 color code is use for CSS Border Color

CSS Border color for the above div is #ac41e1

HTML with inline CSS

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

CSS Border Left color for the above div is #ac41e1

HTML with inline CSS

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

CSS Border Right color for the above div is #ac41e1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac41e1

HTML with inline CSS

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

CSS Border Top color for the above div is #ac41e1

HTML with inline CSS

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

#ac41e1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac41e1 Color code Preview on White Background

This is how #ac41e1 Color code will look on white background color. Color contrast ratio is 4.57

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

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.