crispedge.com

Color picker

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

#a955eb hex color - Blue - Warm color - Information

#a955eb hex color - Blue - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a955eb Color code in RGB color code model is created after adding 66.27% red color, 33.33% green color and 92.16% blue color. Hex #a955eb Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 64% magenta, 0% yellow and 8% black.

Hex #a955eb color code is between #aa44ee web safe hex color code and #9966dd web safe hex color code. #aa44ee is the nearest web safe color code. You can see here many more shades of #a955eb color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codea955eb#a955eb
RGB Decimal169, 85, 235rgb(169, 85, 235)
RGB Percent66%, 33%, 92%rgb(66%, 33%, 92%)
CSS RGBa169, 85, 235,1rgba(169,85,235,1)
CMYK Modelcmyk(28%,64%,0%,8%)
HSL Color Space274,79% ,63%hsl(274,79% ,63%)
HSV Color Space274°, 64%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010010101010111101011
Octal251125353
Decimal16985235
Hexa955eb

Different shades of #a955eb color code.

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

Light Shade of #a955eb
#c083f0
Dark Shade of #a955eb
#9227e6
Saturated Shade of #a955eb
#aa4bf4
Desaturated Shade of #a955eb
#a85ee1
Grey scale Shade of #a955eb
#a0a0a0
Brighten Shade
#c26eff
Most Readable Shade
#FFFFFF

Shades of #a955eb color code

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

#a955eb
#964bd0
#8342b6
#70389c
#5d2f82
#4b2568
#381c4e
#251234
#12091a
#000000

Similar Color like #a955eb color

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

#aa56ec
#ab57ed
#ac58ee
#ad59ef
#ae5af0
#af5bf1
#b05cf2
#b15df3
#b25ef4
#b35ff5
#b460f6
#b561f7
#b662f8
#b763f9
#a854ea
#a753e9
#a652e8
#a551e7
#a450e6
#a34fe5
#a24ee4
#a14de3
#a04ce2
#9f4be1
#9e4ae0
#9d49df
#9c48de
#9b47dd

Monochromatic Color with #a955eb

#a955eb
#100816
#2f1841
#4d276b
#6c3696
#8a46c0

Tints of #a955eb Color

#a955eb
#b267ed
#bc7aef
#c58df1
#cfa0f3
#d8b3f6
#e2c6f8
#ebd9fa
#f5ecfc
#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

#a955eb
#97eb55

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

Split Complementary

#a955eb
#e2eb55
#55eb5e

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

Analogous Color

#6d55eb
#8b55eb
#a955eb
#c755eb
#e555eb

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

#a955eb
#eba955
#55eba9

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

#a955eb
#eb5e55
#97eb55
#55e2eb

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

#a955eb
#97eb55
#55eb5e
#eb55e2

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

#a955eb Color Code Preview on Black Background Color

This is how #a955eb Color will look on black background color. Color contrast ratio is 5.19

#a955eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a955eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a955eb

#a955eb color code is use for CSS Background Color

Background color for the above div is #a955eb

HTML with inline CSS

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

#a955eb color code is use for CSS Border Color

CSS Border color for the above div is #a955eb

HTML with inline CSS

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

CSS Border Left color for the above div is #a955eb

HTML with inline CSS

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

CSS Border Right color for the above div is #a955eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a955eb

HTML with inline CSS

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

CSS Border Top color for the above div is #a955eb

HTML with inline CSS

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

#a955eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a955eb Color code Preview on White Background

This is how #a955eb Color code will look on white background color. Color contrast ratio is 4.05

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.