Skip to main content Skip to docs navigation

#a42663 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 Vivacious and its hex is #A7295F Nearest Color Name

Color Hue/Base color: Red

Hex #a42663 Color code in RGB color code model is created after adding 64.31% red color, 14.9% green color and 38.82% blue color. Hex #a42663 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 77% magenta, 40% yellow and 35.69% black.

Hex #a42663 color code is between #aa2266 web safe hex color code and #993355 web safe hex color code. #aa2266 is the nearest web safe color code. You can see here many more shades of #a42663 color code.

RGB Chart

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

Color Table

Hex Color Code a42663 #a42663
RGB Decimal 164, 38, 99 164, 38, 99
RGB Percent 64%, 15%, 39% rgb(64%, 15%, 39%)
CSS RGBa 164, 38, 99,1 rgba(164,38,99,1)
CMYK Model cmyk(0%,77%,40%,35.69%)
HSL Color Space 331,62% ,40% hsl(331,62% ,40%)
HSV Color Space 331°, 77%, 64%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100100 00100110 01100011
Octal 244 46 143
Decimal 164 38 99
Hex a4 26 63

Different shades of #a42663 color code.

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

Darkest of #a42663
#280918
Darker of #a42663
#511331
Dark of #a42663
#7b1c4a
Base of #a42663
#a42663
Light of #a42663
#cd307c
Lighter
#d85896
Lightest
#e281b0

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

#a42663
#26a467

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

Split Complementary

#a42663
#26a428
#26a2a4

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

Analogous Color

#9c26a4
#a42698
#a42663
#a42639
#a44726

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

#a42663
#2663a4
#63a426

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

#a42663
#63a426
#26a467
#6726a4

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

#a42663
#a2a426
#26a467
#2826a4

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 #a42663

#000000
#280918
#511331
#7b1c4a
#a42663
#cd307c
#d85896
#e281b0
#ebabca

Tints of #a42663 Color

#a42663
#ae3e74
#b85685
#c26e97
#cc86a8
#d69eb9
#e0b6cb
#eacedc
#f4e6ed
#ffffff

Shades of #a42663 color code

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

#a42663
#912158
#7f1d4d
#6d1942
#5b1537
#48102c
#360c21
#240816
#12040b
#000000

Tones

#a42663
#903a64
#7c4e64
#676365
#656565

Tones

Similar Color like #a42663 color

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

#a52764
#a62865
#a72966
#a82a67
#a92b68
#aa2c69
#ab2d6a
#ac2e6b
#ad2f6c
#ae306d
#af316e
#b0326f
#b13370
#b23471
#a32562
#a22461
#a12360
#a0225f
#9f215e
#9e205d
#9d1f5c
#9c1e5b
#9b1d5a
#9a1c59
#991b58
#981a57
#971956
#961855

Download this Dark Red

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

#a42663 Color Code Preview on Black Background Color

This is how #a42663 Color will look on black background color. Color contrast ratio is 3.04

#a42663 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a42663

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a42663

#a42663 color code is use for CSS Background Color

Background color for the above div is #a42663

HTML with inline CSS

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

#a42663 color code is use for CSS Border Color

CSS Border color for the above div is #a42663

HTML with inline CSS

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

CSS Border Left color for the above div is #a42663

HTML with inline CSS

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

CSS Border Right color for the above div is #a42663

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a42663

HTML with inline CSS

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

CSS Border Top color for the above div is #a42663

HTML with inline CSS

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

#a42663 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a42663 Color code Preview on White Background

This is how #a42663 Color code will look on white background color. Color contrast ratio is 6.92

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

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(164,38,99,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(38,164,103,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,38,99,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }