crispedge.com

Color picker

Loading...

#ac48e6 hex color - Violet - Warm color - Information

#ac48e6 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

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

Hex #ac48e6 color code is between #aa44ee web safe hex color code and #bb55dd web safe hex color code. #aa44ee is the nearest web safe color code. You can see here many more shades of #ac48e6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeac48e6#ac48e6
RGB Decimal172, 72, 230rgb(172, 72, 230)
RGB Percent67%, 28%, 90%rgb(67%, 28%, 90%)
CSS RGBa172, 72, 230,1rgba(172,72,230,1)
CMYK Modelcmyk(25%,69%,0%,10%)
HSL Color Space278,76% ,59%hsl(278,76% ,59%)
HSV Color Space278°, 69%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011000100100011100110
Octal254110346
Decimal17272230
Hexac48e6

Different shades of #ac48e6 color code.

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

Light Shade of #ac48e6
#c075ec
Dark Shade of #ac48e6
#971edd
Saturated Shade of #ac48e6
#af3ef0
Desaturated Shade of #ac48e6
#a952dc
Grey scale Shade of #ac48e6
#979797
Brighten Shade
#c561ff
Most Readable Shade
#FFFFFF

Shades of #ac48e6 color code

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

#ac48e6
#9840cc
#8538b2
#723099
#5f287f
#4c2066
#39184c
#261033
#130819
#000000

Similar Color like #ac48e6 color

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

#ad49e7
#ae4ae8
#af4be9
#b04cea
#b14deb
#b24eec
#b34fed
#b450ee
#b551ef
#b652f0
#b753f1
#b854f2
#b955f3
#ba56f4
#ab47e5
#aa46e4
#a945e3
#a844e2
#a743e1
#a642e0
#a541df
#a440de
#a33fdd
#a23edc
#a13ddb
#a03cda
#9f3bd9
#9e3ad8

Monochromatic Color with #ac48e6

#ac48e6
#0d0511
#2d133c
#4d2066
#6c2d91
#8c3bbb

Tints of #ac48e6 Color

#ac48e6
#b55ce8
#be70eb
#c785ee
#d099f1
#daadf3
#e3c2f6
#ecd6f9
#f5eafc
#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

#ac48e6
#82e648

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

Split Complementary

#ac48e6
#d1e648
#48e65d

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

Analogous Color

#6d48e6
#8c48e6
#ac48e6
#cc48e6
#e648e1

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

#ac48e6
#e6ac48
#48e6ac

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

#ac48e6
#e65d48
#82e648
#48d1e6

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

#ac48e6
#82e648
#48e65d
#e648d1

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

#ac48e6 Color Code Preview on Black Background Color

This is how #ac48e6 Color will look on black background color. Color contrast ratio is 4.82

#ac48e6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac48e6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac48e6

#ac48e6 color code is use for CSS Background Color

Background color for the above div is #ac48e6

HTML with inline CSS

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

#ac48e6 color code is use for CSS Border Color

CSS Border color for the above div is #ac48e6

HTML with inline CSS

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

CSS Border Left color for the above div is #ac48e6

HTML with inline CSS

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

CSS Border Right color for the above div is #ac48e6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac48e6

HTML with inline CSS

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

CSS Border Top color for the above div is #ac48e6

HTML with inline CSS

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

#ac48e6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac48e6 Color code Preview on White Background

This is how #ac48e6 Color code will look on white background color. Color contrast ratio is 4.35

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

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,72,230,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(130,230,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,72,230,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.