crispedge.com

Color picker

Loading...

#a48cca hex color - Violet - Cool color - Information

#a48cca hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a48cca Color code in RGB color code model is created after adding 64.31% red color, 54.9% green color and 79.22% blue color. Hex #a48cca Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 31% magenta, 0% yellow and 21% black.

Hex #a48cca color code is between #aa88cc web safe hex color code and #9999bb web safe hex color code. #aa88cc is the nearest web safe color code. You can see here many more shades of #a48cca color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea48cca#a48cca
RGB Decimal164, 140, 202rgb(164, 140, 202)
RGB Percent64%, 55%, 79%rgb(64%, 55%, 79%)
CSS RGBa164, 140, 202,1rgba(164,140,202,1)
CMYK Modelcmyk(19%,31%,0%,21%)
HSL Color Space263,37% ,67%hsl(263,37% ,67%)
HSV Color Space263°, 31%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001001000110011001010
Octal244214312
Decimal164140202
Hexa48cca

Different shades of #a48cca color code.

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

Light Shade of #a48cca
#c0afda
Dark Shade of #a48cca
#8869ba
Saturated Shade of #a48cca
#a284d2
Desaturated Shade of #a48cca
#a694c2
Grey scale Shade of #a48cca
#ababab
Brighten Shade
#bda5e3
Most Readable Shade
#000000

Shades of #a48cca color code

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

#a48cca
#917cb3
#7f6c9d
#6d5d86
#5b4d70
#483e59
#362e43
#241f2c
#120f16
#000000

Similar Color like #a48cca color

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

#a58dcb
#a68ecc
#a78fcd
#a890ce
#a991cf
#aa92d0
#ab93d1
#ac94d2
#ad95d3
#ae96d4
#af97d5
#b098d6
#b199d7
#b29ad8
#a38bc9
#a28ac8
#a189c7
#a088c6
#9f87c5
#9e86c4
#9d85c3
#9c84c2
#9b83c1
#9a82c0
#9981bf
#9880be
#977fbd
#967ebc

Monochromatic Color with #a48cca

#a48cca
#c7a9f4
#1a1620
#3c344a
#5f5175
#816f9f

Tints of #a48cca Color

#a48cca
#ae98cf
#b8a5d5
#c2b2db
#ccbfe1
#d6cbe7
#e0d8ed
#eae5f3
#f4f2f9
#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

#a48cca
#b2ca8c

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

Split Complementary

#a48cca
#cac38c
#93ca8c

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

Analogous Color

#8c8dca
#988cca
#a48cca
#b08cca
#bd8cca

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

#a48cca
#caa48c
#8ccaa4

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

#a48cca
#ca8c93
#b2ca8c
#8ccac3

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

#a48cca
#b2ca8c
#93ca8c
#c38cca

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

#a48cca Color Code Preview on Black Background Color

This is how #a48cca Color will look on black background color. Color contrast ratio is 7.18

#a48cca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a48cca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a48cca

#a48cca color code is use for CSS Background Color

Background color for the above div is #a48cca

HTML with inline CSS

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

#a48cca color code is use for CSS Border Color

CSS Border color for the above div is #a48cca

HTML with inline CSS

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

CSS Border Left color for the above div is #a48cca

HTML with inline CSS

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

CSS Border Right color for the above div is #a48cca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a48cca

HTML with inline CSS

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

CSS Border Top color for the above div is #a48cca

HTML with inline CSS

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

#a48cca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a48cca Color code Preview on White Background

This is how #a48cca Color code will look on white background color. Color contrast ratio is 2.92

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

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(164,140,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(178,202,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,140,202,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.