crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#af5078 hex color - Red - Warm color - Information

#af5078 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #af5078 Color code in RGB color code model is created after adding 68.63% red color, 31.37% green color and 47.06% blue color. Hex #af5078 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 54% magenta, 31% yellow and 31% black.

Hex #af5078 color code is between #aa5577 web safe hex color code and #bb4488 web safe hex color code. #aa5577 is the nearest web safe color code. You can see here many more shades of #af5078 color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codeaf5078#af5078
RGB Decimal175, 80, 120rgb(175, 80, 120)
RGB Percent69%, 31%, 47%rgb(69%, 31%, 47%)
CSS RGBa175, 80, 120,1rgba(175,80,120,1)
CMYK Modelcmyk(0%,54%,31%,31%)
HSL Color Space335,37% ,50%hsl(335,37% ,50%)
HSV Color Space335°, 54%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011110101000001111000
Octal257120170
Decimal17580120
Hexaf5078

Different shades of #af5078 color code.

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

Light Shade of #af5078
#bf7393
Dark Shade of #af5078
#8c4060
Saturated Shade of #af5078
#bc4376
Desaturated Shade of #af5078
#a25d7a
Grey scale Shade of #af5078
#808080
Brighten Shade
#c86991
Most Readable Shade
#FFFFFF

Shades of #af5078 color code

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

#af5078
#9b476a
#883e5d
#743550
#612c42
#4d2335
#3a1a28
#26111a
#13080d
#000000

Similar Color like #af5078 color

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

#b05179
#b1527a
#b2537b
#b3547c
#b4557d
#b5567e
#b6577f
#b75880
#b85981
#b95a82
#ba5b83
#bb5c84
#bc5d85
#bd5e86
#ae4f77
#ad4e76
#ac4d75
#ab4c74
#aa4b73
#a94a72
#a84971
#a74870
#a6476f
#a5466e
#a4456d
#a3446c
#a2436b
#a1426a

Monochromatic Color with #af5078

#af5078
#d96395
#050203
#2f1621
#5a293e
#843d5b

Tints of #af5078 Color

#af5078
#b76387
#c07696
#c98aa5
#d29db4
#dbb1c3
#e4c4d2
#edd8e1
#f6ebf0
#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

#af5078
#50af87

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

Split Complementary

#af5078
#50af58
#50a8af

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

Analogous Color

#af509e
#af508b
#af5078
#af5065
#af5052

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

#af5078
#78af50
#5078af

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

#af5078
#a7af50
#50af87
#5850af

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

#af5078
#50af87
#50a8af
#af5750

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

#af5078 Color Code Preview on Black Background Color

This is how #af5078 Color will look on black background color. Color contrast ratio is 4.24

#af5078 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af5078

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af5078

#af5078 color code is use for CSS Background Color

Background color for the above div is #af5078

HTML with inline CSS

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

#af5078 color code is use for CSS Border Color

CSS Border color for the above div is #af5078

HTML with inline CSS

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

CSS Border Left color for the above div is #af5078

HTML with inline CSS

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

CSS Border Right color for the above div is #af5078

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af5078

HTML with inline CSS

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

CSS Border Top color for the above div is #af5078

HTML with inline CSS

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

#af5078 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af5078 Color code Preview on White Background

This is how #af5078 Color code will look on white background color. Color contrast ratio is 4.95

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.