Skip to main content Skip to docs navigation

#a968cd hex color | Download Dark Violet 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 Rich Lavender and its hex is #A76BCF Nearest Color Name

Color Hue/Base color: Violet

Hex #a968cd Color code in RGB color code model is created after adding 66.27% red color, 40.78% green color and 80.39% blue color. Hex #a968cd Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 49% magenta, 0% yellow and 19.61% black.

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

RGB Chart

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

Color Table

Hex Color Code a968cd #a968cd
RGB Decimal 169, 104, 205 169, 104, 205
RGB Percent 66%, 41%, 80% rgb(66%, 41%, 80%)
CSS RGBa 169, 104, 205,1 rgba(169,104,205,1)
CMYK Model cmyk(18%,49%,0%,19.61%)
HSL Color Space 279,50% ,61% hsl(279,50% ,61%)
HSV Color Space 279°, 49%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101001 01101000 11001101
Octal 251 150 315
Decimal 169 104 205
Hex a9 68 cd

Different shades of #a968cd color code.

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

Darkest of #a968cd
#592775
Darker of #a968cd
#76339c
Dark of #a968cd
#9342c0
Base of #a968cd
#a968cd
Light of #a968cd
#bf8eda
Lighter
#d5b5e6
Lightest
#eadbf3

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

#a968cd
#8ccd68

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

Split Complementary

#a968cd
#bfcd68
#68cd76

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

Analogous Color

#6e68cd
#7f68cd
#a968cd
#cb68cd
#cd68a5

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

#a968cd
#68cda9
#cda968

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

#a968cd
#cda968
#8ccd68
#688ccd

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

#a968cd
#cd7668
#8ccd68
#68bfcd

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

#3c1a4f
#592775
#76339c
#9342c0
#a968cd
#bf8eda
#d5b5e6
#eadbf3
#ffffff

Tints of #a968cd Color

#a968cd
#b278d2
#bc89d8
#c59add
#cfabe3
#d8bbe8
#e2ccee
#ebddf3
#f5eef9
#ffffff

Shades of #a968cd color code

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

#a968cd
#965cb6
#83509f
#704588
#5d3971
#4b2e5b
#382244
#25172d
#120b16
#000000

Tones

#a968cd
#a37cb9
#9d90a5
#9b9b9b
#9b9b9b

Tones

Similar Color like #a968cd color

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

#aa69ce
#ab6acf
#ac6bd0
#ad6cd1
#ae6dd2
#af6ed3
#b06fd4
#b170d5
#b271d6
#b372d7
#b473d8
#b574d9
#b675da
#b776db
#a867cc
#a766cb
#a665ca
#a564c9
#a463c8
#a362c7
#a261c6
#a160c5
#a05fc4
#9f5ec3
#9e5dc2
#9d5cc1
#9c5bc0
#9b5abf

Download this Dark Violet

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

#a968cd Color Code Preview on Black Background Color

This is how #a968cd Color will look on black background color. Color contrast ratio is 5.55

#a968cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a968cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a968cd

#a968cd color code is use for CSS Background Color

Background color for the above div is #a968cd

HTML with inline CSS

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

#a968cd color code is use for CSS Border Color

CSS Border color for the above div is #a968cd

HTML with inline CSS

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

CSS Border Left color for the above div is #a968cd

HTML with inline CSS

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

CSS Border Right color for the above div is #a968cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a968cd

HTML with inline CSS

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

CSS Border Top color for the above div is #a968cd

HTML with inline CSS

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

#a968cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a968cd Color code Preview on White Background

This is how #a968cd Color code will look on white background color. Color contrast ratio is 3.78

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

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,104,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(140,205,104,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(169,104,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }