Skip to main content Skip to docs navigation

#ab70bc hex color | Dark Violet & Warm color | 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 Soft Purple and its hex is #A66FB5 Nearest Color Name

Color Hue/Base color: Violet

Hex #ab70bc Color code in RGB color code model is created after adding 67.06% red color, 43.92% green color and 73.73% blue color. Hex #ab70bc Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 40% magenta, 0% yellow and 26.27% black.

Hex #ab70bc color code is between #aa77bb web safe hex color code and #bb66cc web safe hex color code. #aa77bb is the nearest web safe color code. You can see here many more shades of #ab70bc color code.

RGB Chart

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

Color Table

Hex Color Code ab70bc #ab70bc
RGB Decimal 171, 112, 188 171, 112, 188
RGB Percent 67%, 44%, 74% rgb(67%, 44%, 74%)
CSS RGBa 171, 112, 188,1 rgba(171,112,188,1)
CMYK Model cmyk(9%,40%,0%,26.27%)
HSL Color Space 287,36% ,59% hsl(287,36% ,59%)
HSV Color Space 287°, 40%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101011 01110000 10111100
Octal 253 160 274
Decimal 171 112 188
Hex ab 70 bc

Different shades of #ab70bc color code.

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

Darkest of #ab70bc
#582f64
Darker of #ab70bc
#773f87
Dark of #ab70bc
#954faa
Base of #ab70bc
#ab70bc
Light of #ab70bc
#bf93cc
Lighter
#d4b5dd
Lightest
#e8d8ed

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

#ab70bc
#81bc70

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

Split Complementary

#ab70bc
#a7bc70
#70bc85

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

Analogous Color

#7f70bc
#8b70bc
#ab70bc
#bc70b4
#bc7094

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

#ab70bc
#70bcab
#bcab70

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

#ab70bc
#bcab70
#81bc70
#7081bc

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

#ab70bc
#bc8570
#81bc70
#70a7bc

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

#3a1f41
#582f64
#773f87
#954faa
#ab70bc
#bf93cc
#d4b5dd
#e8d8ed
#fdfbfd

Tints of #ab70bc Color

#ab70bc
#b47fc3
#bd8fca
#c79fd2
#d0afd9
#d9bfe1
#e3cfe8
#ecdff0
#f5eff7
#ffffff

Shades of #ab70bc color code

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

#ab70bc
#9863a7
#855792
#724a7d
#5f3e68
#4c3153
#39253e
#261829
#130c14
#000000

Tones

#ab70bc
#9f85a7
#969696
#969696
#969696

Tones

Similar Color like #ab70bc color

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

#ac71bd
#ad72be
#ae73bf
#af74c0
#b075c1
#b176c2
#b277c3
#b378c4
#b479c5
#b57ac6
#b67bc7
#b77cc8
#b87dc9
#b97eca
#aa6fbb
#a96eba
#a86db9
#a76cb8
#a66bb7
#a56ab6
#a469b5
#a368b4
#a267b3
#a166b2
#a065b1
#9f64b0
#9e63af
#9d62ae

Download this

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

#ab70bc Color Code Preview on Black Background Color

This is how #ab70bc Color will look on black background color. Color contrast ratio is 5.78

#ab70bc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab70bc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab70bc

#ab70bc color code is use for CSS Background Color

Background color for the above div is #ab70bc

HTML with inline CSS

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

#ab70bc color code is use for CSS Border Color

CSS Border color for the above div is #ab70bc

HTML with inline CSS

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

CSS Border Left color for the above div is #ab70bc

HTML with inline CSS

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

CSS Border Right color for the above div is #ab70bc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab70bc

HTML with inline CSS

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

CSS Border Top color for the above div is #ab70bc

HTML with inline CSS

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

#ab70bc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab70bc Color code Preview on White Background

This is how #ab70bc Color code will look on white background color. Color contrast ratio is 3.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 #ab70bc; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ab70bc; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(171,112,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(129,188,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(171,112,188,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }