Skip to main content Skip to docs navigation

#a862ff 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 Purple Hedonist and its hex is #AA66FF Nearest Color Name

Color Hue/Base color: Blue

Hex #a862ff Color code in RGB color code model is created after adding 65.88% red color, 38.43% green color and 100% blue color. Hex #a862ff Color code in CMYK color (process color) code model is generated after subtraction of 34% cyan, 62% magenta, 0% yellow and 0% black.

Hex #a862ff color code is between #aa66ee web safe hex color code and #9955dd web safe hex color code. #aa66ee is the nearest web safe color code. You can see here many more shades of #a862ff color code.

RGB Chart

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

Color Table

Hex Color Code a862ff #a862ff
RGB Decimal 168, 98, 255 168, 98, 255
RGB Percent 66%, 38%, 100% rgb(66%, 38%, 100%)
CSS RGBa 168, 98, 255,1 rgba(168,98,255,1)
CMYK Model cmyk(34%,62%,0%,0%)
HSL Color Space 267,100% ,69% hsl(267,100% ,69%)
HSV Color Space 267°, 62%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101000 01100010 11111111
Octal 250 142 377
Decimal 168 98 255
Hex a8 62 ff

Different shades of #a862ff color code.

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

Darkest of #a862ff
#5900c8
Darker of #a862ff
#7000fb
Dark of #a862ff
#8c2fff
Base of #a862ff
#a862ff
Light of #a862ff
#c495ff
Lighter
#e1c8ff
Lightest
#fdfbff

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

#a862ff
#b9ff62

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

Split Complementary

#a862ff
#fff662
#6bff62

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

Analogous Color

#6278ff
#6762ff
#a862ff
#dc62ff
#ff62e0

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

#a862ff
#62ffa8
#ffa862

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

#a862ff
#ffa862
#b9ff62
#62b9ff

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

#a862ff
#ff626b
#b9ff62
#62fff6

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 #a862ff

#420095
#5900c8
#7000fb
#8c2fff
#a862ff
#c495ff
#e1c8ff
#fdfbff
#ffffff

Tints of #a862ff Color

#a862ff
#b173ff
#bb84ff
#c596ff
#cea7ff
#d8b9ff
#e2caff
#ebdcff
#f5edff
#ffffff

Shades of #a862ff color code

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

#a862ff
#9557e2
#824cc6
#7041aa
#5d368d
#4a2b71
#382055
#251538
#120a1c
#000000

Tones

#a862ff
#aa72ef
#ab81e0
#ad91d0
#afa1c0

Tones

Similar Color like #a862ff color

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

#a963ff
#aa64ff
#ab65ff
#ac66ff
#ad67ff
#ae68ff
#af69ff
#b06aff
#b16bff
#b26cff
#b36dff
#b46eff
#b56fff
#b670ff
#a761fe
#a660fd
#a55ffc
#a45efb
#a35dfa
#a25cf9
#a15bf8
#a05af7
#9f59f6
#9e58f5
#9d57f4
#9c56f3
#9b55f2
#9a54f1

Download this Dark Blue

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

#a862ff Color Code Preview on Black Background Color

This is how #a862ff Color will look on black background color. Color contrast ratio is 5.86

#a862ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a862ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a862ff

#a862ff color code is use for CSS Background Color

Background color for the above div is #a862ff

HTML with inline CSS

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

#a862ff color code is use for CSS Border Color

CSS Border color for the above div is #a862ff

HTML with inline CSS

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

CSS Border Left color for the above div is #a862ff

HTML with inline CSS

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

CSS Border Right color for the above div is #a862ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a862ff

HTML with inline CSS

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

CSS Border Top color for the above div is #a862ff

HTML with inline CSS

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

#a862ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a862ff Color code Preview on White Background

This is how #a862ff Color code will look on white background color. Color contrast ratio is 3.59

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

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(168,98,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(185,255,98,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(168,98,255,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }