crispedge.com

Color picker

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

#a180dd hex color - Violet - Cool color - Information

#a180dd hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a180dd Color code in RGB color code model is created after adding 63.14% red color, 50.2% green color and 86.67% blue color. Hex #a180dd Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 42% magenta, 0% yellow and 13% black.

Hex #a180dd color code is between #9988cc web safe hex color code and #aa77ee web safe hex color code. #9988cc is the nearest web safe color code. You can see here many more shades of #a180dd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea180dd#a180dd
RGB Decimal161, 128, 221rgb(161, 128, 221)
RGB Percent63%, 50%, 87%rgb(63%, 50%, 87%)
CSS RGBa161, 128, 221,1rgba(161,128,221,1)
CMYK Modelcmyk(27%,42%,0%,13%)
HSL Color Space261,58% ,68%hsl(261,58% ,68%)
HSV Color Space261°, 42%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000011000000011011101
Octal241200335
Decimal161128221
Hexa180dd

Different shades of #a180dd color code.

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

Light Shade of #a180dd
#bfa8e8
Dark Shade of #a180dd
#8358d2
Saturated Shade of #a180dd
#9f78e5
Desaturated Shade of #a180dd
#a388d5
Grey scale Shade of #a180dd
#aeaeae
Brighten Shade
#ba99f6
Most Readable Shade
#000000

Shades of #a180dd color code

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

#a180dd
#8f71c4
#7d63ab
#6b5593
#59477a
#473862
#352a49
#231c31
#110e18
#000000

Similar Color like #a180dd color

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

#a281de
#a382df
#a483e0
#a584e1
#a685e2
#a786e3
#a887e4
#a988e5
#aa89e6
#ab8ae7
#ac8be8
#ad8ce9
#ae8dea
#af8eeb
#a07fdc
#9f7edb
#9e7dda
#9d7cd9
#9c7bd8
#9b7ad7
#9a79d6
#9978d5
#9877d4
#9776d3
#9675d2
#9574d1
#9473d0
#9372cf

Monochromatic Color with #a180dd

#a180dd
#060508
#251e33
#44365d
#634f88
#8267b3

Tints of #a180dd Color

#a180dd
#ab8ee0
#b59ce4
#c0aae8
#cab8ec
#d5c6ef
#dfd4f3
#eae2f7
#f4f0fb
#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

#a180dd
#bcdd80

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

Split Complementary

#a180dd
#ddd080
#8ddd80

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

Analogous Color

#8084dd
#8e80dd
#a180dd
#b480dd
#c680dd

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

#a180dd
#dda180
#80dda1

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

#a180dd
#dd808d
#bcdd80
#80ddcf

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

#a180dd
#bcdd80
#8ddd80
#d080dd

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

#a180dd Color Code Preview on Black Background Color

This is how #a180dd Color will look on black background color. Color contrast ratio is 6.65

#a180dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a180dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a180dd

#a180dd color code is use for CSS Background Color

Background color for the above div is #a180dd

HTML with inline CSS

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

#a180dd color code is use for CSS Border Color

CSS Border color for the above div is #a180dd

HTML with inline CSS

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

CSS Border Left color for the above div is #a180dd

HTML with inline CSS

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

CSS Border Right color for the above div is #a180dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a180dd

HTML with inline CSS

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

CSS Border Top color for the above div is #a180dd

HTML with inline CSS

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

#a180dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a180dd Color code Preview on White Background

This is how #a180dd Color code will look on white background color. Color contrast ratio is 3.16

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

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.