Skip to main content Skip to docs navigation

#a952ef hex color | Download Dark Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Light Shōtoku Purple and its hex is #AA55EE Nearest Color Name

Color Hue/Base color: Blue

Hex #a952ef Color code in RGB color code model is created after adding 66.27% red color, 32.16% green color and 93.73% blue color. Hex #a952ef Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 66% magenta, 0% yellow and 6.27% black.

Hex #a952ef color code is between #aa55ee web safe hex color code and #9944ff web safe hex color code. #aa55ee is the nearest web safe color code. You can see here many more shades of #a952ef color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code a952ef #a952ef
RGB Decimal 169, 82, 239 169, 82, 239
RGB Percent 66%, 32%, 94% rgb(66%, 32%, 94%)
CSS RGBa 169, 82, 239,1 rgba(169,82,239,1)
CMYK Model cmyk(29%,66%,0%,6.27%)
HSL Color Space 273,83% ,63% hsl(273,83% ,63%)
HSV Color Space 273°, 66%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101001 01010010 11101111
Octal 251 122 357
Decimal 169 82 239
Hex a9 52 ef

Different shades of #a952ef color code.

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

Darkest of #a952ef
#5c0e9a
Darker of #a952ef
#7713c8
Dark of #a952ef
#9223eb
Base of #a952ef
#a952ef
Light of #a952ef
#c081f3
Lighter
#d7aff8
Lightest
#efdefc

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

#a952ef
#98ef52

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

Split Complementary

#a952ef
#e6ef52
#52ef5a

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

Analogous Color

#5257ef
#6852ef
#a952ef
#dd52ef
#ef52bf

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

#a952ef
#52efa9
#efa952

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

#a952ef
#efa952
#98ef52
#5298ef

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#a952ef
#ef5a52
#98ef52
#52e6ef

Square 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).

Monochromatic Color with #a952ef

#400a6b
#5c0e9a
#7713c8
#9223eb
#a952ef
#c081f3
#d7aff8
#efdefc
#ffffff

Tints of #a952ef Color

#a952ef
#b265f0
#bc78f2
#c58bf4
#cf9ef6
#d8b2f7
#e2c5f9
#ebd8fb
#f5ebfd
#ffffff

Shades of #a952ef color code

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

#a952ef
#9648d4
#833fb9
#70369f
#5d2d84
#4b246a
#381b4f
#251235
#12091a
#000000

Tones

#a952ef
#a765dc
#a578c9
#a38bb6
#a19ea3

Tones

Similar Color like #a952ef color

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

#aa53f0
#ab54f1
#ac55f2
#ad56f3
#ae57f4
#af58f5
#b059f6
#b15af7
#b25bf8
#b35cf9
#b45dfa
#b55efb
#b65ffc
#b760fd
#a851ee
#a750ed
#a64fec
#a54eeb
#a44dea
#a34ce9
#a24be8
#a14ae7
#a049e6
#9f48e5
#9e47e4
#9d46e3
#9c45e2
#9b44e1

Download this Dark Blue

Hex #a952ef 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.

#a952ef Color Code Preview on Black Background Color

This is how #a952ef Color will look on black background color. Color contrast ratio is 5.14

#a952ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a952ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a952ef

#a952ef color code is use for CSS Background Color

Background color for the above div is #a952ef

HTML with inline CSS

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

#a952ef color code is use for CSS Border Color

CSS Border color for the above div is #a952ef

HTML with inline CSS

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

CSS Border Left color for the above div is #a952ef

HTML with inline CSS

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

CSS Border Right color for the above div is #a952ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a952ef

HTML with inline CSS

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

CSS Border Top color for the above div is #a952ef

HTML with inline CSS

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

#a952ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a952ef Color code Preview on White Background

This is how #a952ef Color code will look on white background color. Color contrast ratio is 4.09

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(169,82,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(152,239,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(169,82,239,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }