Skip to main content Skip to docs navigation

#a299cd hex color | Download Dark Blue 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 Gorgeous Hydrangea and its hex is #A495CB Nearest Color Name

Color Hue/Base color: Blue

Hex #a299cd Color code in RGB color code model is created after adding 63.53% red color, 60% green color and 80.39% blue color. Hex #a299cd Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 25% magenta, 0% yellow and 19.61% black.

Hex #a299cd color code is between #aa88cc web safe hex color code and #99aadd web safe hex color code. #aa88cc is the nearest web safe color code. You can see here many more shades of #a299cd color code.

RGB Chart

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

Color Table

Hex Color Code a299cd #a299cd
RGB Decimal 162, 153, 205 162, 153, 205
RGB Percent 64%, 60%, 80% rgb(64%, 60%, 80%)
CSS RGBa 162, 153, 205,1 rgba(162,153,205,1)
CMYK Model cmyk(21%,25%,0%,19.61%)
HSL Color Space 250,34% ,70% hsl(250,34% ,70%)
HSV Color Space 250°, 25%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10100010 10011001 11001101
Octal 242 231 315
Decimal 162 153 205
Hex a2 99 cd

Different shades of #a299cd color code.

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

Darkest of #a299cd
#50438a
Darker of #a299cd
#6455ab
Dark of #a299cd
#8377bc
Base of #a299cd
#a299cd
Light of #a299cd
#c1bbde
Lighter
#e0ddef
Lightest
#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

#a299cd
#c4cd99

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

Split Complementary

#a299cd
#cdbc99
#aacd99

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

Analogous Color

#99aecd
#99a6cd
#a299cd
#b399cd
#c999cd

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

#a299cd
#99cda2
#cda299

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

#a299cd
#cda299
#c4cd99
#99c4cd

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

#a299cd
#cd99aa
#c4cd99
#99cdbc

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

#3c3367
#50438a
#6455ab
#8377bc
#a299cd
#c1bbde
#e0ddef
#ffffff
#ffffff

Tints of #a299cd Color

#a299cd
#aca4d2
#b6afd8
#c1bbdd
#cbc6e3
#d5d1e8
#e0ddee
#eae8f3
#f4f3f9
#ffffff

Shades of #a299cd color code

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

#a299cd
#9088b6
#7e779f
#6c6688
#5a5571
#48445b
#363344
#24222d
#121116
#000000

Tones

#a299cd
#aca8be
#b3b3b3
#b3b3b3
#b3b3b3

Tones

Similar Color like #a299cd color

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

#a39ace
#a49bcf
#a59cd0
#a69dd1
#a79ed2
#a89fd3
#a9a0d4
#aaa1d5
#aba2d6
#aca3d7
#ada4d8
#aea5d9
#afa6da
#b0a7db
#a198cc
#a097cb
#9f96ca
#9e95c9
#9d94c8
#9c93c7
#9b92c6
#9a91c5
#9990c4
#988fc3
#978ec2
#968dc1
#958cc0
#948bbf

Download this Dark Blue

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

#a299cd Color Code Preview on Black Background Color

This is how #a299cd Color will look on black background color. Color contrast ratio is 7.97

#a299cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a299cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a299cd

#a299cd color code is use for CSS Background Color

Background color for the above div is #a299cd

HTML with inline CSS

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

#a299cd color code is use for CSS Border Color

CSS Border color for the above div is #a299cd

HTML with inline CSS

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

CSS Border Left color for the above div is #a299cd

HTML with inline CSS

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

CSS Border Right color for the above div is #a299cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a299cd

HTML with inline CSS

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

CSS Border Top color for the above div is #a299cd

HTML with inline CSS

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

#a299cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a299cd Color code Preview on White Background

This is how #a299cd Color code will look on white background color. Color contrast ratio is 2.63

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

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(162,153,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(196,205,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(162,153,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }