COLOR #AF3B69

HEX: #AF3B69 RGB: (175,59,105)

Color info

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

RGB color model

#AF3B69 color RGB value is (175,59,105).

RGB: (175,59,105) (69%, 23%, 41%)

RGB channels and saturation

R 175 of 255 = 69%
G 59 of 255 = 23%
B 105 of 255 = 41%

175
59
105

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

Portions of RGB colors in percentages

R + G + B = 175 + 59 + 105 = 339 (100%)
R 175 of 339 ~ 51.62%
G 59 of 339 ~ 17.4%
B 105 of 339 ~ 30.97'%

%51.62
%17.4
%30.97

CMYK color model

#AF3B69 color CMYK value is (0,66,40,31).

  • cyan value is 0.00%
  • magenta value is 66.29%
  • yellow value is 40.00%
  • key color value is 31.37%
CMYK: (0,66,40,31) C0M66Y40K31 (0%,66%,40%,31%) (0.00/0.66/0.40/0.31) 

CMYK percentages

%0
%66.29
%40
%31.37

Codes

Color #AF3B69 in popluar color models

AF 3B 69
RGB 175 59 105
HSL 336° 49.57% 45.88%
HSB/HSV 336° 66.29% 68.63%
CMYK 0.00% 66.29% 40.00%
31.37%

Color #AF3B69 in popluar number systems.

HEX AF 3B 69
Decimal 175 59 105
Binary 10101111 111011 1101001
Octal 257 73 151

Shades and tints

Shades of #AF3B69

#AF3B69
(175,59,105)
#A03660
(160,54,96)
#913157
(145,49,87)
#822C4E
(130,44,78)
#732745
(115,39,69)
#64223C
(100,34,60)
#551D33
(85,29,51)
#46182A
(70,24,42)
#371321
(55,19,33)
#280E18
(40,14,24)
#19090F
(25,9,15)
#000000
(0,0,0)

Tints of #AF3B69

#AF3B69
(175,59,105)
#B64C76
(182,76,118)
#BD5D83
(189,93,131)
#C46E90
(196,110,144)
#CB7F9D
(203,127,157)
#D290AA
(210,144,170)
#D9A1B7
(217,161,183)
#E0B2C4
(224,178,196)
#E7C3D1
(231,195,209)
#EED4DE
(238,212,222)
#F5E5EB
(245,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF3B69 color. Also use rgb(175,59,105) instead hex code.

Text Font Color

.myTextColor { color: #AF3B69; }

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

This text font color is #AF3B69.

Background Color

.myBgColor { background-color: #AF3B69; }

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

This div background color is #AF3B69.

Border color

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

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

This div border color is #AF3B69.

Opacity

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

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

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

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

This text has shadow with #AF3B69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF3B69.

Preview

Color preview on black background

This text has color #AF3B69 on black background.


Color preview on white background

This text has color #AF3B69 on white background.


Black color preview on #AF3B69 background

This text has black color on #AF3B69 background.


White color preview on #AF3B69 background

This text has white color on #AF3B69 background.


Related colors

Complementary color

Complementary color for #hex is #50C496.


I love getcolorcode.com

Triadic colors

1 #69AF3B and #3B69AF with #AF3B69 are triadic colors.

2 #693BAF and #3BAF69 with #AF3B69 are triadic colors.