COLOR #AF3A5E

HEX: #AF3A5E RGB: (175,58,94)

Color info

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

RGB color model

#AF3A5E color RGB value is (175,58,94).

RGB: (175,58,94) (69%, 23%, 37%)

RGB channels and saturation

R 175 of 255 = 69%
G 58 of 255 = 23%
B 94 of 255 = 37%

175
58
94

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

Portions of RGB colors in percentages

R + G + B = 175 + 58 + 94 = 327 (100%)
R 175 of 327 ~ 53.52%
G 58 of 327 ~ 17.74%
B 94 of 327 ~ 28.75'%

%53.52
%17.74
%28.75

CMYK color model

#AF3A5E color CMYK value is (0,67,46,31).

  • cyan value is 0.00%
  • magenta value is 66.86%
  • yellow value is 46.29%
  • key color value is 31.37%

CMYK: (0,67,46,31)
C0M67Y46K31 (0%, 67%, 46%, 31%)
(0.00 / 0.67 / 0.46 / 0.31)

CMYK percentages

%0
%66.86
%46.29
%31.37

Codes

Color #AF3A5E in popluar color models

AF 3A 5E
RGB 175 58 94
HSL 342° 50.21% 45.69%
HSB/HSV 342° 66.86% 68.63%
CMYK 0.00% 66.86% 46.29%
31.37%

Color #AF3A5E in popluar number systems.

HEX AF 3A 5E
Decimal 175 58 94
Binary 10101111 111010 1011110
Octal 257 72 136

Shades and tints

Shades of #AF3A5E

#AF3A5E
(175,58,94)
#A03556
(160,53,86)
#91304E
(145,48,78)
#822B46
(130,43,70)
#73263E
(115,38,62)
#642136
(100,33,54)
#551C2E
(85,28,46)
#461726
(70,23,38)
#37121E
(55,18,30)
#280D16
(40,13,22)
#19080E
(25,8,14)
#000000
(0,0,0)

Tints of #AF3A5E

#AF3A5E
(175,58,94)
#B64B6C
(182,75,108)
#BD5C7A
(189,92,122)
#C46D88
(196,109,136)
#CB7E96
(203,126,150)
#D28FA4
(210,143,164)
#D9A0B2
(217,160,178)
#E0B1C0
(224,177,192)
#E7C2CE
(231,194,206)
#EED3DC
(238,211,220)
#F5E4EA
(245,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF3A5E color. Also use rgb(175,58,94) instead hex code.

Text Font Color

.myTextColor { color: #AF3A5E; }

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

This text font color is #AF3A5E.

Background Color

.myBgColor { background-color: #AF3A5E; }

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

This div background color is #AF3A5E.

Border color

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

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

This div border color is #AF3A5E.

Opacity

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

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

Text with #AF3A5E 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 #AF3A5E;}

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

This text has shadow with #AF3A5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF3A5E.

Preview

Color preview on black background

This text has color #AF3A5E on black background.


Color preview on white background

This text has color #AF3A5E on white background.


Black color preview on #AF3A5E background

This text has black color on #AF3A5E background.


White color preview on #AF3A5E background

This text has white color on #AF3A5E background.


Related colors

Complementary color

Complementary color for #hex is #50C5A1.


I love getcolorcode.com

Triadic colors

1 #5EAF3A and #3A5EAF with #AF3A5E are triadic colors.

2 #5E3AAF and #3AAF5E with #AF3A5E are triadic colors.