Skip to main content Skip to docs navigation

#af61cd 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 Teldrassil Purple and its hex is #AD66D2 Nearest Color Name

Color Hue/Base color: Violet

Hex #af61cd Color code in RGB color code model is created after adding 68.63% red color, 38.04% green color and 80.39% blue color. Hex #af61cd Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 53% magenta, 0% yellow and 19.61% black.

Hex #af61cd 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 #af61cd color code.

RGB Chart

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

Color Table

Hex Color Code af61cd #af61cd
RGB Decimal 175, 97, 205 175, 97, 205
RGB Percent 69%, 38%, 80% rgb(69%, 38%, 80%)
CSS RGBa 175, 97, 205,1 rgba(175,97,205,1)
CMYK Model cmyk(15%,53%,0%,19.61%)
HSL Color Space 283,52% ,59% hsl(283,52% ,59%)
HSV Color Space 283°, 53%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101111 01100001 11001101
Octal 257 141 315
Decimal 175 97 205
Hex af 61 cd

Different shades of #af61cd color code.

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

Darkest of #af61cd
#5c2471
Darker of #af61cd
#7b3098
Dark of #af61cd
#9a3cbf
Base of #af61cd
#af61cd
Light of #af61cd
#c388d9
Lighter
#d6aee6
Lightest
#ead5f2

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

#af61cd
#7fcd61

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

Split Complementary

#af61cd
#b5cd61
#61cd79

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

Analogous Color

#7061cd
#8261cd
#af61cd
#cd61c7
#cd619a

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

#af61cd
#61cdaf
#cdaf61

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

#af61cd
#cdaf61
#7fcd61
#617fcd

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

#af61cd
#cd7961
#7fcd61
#61b5cd

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

#3c184a
#5c2471
#7b3098
#9a3cbf
#af61cd
#c388d9
#d6aee6
#ead5f2
#fdfcfe

Tints of #af61cd Color

#af61cd
#b772d2
#c084d8
#c995dd
#d2a7e3
#dbb8e8
#e4caee
#eddbf3
#f6edf9
#ffffff

Shades of #af61cd color code

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

#af61cd
#9b56b6
#884b9f
#744088
#613571
#4d2b5b
#3a2044
#26152d
#130a16
#000000

Tones

#af61cd
#a676b8
#9d8ba3
#979797
#979797

Tones

Similar Color like #af61cd color

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

#b062ce
#b163cf
#b264d0
#b365d1
#b466d2
#b567d3
#b668d4
#b769d5
#b86ad6
#b96bd7
#ba6cd8
#bb6dd9
#bc6eda
#bd6fdb
#ae60cc
#ad5fcb
#ac5eca
#ab5dc9
#aa5cc8
#a95bc7
#a85ac6
#a759c5
#a658c4
#a557c3
#a456c2
#a355c1
#a254c0
#a153bf

Download this Dark Violet

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

#af61cd Color Code Preview on Black Background Color

This is how #af61cd Color will look on black background color. Color contrast ratio is 5.41

#af61cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af61cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af61cd

#af61cd color code is use for CSS Background Color

Background color for the above div is #af61cd

HTML with inline CSS

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

#af61cd color code is use for CSS Border Color

CSS Border color for the above div is #af61cd

HTML with inline CSS

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

CSS Border Left color for the above div is #af61cd

HTML with inline CSS

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

CSS Border Right color for the above div is #af61cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af61cd

HTML with inline CSS

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

CSS Border Top color for the above div is #af61cd

HTML with inline CSS

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

#af61cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af61cd Color code Preview on White Background

This is how #af61cd Color code will look on white background color. Color contrast ratio is 3.88

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

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