Skip to main content Skip to docs navigation

#ac12cd 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 Vivid Mulberry and its hex is #B80CE3 Nearest Color Name

Color Hue/Base color: Violet

Hex #ac12cd Color code in RGB color code model is created after adding 67.45% red color, 7.06% green color and 80.39% blue color. Hex #ac12cd Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 91% magenta, 0% yellow and 19.61% black.

Hex #ac12cd color code is between #aa11cc web safe hex color code and #bb22dd web safe hex color code. #aa11cc is the nearest web safe color code. You can see here many more shades of #ac12cd color code.

RGB Chart

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

Color Table

Hex Color Code ac12cd #ac12cd
RGB Decimal 172, 18, 205 172, 18, 205
RGB Percent 67%, 7%, 80% rgb(67%, 7%, 80%)
CSS RGBa 172, 18, 205,1 rgba(172,18,205,1)
CMYK Model cmyk(16%,91%,0%,19.61%)
HSL Color Space 289,84% ,44% hsl(289,84% ,44%)
HSV Color Space 289°, 91%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101100 00010010 11001101
Octal 254 22 315
Decimal 172 18 205
Hex ac 12 cd

Different shades of #ac12cd color code.

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

Darkest of #ac12cd
#360640
Darker of #ac12cd
#5d0a6f
Dark of #ac12cd
#850e9e
Base of #ac12cd
#ac12cd
Light of #ac12cd
#c926ec
Lighter
#d555f0
Lightest
#e084f4

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

#ac12cd
#33cd12

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

Split Complementary

#ac12cd
#91cd12
#12cd4f

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

Analogous Color

#3f12cd
#5e12cd
#ac12cd
#cd12b0
#cd1262

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

#ac12cd
#12cdac
#cdac12

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

#ac12cd
#cdac12
#33cd12
#1233cd

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

#ac12cd
#cd4f12
#33cd12
#1291cd

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

#0f0211
#360640
#5d0a6f
#850e9e
#ac12cd
#c926ec
#d555f0
#e084f4
#ecb3f8

Tints of #ac12cd Color

#ac12cd
#b52cd2
#be46d8
#c761dd
#d07be3
#da95e8
#e3b0ee
#eccaf3
#f5e4f9
#ffffff

Shades of #ac12cd color code

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

#ac12cd
#9810b6
#850e9f
#720c88
#5f0a71
#4c085b
#390644
#26042d
#130216
#000000

Tones

#ac12cd
#9e28b7
#8f3fa0
#81558a
#726b74

Tones

Similar Color like #ac12cd color

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

#ad13ce
#ae14cf
#af15d0
#b016d1
#b117d2
#b218d3
#b319d4
#b41ad5
#b51bd6
#b61cd7
#b71dd8
#b81ed9
#b91fda
#ba20db
#ab11cc
#aa10cb
#a90fca
#a80ec9
#a70dc8
#a60cc7
#a50bc6
#a40ac5
#a309c4
#a208c3
#a107c2
#a006c1
#9f05c0
#9e04bf

Download this Dark Violet

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

#ac12cd Color Code Preview on Black Background Color

This is how #ac12cd Color will look on black background color. Color contrast ratio is 3.72

#ac12cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac12cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac12cd

#ac12cd color code is use for CSS Background Color

Background color for the above div is #ac12cd

HTML with inline CSS

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

#ac12cd color code is use for CSS Border Color

CSS Border color for the above div is #ac12cd

HTML with inline CSS

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

CSS Border Left color for the above div is #ac12cd

HTML with inline CSS

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

CSS Border Right color for the above div is #ac12cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac12cd

HTML with inline CSS

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

CSS Border Top color for the above div is #ac12cd

HTML with inline CSS

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

#ac12cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac12cd Color code Preview on White Background

This is how #ac12cd Color code will look on white background color. Color contrast ratio is 5.64

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

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