crispedge.com

Color picker

Loading...

#ac98a3 hex color - Violet - Warm color - Information

#ac98a3 hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #ac98a3 Color code in RGB color code model is created after adding 67.45% red color, 59.61% green color and 63.92% blue color. Hex #ac98a3 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 5% yellow and 33% black.

Hex #ac98a3 color code is between #aa99aa web safe hex color code and #bb8899 web safe hex color code. #aa99aa is the nearest web safe color code. You can see here many more shades of #ac98a3 color code.

0 Likes 0 Comments | 8 Views

RGB Chart

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

Color Table

Hex Color Codeac98a3#ac98a3
RGB Decimal172, 152, 163rgb(172, 152, 163)
RGB Percent67%, 60%, 64%rgb(67%, 60%, 64%)
CSS RGBa172, 152, 163,1rgba(172,152,163,1)
CMYK Modelcmyk(0%,12%,5%,33%)
HSL Color Space327,11% ,64%hsl(327,11% ,64%)
HSV Color Space327°, 12%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011001001100010100011
Octal254230243
Decimal172152163
Hexac98a3

Different shades of #ac98a3 color code.

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

Light Shade of #ac98a3
#c3b4bc
Dark Shade of #ac98a3
#957c8a
Saturated Shade of #ac98a3
#b58fa4
Desaturated Shade of #ac98a3
#a3a1a2
Grey scale Shade of #ac98a3
#a2a2a2
Brighten Shade
#c5b1bc
Most Readable Shade
#000000

Shades of #ac98a3 color code

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

#ac98a3
#988790
#85767e
#72656c
#5f545a
#4c4348
#393236
#262124
#131012
#000000

Similar Color like #ac98a3 color

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

#ad99a4
#ae9aa5
#af9ba6
#b09ca7
#b19da8
#b29ea9
#b39faa
#b4a0ab
#b5a1ac
#b6a2ad
#b7a3ae
#b8a4af
#b9a5b0
#baa6b1
#ab97a2
#aa96a1
#a995a0
#a8949f
#a7939e
#a6929d
#a5919c
#a4909b
#a38f9a
#a28e99
#a18d98
#a08c97
#9f8b96
#9e8a95

Monochromatic Color with #ac98a3

#ac98a3
#d6becb
#020202
#2c272a
#574d52
#81727b

Tints of #ac98a3 Color

#ac98a3
#b5a3ad
#beaeb7
#c7bac1
#d0c5cb
#dad1d6
#e3dce0
#ece8ea
#f5f3f4
#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

#ac98a3
#98aca1

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

Split Complementary

#ac98a3
#99ac98
#98acab

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

Analogous Color

#ac98ab
#ac98a7
#ac98a3
#ac989f
#ac989b

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

#ac98a3
#a3ac98
#98a3ac

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

#ac98a3
#acab98
#98aca1
#9899ac

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

#ac98a3
#98aca1
#98acab
#ac9899

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 #ac98a3 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.

#ac98a3 Color Code Preview on Black Background Color

This is how #ac98a3 Color will look on black background color. Color contrast ratio is 7.77

#ac98a3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac98a3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac98a3

#ac98a3 color code is use for CSS Background Color

Background color for the above div is #ac98a3

HTML with inline CSS

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

#ac98a3 color code is use for CSS Border Color

CSS Border color for the above div is #ac98a3

HTML with inline CSS

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

CSS Border Left color for the above div is #ac98a3

HTML with inline CSS

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

CSS Border Right color for the above div is #ac98a3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac98a3

HTML with inline CSS

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

CSS Border Top color for the above div is #ac98a3

HTML with inline CSS

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

#ac98a3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac98a3 Color code Preview on White Background

This is how #ac98a3 Color code will look on white background color. Color contrast ratio is 2.70

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

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

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.