crispedge.com

Color picker

Loading...

#ac75c0 hex color - Violet - Warm color - Information

#ac75c0 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ac75c0 Color code in RGB color code model is created after adding 67.45% red color, 45.88% green color and 75.29% blue color. Hex #ac75c0 Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 39% magenta, 0% yellow and 25% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeac75c0#ac75c0
RGB Decimal172, 117, 192rgb(172, 117, 192)
RGB Percent67%, 46%, 75%rgb(67%, 46%, 75%)
CSS RGBa172, 117, 192,1rgba(172,117,192,1)
CMYK Modelcmyk(10%,39%,0%,25%)
HSL Color Space284,37% ,61%hsl(284,37% ,61%)
HSV Color Space284°, 39%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011000111010111000000
Octal254165300
Decimal172117192
Hexac75c0

Different shades of #ac75c0 color code.

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

Light Shade of #ac75c0
#c198d0
Dark Shade of #ac75c0
#9752b0
Saturated Shade of #ac75c0
#b16bca
Desaturated Shade of #ac75c0
#a77fb6
Grey scale Shade of #ac75c0
#9a9a9a
Brighten Shade
#c58ed9
Most Readable Shade
#000000

Shades of #ac75c0 color code

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

#ac75c0
#9868aa
#855b95
#724e80
#5f416a
#4c3455
#392740
#261a2a
#130d15
#000000

Similar Color like #ac75c0 color

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

#ad76c1
#ae77c2
#af78c3
#b079c4
#b17ac5
#b27bc6
#b37cc7
#b47dc8
#b57ec9
#b67fca
#b780cb
#b881cc
#b982cd
#ba83ce
#ab74bf
#aa73be
#a972bd
#a871bc
#a770bb
#a66fba
#a56eb9
#a46db8
#a36cb7
#a26bb6
#a16ab5
#a069b4
#9f68b3
#9e67b2

Monochromatic Color with #ac75c0

#ac75c0
#d28fea
#140d16
#3a2740
#60416b
#865b95

Tints of #ac75c0 Color

#ac75c0
#b584c7
#be93ce
#c7a3d5
#d0b2dc
#dac1e3
#e3d1ea
#ece0f1
#f5eff8
#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

#ac75c0
#89c075

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

Split Complementary

#ac75c0
#afc075
#75c087

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

Analogous Color

#8e75c0
#9d75c0
#ac75c0
#bb75c0
#c075b6

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

#ac75c0
#c0ac75
#75c0ac

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

#ac75c0
#c08675
#89c075
#75aec0

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

#ac75c0
#89c075
#75c087
#c075af

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

#ac75c0 Color Code Preview on Black Background Color

This is how #ac75c0 Color will look on black background color. Color contrast ratio is 6.06

#ac75c0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac75c0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac75c0

#ac75c0 color code is use for CSS Background Color

Background color for the above div is #ac75c0

HTML with inline CSS

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

#ac75c0 color code is use for CSS Border Color

CSS Border color for the above div is #ac75c0

HTML with inline CSS

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

CSS Border Left color for the above div is #ac75c0

HTML with inline CSS

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

CSS Border Right color for the above div is #ac75c0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac75c0

HTML with inline CSS

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

CSS Border Top color for the above div is #ac75c0

HTML with inline CSS

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

#ac75c0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac75c0 Color code Preview on White Background

This is how #ac75c0 Color code will look on white background color. Color contrast ratio is 3.47

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

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,117,192,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(137,192,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,117,192,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.