crispedge.com

Color picker

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

#a483eb hex color - Blue - Cool color - Information

#a483eb hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a483eb Color code in RGB color code model is created after adding 64.31% red color, 51.37% green color and 92.16% blue color. Hex #a483eb Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 44% magenta, 0% yellow and 8% black.

Hex #a483eb color code is between #aa88ee web safe hex color code and #9977dd web safe hex color code. #aa88ee is the nearest web safe color code. You can see here many more shades of #a483eb color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea483eb#a483eb
RGB Decimal164, 131, 235rgb(164, 131, 235)
RGB Percent64%, 51%, 92%rgb(64%, 51%, 92%)
CSS RGBa164, 131, 235,1rgba(164,131,235,1)
CMYK Modelcmyk(30%,44%,0%,8%)
HSL Color Space259,72% ,72%hsl(259,72% ,72%)
HSV Color Space259°, 44%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001001000001111101011
Octal244203353
Decimal164131235
Hexa483eb

Different shades of #a483eb color code.

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

Light Shade of #a483eb
#c4aff2
Dark Shade of #a483eb
#8457e4
Saturated Shade of #a483eb
#a17cf2
Desaturated Shade of #a483eb
#a78ae4
Grey scale Shade of #a483eb
#b7b7b7
Brighten Shade
#bd9cff
Most Readable Shade
#000000

Shades of #a483eb color code

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

#a483eb
#9174d0
#7f65b6
#6d579c
#5b4882
#483a68
#362b4e
#241d34
#120e1a
#000000

Similar Color like #a483eb color

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

#a584ec
#a685ed
#a786ee
#a887ef
#a988f0
#aa89f1
#ab8af2
#ac8bf3
#ad8cf4
#ae8df5
#af8ef6
#b08ff7
#b190f8
#b291f9
#a382ea
#a281e9
#a180e8
#a07fe7
#9f7ee6
#9e7de5
#9d7ce4
#9c7be3
#9b7ae2
#9a79e1
#9978e0
#9877df
#9776de
#9675dd

Monochromatic Color with #a483eb

#a483eb
#100d16
#2d2441
#4b3c6b
#695496
#866bc0

Tints of #a483eb Color

#a483eb
#ae90ed
#b89eef
#c2acf1
#ccbaf3
#d6c7f6
#e0d5f8
#eae3fa
#f4f1fc
#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

#a483eb
#caeb83

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

Split Complementary

#a483eb
#ebd883
#96eb83

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

Analogous Color

#838ceb
#8f83eb
#a483eb
#b983eb
#ce83eb

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

#a483eb
#eba483
#83eba4

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

#a483eb
#eb8396
#caeb83
#83ebd8

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

#a483eb
#caeb83
#96eb83
#d883eb

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

#a483eb Color Code Preview on Black Background Color

This is how #a483eb Color will look on black background color. Color contrast ratio is 7.02

#a483eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a483eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a483eb

#a483eb color code is use for CSS Background Color

Background color for the above div is #a483eb

HTML with inline CSS

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

#a483eb color code is use for CSS Border Color

CSS Border color for the above div is #a483eb

HTML with inline CSS

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

CSS Border Left color for the above div is #a483eb

HTML with inline CSS

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

CSS Border Right color for the above div is #a483eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a483eb

HTML with inline CSS

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

CSS Border Top color for the above div is #a483eb

HTML with inline CSS

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

#a483eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a483eb Color code Preview on White Background

This is how #a483eb Color code will look on white background color. Color contrast ratio is 2.99

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

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.