What is hex #AB274F color?

 
The hex code #AB274F is also know by an other name that is Amaranth Purple.
This color is composed of 171% red, 39% green and 79% blue. So we can say that the RGB value is (171,39,79)
You need to use it for a printer? The CMYK colors code equivalent of hex #AB274F is C:0 M:77 Y:54, K:33) .
In the HSV/HSB scale, #AB274F has a hue of 342°, 77% saturation and a brightness value of 67%.
If you want to know all about the hex #AB274F, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #AB274F (complementary, analogous, triadic, tetradic...).

Hex #AB274F Color Codes & Equivalents

Color Name [Amaranth Purple]
RGB Values (171,39,79)
CMYK Values (0%, 77%, 54%, 33%)
HSV/HSB Values (342°, 77%, 67%)
Closest Web Safe
#993366
Inverse Color
#54d8b0
Closest Pantone®
7425 C
Closest RAL
RAL 3027 [Raspberry red]
Complementary Color
#27ab83

#AB274F Converted to Grayscale Codes

Average
#606060
Lightness (Desaturation)
#696969
Weighted (BT601)
#535353
Luma (BT709)
#464646

Hex #AB274F Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #AB274F is #27ab83. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #AB274F you will find #27ab83. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#AB274F #27ab83

Analogous Palette

The analogous color scheme of #AB274F is composed with colors #AB2791 and #AB4127. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #AB274F with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#AB2791 #AB274F #AB4127

Split-Complementary Palette

The split-complementary color scheme of #AB274F is composed with colors #2791AB and #27AB41. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#AB274F #2791AB #27AB41

Triadic Palette

The triadic color scheme of #AB274F is composed with colors #274FAB and #4FAB27. They are located to the right and left of your main color #AB274F with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#AB274F #274FAB #4FAB27

Tetradic Palette

The tetradic color scheme of #AB274F is composed with colors #4FAB27, #27AB83 and #8327AB A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#AB274F #4FAB27 #27AB83 #8327AB

Square Palette

The square color scheme of #AB274F is composed with colors #91AB27, #27AB83 and #4127AB To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#AB274F #91AB27 #27AB83 #4127AB

Tints, Tones & Shades of Hex #AB274F

Tints

Tints are created by adding white, resulting in lighter shades of #AB274F.

#AB274F #BB2A56 #CC2E5E #D23C6A #D64D76 #DA5D83 #DE6E90 #E17E9C

Tones

Tones are made by mixing with gray, softening the original color.

#AB274F #A03153 #963B57 #8C455B #81505F #775A63 #6D6467 #696969

Shades

Shades result from adding black, creating darker variations.

#AB274F #9A2347 #891F3F #791B37 #681730 #571428 #471020 #360C19

Hex #AB274F in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #AB274F
Java new Color(171,39,79);
Python Color(#AB274F)
.NET Color.FromArgb(255, 171,39,79);
Swift / iOS UIColor(red: 0.67, green: 0.15, blue: 0.31, alpha: 1)
Kotlin / Android Color.rgb(171, 39, 79)