COLOR #AF3C75

HEX: #AF3C75
RGB: (175,60,117)

Color info

#AF3C75 contains mainly red and blue colors. Web safe color of #AF3C75 is #993366 (or #936).

RGB color model

#AF3C75 color RGB value is (175,60,117).

  • red value is 175;
  • green value is 60;
  • blue value is 117.
RGB:
(175,60,117)
(69%,24%,46%)

RGB channels and saturation

R 175 of 255 = 69%
G 60 of 255 = 24%
B 117 of 255 = 46%

175
60
117

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

Portions of RGB colors in percentages

R + G + B =
175 + 60 + 117 = 352 (100%)
R 175 of 352 ~ 49.72%
G 60 of 352 ~ 17.05%
B 117 of 352 ~ 33.24%

%49.72
%17.05
%33.24

CMYK color model

#AF3C75 color CMYK value is (0,66,33,31).

  • cyan value is 0.00%
  • magenta value is 65.71%
  • yellow value is 33.14%
  • key color value is 31.37%
CMYK:
(0,66,33,31)
C0M66Y33K31 
(0%,66%,33%,31%)
(0.00/0.66/0.33/0.31)	

CMYK percentages

%0
%65.71
%33.14
%31.37

Codes

Color #AF3C75 in popluar color models

AF3C75
RGB17560117
HSL330°48.94%46.08%
HSB/HSV330°65.71%68.63%
CMYK0.00%65.71%33.14%
31.37%

Color #AF3C75 in popluar number systems.

HEXAF3C75
Decimal17560117
Binary101011111111001110101
Octal25774165

Shades and tints

Shades of #AF3C75

#AF3C75
(175,60,117)
#A0376B
(160,55,107)
#913261
(145,50,97)
#822D57
(130,45,87)
#73284D
(115,40,77)
#642343
(100,35,67)
#551E39
(85,30,57)
#46192F
(70,25,47)
#371425
(55,20,37)
#280F1B
(40,15,27)
#190A11
(25,10,17)
#000000
(0,0,0)

Tints of #AF3C75

#AF3C75
(175,60,117)
#B64D81
(182,77,129)
#BD5E8D
(189,94,141)
#C46F99
(196,111,153)
#CB80A5
(203,128,165)
#D291B1
(210,145,177)
#D9A2BD
(217,162,189)
#E0B3C9
(224,179,201)
#E7C4D5
(231,196,213)
#EED5E1
(238,213,225)
#F5E6ED
(245,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF3C75 color. Also use rgb(175,60,117) instead hex code.

Text Font Color

.myTextColor { color: #AF3C75; }

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

This text font color is #AF3C75.


Background Color

.myBgColor { background-color: #AF3C75; }

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

This div background color is #AF3C75.


Border color

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

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

This div border color is #AF3C75.


Opacity

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

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

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

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

This text has shadow with #AF3C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF3C75 on black background.


Color preview on white background

This text has color #AF3C75 on white background.



Black color preview on #AF3C75 background

This text has black color on #AF3C75 background.


White color preview on #AF3C75 background

This text has white color on #AF3C75 background.