crispedge.com

Color picker

Loading...

#ae26d3 hex color - Violet - Warm color - Information

#ae26d3 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ae26d3 Color code in RGB color code model is created after adding 68.24% red color, 14.9% green color and 82.75% blue color. Hex #ae26d3 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 82% magenta, 0% yellow and 17% black.

Hex #ae26d3 color code is between #aa22cc web safe hex color code and #bb33dd web safe hex color code. #aa22cc is the nearest web safe color code. You can see here many more shades of #ae26d3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeae26d3#ae26d3
RGB Decimal174, 38, 211rgb(174, 38, 211)
RGB Percent68%, 15%, 83%rgb(68%, 15%, 83%)
CSS RGBa174, 38, 211,1rgba(174,38,211,1)
CMYK Modelcmyk(18%,82%,0%,17%)
HSL Color Space287,69% ,49%hsl(287,69% ,49%)
HSV Color Space287°, 82%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100010011011010011
Octal25646323
Decimal17438211
Hexae26d3

Different shades of #ae26d3 color code.

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

Light Shade of #ae26d3
#c04ddf
Dark Shade of #ae26d3
#8a1ea8
Saturated Shade of #ae26d3
#b51adf
Desaturated Shade of #ae26d3
#a732c7
Grey scale Shade of #ae26d3
#7c7c7c
Brighten Shade
#c73fec
Most Readable Shade
#FFFFFF

Shades of #ae26d3 color code

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

#ae26d3
#9a21bb
#871da4
#74198c
#601575
#4d105d
#3a0c46
#26082e
#130417
#000000

Similar Color like #ae26d3 color

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

#af27d4
#b028d5
#b129d6
#b22ad7
#b32bd8
#b42cd9
#b52dda
#b62edb
#b72fdc
#b830dd
#b931de
#ba32df
#bb33e0
#bc34e1
#ad25d2
#ac24d1
#ab23d0
#aa22cf
#a921ce
#a820cd
#a71fcc
#a61ecb
#a51dca
#a41cc9
#a31bc8
#a21ac7
#a119c6
#a018c5

Monochromatic Color with #ae26d3

#ae26d3
#d12efd
#220729
#450f53
#68177e
#8b1ea8

Tints of #ae26d3 Color

#ae26d3
#b73ed7
#c056dc
#c96ee1
#d286e6
#db9eeb
#e4b6f0
#edcef5
#f6e6fa
#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

#ae26d3
#4bd326

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

Split Complementary

#ae26d3
#a1d326
#26d358

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

Analogous Color

#6926d3
#8b26d3
#ae26d3
#d126d3
#d326b3

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

#ae26d3
#d3ae26
#26d3ae

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

#ae26d3
#d35726
#4bd326
#26a1d3

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

#ae26d3
#4bd326
#26d358
#d326a1

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

#ae26d3 Color Code Preview on Black Background Color

This is how #ae26d3 Color will look on black background color. Color contrast ratio is 4.02

#ae26d3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae26d3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae26d3

#ae26d3 color code is use for CSS Background Color

Background color for the above div is #ae26d3

HTML with inline CSS

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

#ae26d3 color code is use for CSS Border Color

CSS Border color for the above div is #ae26d3

HTML with inline CSS

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

CSS Border Left color for the above div is #ae26d3

HTML with inline CSS

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

CSS Border Right color for the above div is #ae26d3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae26d3

HTML with inline CSS

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

CSS Border Top color for the above div is #ae26d3

HTML with inline CSS

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

#ae26d3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae26d3 Color code Preview on White Background

This is how #ae26d3 Color code will look on white background color. Color contrast ratio is 5.23

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

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(174,38,211,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(75,211,38,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,38,211,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.