COLOR #AF3A5C

HEX: #AF3A5C
RGB: (175,58,92)

Color info

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

RGB color model

#AF3A5C color RGB value is (175,58,92).

  • red value is 175;
  • green value is 58;
  • blue value is 92.
RGB:
(175,58,92)
(69%,23%,36%)

RGB channels and saturation

R 175 of 255 = 69%
G 58 of 255 = 23%
B 92 of 255 = 36%

175
58
92

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

Portions of RGB colors in percentages

R + G + B =
175 + 58 + 92 = 325 (100%)
R 175 of 325 ~ 53.85%
G 58 of 325 ~ 17.85%
B 92 of 325 ~ 28.31%

%53.85
%17.85
%28.31

CMYK color model

#AF3A5C color CMYK value is (0,67,47,31).

  • cyan value is 0.00%
  • magenta value is 66.86%
  • yellow value is 47.43%
  • key color value is 31.37%
CMYK:
(0,67,47,31)
C0M67Y47K31 
(0%,67%,47%,31%)
(0.00/0.67/0.47/0.31)	

CMYK percentages

%0
%66.86
%47.43
%31.37

Codes

Color #AF3A5C in popluar color models

AF3A5C
RGB1755892
HSL343°50.21%45.69%
HSB/HSV343°66.86%68.63%
CMYK0.00%66.86%47.43%
31.37%

Color #AF3A5C in popluar number systems.

HEXAF3A5C
Decimal1755892
Binary101011111110101011100
Octal25772134

Shades and tints

Shades of #AF3A5C

#AF3A5C
(175,58,92)
#A03554
(160,53,84)
#91304C
(145,48,76)
#822B44
(130,43,68)
#73263C
(115,38,60)
#642134
(100,33,52)
#551C2C
(85,28,44)
#461724
(70,23,36)
#37121C
(55,18,28)
#280D14
(40,13,20)
#19080C
(25,8,12)
#000000
(0,0,0)

Tints of #AF3A5C

#AF3A5C
(175,58,92)
#B64B6A
(182,75,106)
#BD5C78
(189,92,120)
#C46D86
(196,109,134)
#CB7E94
(203,126,148)
#D28FA2
(210,143,162)
#D9A0B0
(217,160,176)
#E0B1BE
(224,177,190)
#E7C2CC
(231,194,204)
#EED3DA
(238,211,218)
#F5E4E8
(245,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF3A5C; }

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

This text font color is #AF3A5C.


Background Color

.myBgColor { background-color: #AF3A5C; }

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

This div background color is #AF3A5C.


Border color

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

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

This div border color is #AF3A5C.


Opacity

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

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

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

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

This text has shadow with #AF3A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF3A5C on black background.


Color preview on white background

This text has color #AF3A5C on white background.



Black color preview on #AF3A5C background

This text has black color on #AF3A5C background.


White color preview on #AF3A5C background

This text has white color on #AF3A5C background.