COLOR #AF2A57

HEX: #AF2A57 RGB: (175,42,87)

Color info

#AF2A57 contains mainly red color. Web safe color of #AF2A57 is #993366 (or #936).

RGB color model

#AF2A57 color RGB value is (175,42,87).

RGB: (175,42,87) (69%, 16%, 34%)

RGB channels and saturation

R 175 of 255 = 69%
G 42 of 255 = 16%
B 87 of 255 = 34%

175
42
87

R + G + B ~ 40%. #AF2A57 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 175 + 42 + 87 = 304 (100%)
R 175 of 304 ~ 57.57%
G 42 of 304 ~ 13.82%
B 87 of 304 ~ 28.62'%

%57.57
%13.82
%28.62

CMYK color model

#AF2A57 color CMYK value is (0,76,50,31).

  • cyan value is 0.00%
  • magenta value is 76.00%
  • yellow value is 50.29%
  • key color value is 31.37%

CMYK: (0,76,50,31)
C0M76Y50K31 (0%, 76%, 50%, 31%)
(0.00 / 0.76 / 0.50 / 0.31)

CMYK percentages

%0
%76
%50.29
%31.37

Codes

Color #AF2A57 in popluar color models

AF 2A 57
RGB 175 42 87
HSL 340° 61.29% 42.55%
HSB/HSV 340° 76.00% 68.63%
CMYK 0.00% 76.00% 50.29%
31.37%

Color #AF2A57 in popluar number systems.

HEX AF 2A 57
Decimal 175 42 87
Binary 10101111 101010 1010111
Octal 257 52 127

Shades and tints

Shades of #AF2A57

#AF2A57
(175,42,87)
#A02750
(160,39,80)
#912449
(145,36,73)
#822142
(130,33,66)
#731E3B
(115,30,59)
#641B34
(100,27,52)
#55182D
(85,24,45)
#461526
(70,21,38)
#37121F
(55,18,31)
#280F18
(40,15,24)
#190C11
(25,12,17)
#000000
(0,0,0)

Tints of #AF2A57

#AF2A57
(175,42,87)
#B63D66
(182,61,102)
#BD5075
(189,80,117)
#C46384
(196,99,132)
#CB7693
(203,118,147)
#D289A2
(210,137,162)
#D99CB1
(217,156,177)
#E0AFC0
(224,175,192)
#E7C2CF
(231,194,207)
#EED5DE
(238,213,222)
#F5E8ED
(245,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF2A57 color. Also use rgb(175,42,87) instead hex code.

Text Font Color

.myTextColor { color: #AF2A57; }

<p style="color:#AF2A57">This sample text font color is #AF2A57.</p>

This text font color is #AF2A57.

Background Color

.myBgColor { background-color: #AF2A57; }

<div style="background-color:#AF2A57">Inner text</div>

This div background color is #AF2A57.

Border color

.myBorderColor { border: 1px solid #AF2A57; }

<div style="border:3px solid #AF2A57">Div</div>

This div border color is #AF2A57.

Opacity

.myOpacity80 { color: #AF2A57; opacity: 0.8; }

<p style="color:#AF2A57;opacity:0.8;">80%</p>

Text with #AF2A57 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AF2A57;}

<p style="text-shadow: 3px 3px 1px #AF2A57">Text here.</p>

This text has shadow with #AF2A57 color.


.textShadow {text-shadow: 3px 3px 1px #AF2A57', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AF2A57, 5px 5px 20px red">Text here.</p>

This text has shadow with #AF2A57 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF2A57, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AF2A57, Direction=45, Strength=4)">Text</p>

This text has shadow with #AF2A57 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AF2A57;
-webkit-box-shadow: 1px 1px 3px 2px #AF2A57;
box-shadow: 1px 1px 3px 2px #AF2A57;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF2A57; -webkit-box-shadow: 1px 1px 3px 2px #AF2A57; box-shadow:1px 1px 3px 2px #AF2A57;">
Div content here
</div>

This div box has shadow with color #AF2A57.

Preview

Color preview on black background

This text has color #AF2A57 on black background.


Color preview on white background

This text has color #AF2A57 on white background.


Black color preview on #AF2A57 background

This text has black color on #AF2A57 background.


White color preview on #AF2A57 background

This text has white color on #AF2A57 background.


Related colors

Complementary color

Complementary color for #hex is #50D5A8.


I love getcolorcode.com

Triadic colors

1 #57AF2A and #2A57AF with #AF2A57 are triadic colors.

2 #572AAF and #2AAF57 with #AF2A57 are triadic colors.