Skip to main content Skip to docs navigation

#ad64cd 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 #ad64cd Color code in RGB color code model is created after adding 67.84% red color, 39.22% green color and 80.39% blue color. Hex #ad64cd Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 51% magenta, 0% yellow and 19.61% black.

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

RGB Chart

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

Color Table

Hex Color Code ad64cd #ad64cd
RGB Decimal 173, 100, 205 173, 100, 205
RGB Percent 68%, 39%, 80% rgb(68%, 39%, 80%)
CSS RGBa 173, 100, 205,1 rgba(173,100,205,1)
CMYK Model cmyk(16%,51%,0%,19.61%)
HSL Color Space 282,51% ,60% hsl(282,51% ,60%)
HSV Color Space 282°, 51%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101101 01100100 11001101
Octal 255 144 315
Decimal 173 100 205
Hex ad 64 cd

Different shades of #ad64cd color code.

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

Darkest of #ad64cd
#5b2573
Darker of #ad64cd
#7a3299
Dark of #ad64cd
#983ec0
Base of #ad64cd
#ad64cd
Light of #ad64cd
#c18bd9
Lighter
#d6b1e6
Lightest
#ead8f2

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

#ad64cd
#84cd64

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

Split Complementary

#ad64cd
#b9cd64
#64cd78

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

Analogous Color

#7064cd
#8164cd
#ad64cd
#cd64ca
#cd649e

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

#ad64cd
#64cdad
#cdad64

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

#ad64cd
#cdad64
#84cd64
#6484cd

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

#ad64cd
#cd7864
#84cd64
#64b9cd

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

#3d194c
#5b2573
#7a3299
#983ec0
#ad64cd
#c18bd9
#d6b1e6
#ead8f2
#fffeff

Tints of #ad64cd Color

#ad64cd
#b675d2
#bf86d8
#c897dd
#d1a8e3
#dabae8
#e3cbee
#ecdcf3
#f5edf9
#ffffff

Shades of #ad64cd color code

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

#ad64cd
#9958b6
#864d9f
#734288
#603771
#4c2c5b
#392144
#26162d
#130b16
#000000

Tones

#ad64cd
#a578b8
#9d8da4
#989898
#989898

Tones

Similar Color like #ad64cd color

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

#ae65ce
#af66cf
#b067d0
#b168d1
#b269d2
#b36ad3
#b46bd4
#b56cd5
#b66dd6
#b76ed7
#b86fd8
#b970d9
#ba71da
#bb72db
#ac63cc
#ab62cb
#aa61ca
#a960c9
#a85fc8
#a75ec7
#a65dc6
#a55cc5
#a45bc4
#a35ac3
#a259c2
#a158c1
#a057c0
#9f56bf

Download this Dark Violet

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

#ad64cd Color Code Preview on Black Background Color

This is how #ad64cd Color will look on black background color. Color contrast ratio is 5.48

#ad64cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad64cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad64cd

#ad64cd color code is use for CSS Background Color

Background color for the above div is #ad64cd

HTML with inline CSS

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

#ad64cd color code is use for CSS Border Color

CSS Border color for the above div is #ad64cd

HTML with inline CSS

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

CSS Border Left color for the above div is #ad64cd

HTML with inline CSS

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

CSS Border Right color for the above div is #ad64cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad64cd

HTML with inline CSS

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

CSS Border Top color for the above div is #ad64cd

HTML with inline CSS

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

#ad64cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad64cd Color code Preview on White Background

This is how #ad64cd Color code will look on white background color. Color contrast ratio is 3.83

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

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