@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ae66f9 hex color - Blue - Cool color - Information

#ae66f9 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #ae66f9 Color code in RGB color code model is created after adding 68.24% red color, 40% green color and 97.65% blue color. Hex #ae66f9 Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 59% magenta, 0% yellow and 2.35% black.

Hex #ae66f9 color code is between #aa55ff web safe hex color code and #bb77ee web safe hex color code. #aa55ff is the nearest web safe color code. You can see here many more shades of #ae66f9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeae66f9#ae66f9
RGB Decimal174, 102, 249rgb(174, 102, 249)
RGB Percent68%, 40%, 98%rgb(68%, 40%, 98%)
CSS RGBa174, 102, 249,1rgba(174,102,249,1)
CMYK Modelcmyk(30%,59%,0%,2.35%)
HSL Color Space269,92% ,69%hsl(269,92% ,69%)
HSV Color Space269°, 59%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011100110011011111001
Octal256146371
Decimal174102249
Hexae66f9

Different shades of #ae66f9 color code.

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

Light Shade of #ae66f9
#c897fb
Dark Shade of #ae66f9
#9435f7
Saturated Shade of #ae66f9
#ae60ff
Desaturated Shade of #ae66f9
#ae6ef1
Grey scale Shade of #ae66f9
#afafaf
Brighten Shade
#c77fff
Most Readable Shade
#000000

Shades of #ae66f9 color code

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

#ae66f9
#9a5add
#874fc1
#7444a6
#60388a
#4d2d6e
#3a2253
#261637
#130b1b
#000000

Similar Color like #ae66f9 color

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

#af67fa
#b068fb
#b169fc
#b26afd
#b36bfe
#b46cff
#b56dff
#b66eff
#b76fff
#b870ff
#b971ff
#ba72ff
#bb73ff
#bc74ff
#ad65f8
#ac64f7
#ab63f6
#aa62f5
#a961f4
#a860f3
#a75ff2
#a65ef1
#a55df0
#a45cef
#a35bee
#a25aed
#a159ec
#a058eb

Monochromatic Color with #ae66f9

#ae66f9
#1a0f24
#37204f
#553279
#7343a4
#9055ce

Tints of #ae66f9 Color

#ae66f9
#b777f9
#c088fa
#c999fb
#d2aafb
#dbbbfc
#e4ccfd
#edddfd
#f6eefe
#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

#ae66f9
#b1f966

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

Split Complementary

#ae66f9
#f9f866
#67f966

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

Analogous Color

#7366f9
#9166f9
#ae66f9
#cb66f9
#e966f9

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

#ae66f9
#f9ae66
#66f9ae

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

#ae66f9
#f96667
#b1f966
#66f9f7

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

#ae66f9
#b1f966
#67f966
#f866f9

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

#ae66f9 Color Code Preview on Black Background Color

This is how #ae66f9 Color will look on black background color. Color contrast ratio is 6.07

#ae66f9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae66f9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae66f9

#ae66f9 color code is use for CSS Background Color

Background color for the above div is #ae66f9

HTML with inline CSS

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

#ae66f9 color code is use for CSS Border Color

CSS Border color for the above div is #ae66f9

HTML with inline CSS

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

CSS Border Left color for the above div is #ae66f9

HTML with inline CSS

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

CSS Border Right color for the above div is #ae66f9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae66f9

HTML with inline CSS

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

CSS Border Top color for the above div is #ae66f9

HTML with inline CSS

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

#ae66f9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae66f9 Color code Preview on White Background

This is how #ae66f9 Color code will look on white background color. Color contrast ratio is 3.46

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

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,102,249,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(177,249,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,102,249,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.