Skip to main content Skip to docs navigation

#ad2466 hex color | Download Dark Red BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Plastic Lips and its hex is #AA2266 Nearest Color Name

Color Hue/Base color: Red

Hex #ad2466 Color code in RGB color code model is created after adding 67.84% red color, 14.12% green color and 40% blue color. Hex #ad2466 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 79% magenta, 41% yellow and 32.16% black.

Hex #ad2466 color code is between #aa2255 web safe hex color code and #bb3377 web safe hex color code. #aa2255 is the nearest web safe color code. You can see here many more shades of #ad2466 color code.

RGB Chart

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

Color Table

Hex Color Code ad2466 #ad2466
RGB Decimal 173, 36, 102 173, 36, 102
RGB Percent 68%, 14%, 40% rgb(68%, 14%, 40%)
CSS RGBa 173, 36, 102,1 rgba(173,36,102,1)
CMYK Model cmyk(0%,79%,41%,32.16%)
HSL Color Space 331,66% ,41% hsl(331,66% ,41%)
HSV Color Space 331°, 79%, 68%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101101 00100100 01100110
Octal 255 44 146
Decimal 173 36 102
Hex ad 24 66

Different shades of #ad2466 color code.

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

Darkest of #ad2466
#2e0a1b
Darker of #ad2466
#591234
Dark of #ad2466
#831b4d
Base of #ad2466
#ad2466
Light of #ad2466
#d4307f
Lighter
#dd5a99
Lightest
#e684b3

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

#ad2466
#24ad6b

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

Split Complementary

#ad2466
#24ad26
#24abad

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

Analogous Color

#a424ad
#ad249f
#ad2466
#ad2438
#ad4924

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

#ad2466
#2466ad
#66ad24

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

#ad2466
#66ad24
#24ad6b
#6b24ad

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#ad2466
#abad24
#24ad6b
#2624ad

Square 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).

Monochromatic Color with #ad2466

#040102
#2e0a1b
#591234
#831b4d
#ad2466
#d4307f
#dd5a99
#e684b3
#eeafcd

Tints of #ad2466 Color

#ad2466
#b63c77
#bf5488
#c86d99
#d185aa
#da9dbb
#e3b6cc
#eccedd
#f5e6ee
#ffffff

Shades of #ad2466 color code

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

#ad2466
#99205a
#861c4f
#731844
#601438
#4c102d
#390c22
#260816
#13040b
#000000

Tones

#ad2466
#983967
#834e68
#6e6368
#686868

Tones

Similar Color like #ad2466 color

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

#ae2567
#af2668
#b02769
#b1286a
#b2296b
#b32a6c
#b42b6d
#b52c6e
#b62d6f
#b72e70
#b82f71
#b93072
#ba3173
#bb3274
#ac2365
#ab2264
#aa2163
#a92062
#a81f61
#a71e60
#a61d5f
#a51c5e
#a41b5d
#a31a5c
#a2195b
#a1185a
#a01759
#9f1658

Download this Dark Red

Hex #ad2466 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.

#ad2466 Color Code Preview on Black Background Color

This is how #ad2466 Color will look on black background color. Color contrast ratio is 3.22

#ad2466 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad2466

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad2466

#ad2466 color code is use for CSS Background Color

Background color for the above div is #ad2466

HTML with inline CSS

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

#ad2466 color code is use for CSS Border Color

CSS Border color for the above div is #ad2466

HTML with inline CSS

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

CSS Border Left color for the above div is #ad2466

HTML with inline CSS

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

CSS Border Right color for the above div is #ad2466

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad2466

HTML with inline CSS

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

CSS Border Top color for the above div is #ad2466

HTML with inline CSS

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

#ad2466 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad2466 Color code Preview on White Background

This is how #ad2466 Color code will look on white background color. Color contrast ratio is 6.52

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(173,36,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(36,173,107,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,36,102,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }