crispedge.com

#ab315c hex color - Red - Warm color - Information

#ab315c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ab315c Color code in RGB color code model is created after adding 67.06% red color, 19.22% green color and 36.08% blue color. Hex #ab315c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 71% magenta, 46% yellow and 33% black.

Hex #ab315c color code is between #aa3355 web safe hex color code and #bb2266 web safe hex color code. #aa3355 is the nearest web safe color code. You can see here many more shades of #ab315c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeab315c#ab315c
RGB Decimal171, 49, 92rgb(171, 49, 92)
RGB Percent67%, 19%, 36%rgb(67%, 19%, 36%)
CSS RGBa171, 49, 92,1rgba(171,49,92,1)
CMYK Modelcmyk(0%,71%,46%,33%)
HSL Color Space339,55% ,43%hsl(339,55% ,43%)
HSV Color Space339°, 71%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010110011000101011100
Octal25361134
Decimal1714992
Hexab315c

Different shades of #ab315c color code.

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

Light Shade of #ab315c
#ca4574
Dark Shade of #ab315c
#832647
Saturated Shade of #ab315c
#b62659
Desaturated Shade of #ab315c
#a03c5f
Grey scale Shade of #ab315c
#6e6e6e
Brighten Shade
#c44a75
Most Readable Shade
#FFFFFF

Shades of #ab315c color code

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

#ab315c
#982b51
#852647
#72203d
#5f1b33
#4c1528
#39101e
#260a14
#13050a
#000000

Similar Color like #ab315c color

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

#ac325d
#ad335e
#ae345f
#af3560
#b03661
#b13762
#b23863
#b33964
#b43a65
#b53b66
#b63c67
#b73d68
#b83e69
#b93f6a
#aa305b
#a92f5a
#a82e59
#a72d58
#a62c57
#a52b56
#a42a55
#a32954
#a22853
#a12752
#a02651
#9f2550
#9e244f
#9d234e

Monochromatic Color with #ab315c

#ab315c
#d53d73
#010001
#2b0c17
#56192e
#802545

Tints of #ab315c Color

#ab315c
#b4476e
#bd5e80
#c77592
#d08ca4
#d9a3b6
#e3bac8
#ecd1da
#f5e8ec
#ffffff

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

#ab315c
#31ab80

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

Split Complementary

#ab315c
#31ab43
#3199ab

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

Analogous Color

#ab318d
#ab3174
#ab315c
#ab3144
#ab3731

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

#ab315c
#5cab31
#315cab

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

#ab315c
#99ab31
#31ab80
#4331ab

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ab315c
#31ab80
#3199ab
#ab4331

Double Complementary 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).

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

#ab315c Color Code Preview on Black Background Color

This is how #ab315c Color will look on black background color. Color contrast ratio is 3.33

#ab315c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab315c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab315c

#ab315c color code is use for CSS Background Color

Background color for the above div is #ab315c

HTML with inline CSS

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

#ab315c color code is use for CSS Border Color

CSS Border color for the above div is #ab315c

HTML with inline CSS

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

CSS Border Left color for the above div is #ab315c

HTML with inline CSS

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

CSS Border Right color for the above div is #ab315c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab315c

HTML with inline CSS

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

CSS Border Top color for the above div is #ab315c

HTML with inline CSS

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

#ab315c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab315c Color code Preview on White Background

This is how #ab315c Color code will look on white background color. Color contrast ratio is 6.31

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>