crispedge.com

Color picker

Loading...

#a148cc hex color - Violet - Warm color - Information

#a148cc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a148cc Color code in RGB color code model is created after adding 63.14% red color, 28.24% green color and 80% blue color. Hex #a148cc Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 65% magenta, 0% yellow and 20% black.

Hex #a148cc color code is between #9944bb web safe hex color code and #aa55dd web safe hex color code. #9944bb is the nearest web safe color code. You can see here many more shades of #a148cc color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codea148cc#a148cc
RGB Decimal161, 72, 204rgb(161, 72, 204)
RGB Percent63%, 28%, 80%rgb(63%, 28%, 80%)
CSS RGBa161, 72, 204,1rgba(161,72,204,1)
CMYK Modelcmyk(21%,65%,0%,20%)
HSL Color Space280,56% ,54%hsl(280,56% ,54%)
HSV Color Space280°, 65%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000010100100011001100
Octal241110314
Decimal16172204
Hexa148cc

Different shades of #a148cc color code.

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

Light Shade of #a148cc
#b570d7
Dark Shade of #a148cc
#8731b0
Saturated Shade of #a148cc
#a53cd8
Desaturated Shade of #a148cc
#9d54c0
Grey scale Shade of #a148cc
#8a8a8a
Brighten Shade
#ba61e5
Most Readable Shade
#FFFFFF

Shades of #a148cc color code

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

#a148cc
#8f40b5
#7d389e
#6b3088
#592871
#47205a
#351844
#23102d
#110816
#000000

Similar Color like #a148cc color

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

#a249cd
#a34ace
#a44bcf
#a54cd0
#a64dd1
#a74ed2
#a84fd3
#a950d4
#aa51d5
#ab52d6
#ac53d7
#ad54d8
#ae55d9
#af56da
#a047cb
#9f46ca
#9e45c9
#9d44c8
#9c43c7
#9b42c6
#9a41c5
#9940c4
#983fc3
#973ec2
#963dc1
#953cc0
#943bbf
#933abe

Monochromatic Color with #a148cc

#a148cc
#c357f6
#1b0c22
#3c1b4c
#5e2a77
#7f39a1

Tints of #a148cc Color

#a148cc
#ab5cd1
#b570d7
#c085dd
#ca99e2
#d5ade8
#dfc2ee
#ead6f3
#f4eaf9
#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

#a148cc
#73cc48

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

Split Complementary

#a148cc
#b5cc48
#48cc5f

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

Analogous Color

#6c48cc
#8748cc
#a148cc
#bb48cc
#cc48c2

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

#a148cc
#cca148
#48cca1

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

#a148cc
#cc5f48
#73cc48
#48b5cc

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

#a148cc
#73cc48
#48cc5f
#cc48b5

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

#a148cc Color Code Preview on Black Background Color

This is how #a148cc Color will look on black background color. Color contrast ratio is 4.31

#a148cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a148cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a148cc

#a148cc color code is use for CSS Background Color

Background color for the above div is #a148cc

HTML with inline CSS

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

#a148cc color code is use for CSS Border Color

CSS Border color for the above div is #a148cc

HTML with inline CSS

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

CSS Border Left color for the above div is #a148cc

HTML with inline CSS

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

CSS Border Right color for the above div is #a148cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a148cc

HTML with inline CSS

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

CSS Border Top color for the above div is #a148cc

HTML with inline CSS

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

#a148cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a148cc Color code Preview on White Background

This is how #a148cc Color code will look on white background color. Color contrast ratio is 4.87

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.