crispedge.com

Color picker

Loading...

#ad459a hex color - Red - Warm color - Information

#ad459a hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ad459a Color code in RGB color code model is created after adding 67.84% red color, 27.06% green color and 60.39% blue color. Hex #ad459a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 11% yellow and 32% black.

Hex #ad459a color code is between #aa4499 web safe hex color code and #bb55aa web safe hex color code. #aa4499 is the nearest web safe color code. You can see here many more shades of #ad459a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codead459a#ad459a
RGB Decimal173, 69, 154rgb(173, 69, 154)
RGB Percent68%, 27%, 60%rgb(68%, 27%, 60%)
CSS RGBa173, 69, 154,1rgba(173,69,154,1)
CMYK Modelcmyk(0%,60%,11%,32%)
HSL Color Space311,43% ,47%hsl(311,43% ,47%)
HSV Color Space311°, 60%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010100010110011010
Octal255105232
Decimal17369154
Hexad459a

Different shades of #ad459a color code.

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

Light Shade of #ad459a
#c164b0
Dark Shade of #ad459a
#89367a
Saturated Shade of #ad459a
#b939a2
Desaturated Shade of #ad459a
#a15192
Grey scale Shade of #ad459a
#797979
Brighten Shade
#c65eb3
Most Readable Shade
#FFFFFF

Shades of #ad459a color code

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

#ad459a
#993d88
#863577
#732e66
#602655
#4c1e44
#391733
#260f22
#130711
#000000

Similar Color like #ad459a color

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

#ae469b
#af479c
#b0489d
#b1499e
#b24a9f
#b34ba0
#b44ca1
#b54da2
#b64ea3
#b74fa4
#b850a5
#b951a6
#ba52a7
#bb53a8
#ac4499
#ab4398
#aa4297
#a94196
#a84095
#a73f94
#a63e93
#a53d92
#a43c91
#a33b90
#a23a8f
#a1398e
#a0388d
#9f378c

Monochromatic Color with #ad459a

#ad459a
#d756c0
#030103
#2d1228
#58234e
#823474

Tints of #ad459a Color

#ad459a
#b659a5
#bf6eb0
#c883bb
#d197c6
#daacd2
#e3c1dd
#ecd5e8
#f5eaf3
#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

#ad459a
#45ad58

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

Split Complementary

#ad459a
#66ad45
#45ad8c

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

Analogous Color

#9645ad
#ab45ad
#ad459a
#ad4585
#ad4570

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

#ad459a
#9aad45
#459aad

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

#ad459a
#ad8c45
#45ad58
#4566ad

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

#ad459a
#45ad58
#45ad8c
#ad4566

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

#ad459a Color Code Preview on Black Background Color

This is how #ad459a Color will look on black background color. Color contrast ratio is 4.09

#ad459a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad459a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad459a

#ad459a color code is use for CSS Background Color

Background color for the above div is #ad459a

HTML with inline CSS

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

#ad459a color code is use for CSS Border Color

CSS Border color for the above div is #ad459a

HTML with inline CSS

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

CSS Border Left color for the above div is #ad459a

HTML with inline CSS

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

CSS Border Right color for the above div is #ad459a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad459a

HTML with inline CSS

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

CSS Border Top color for the above div is #ad459a

HTML with inline CSS

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

#ad459a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad459a Color code Preview on White Background

This is how #ad459a Color code will look on white background color. Color contrast ratio is 5.13

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

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(173,69,154,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(69,173,88,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,69,154,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.