COLOR #AF315C

HEX: #AF315C
RGB: (175,49,92)

Color info

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

RGB color model

#AF315C color RGB value is (175,49,92).

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

RGB channels and saturation

R 175 of 255 = 69%
G 49 of 255 = 19%
B 92 of 255 = 36%

175
49
92

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

Portions of RGB colors in percentages

R + G + B =
175 + 49 + 92 = 316 (100%)
R 175 of 316 ~ 55.38%
G 49 of 316 ~ 15.51%
B 92 of 316 ~ 29.11%

%55.38
%15.51
%29.11

CMYK color model

#AF315C color CMYK value is (0,72,47,31).

  • cyan value is 0.00%
  • magenta value is 72.00%
  • yellow value is 47.43%
  • key color value is 31.37%
CMYK:
(0,72,47,31)
C0M72Y47K31 
(0%,72%,47%,31%)
(0.00/0.72/0.47/0.31)	

CMYK percentages

%0
%72
%47.43
%31.37

Codes

Color #AF315C in popluar color models

AF315C
RGB1754992
HSL340°56.25%43.92%
HSB/HSV340°72.00%68.63%
CMYK0.00%72.00%47.43%
31.37%

Color #AF315C in popluar number systems.

HEXAF315C
Decimal1754992
Binary101011111100011011100
Octal25761134

Shades and tints

Shades of #AF315C

#AF315C
(175,49,92)
#A02D54
(160,45,84)
#91294C
(145,41,76)
#822544
(130,37,68)
#73213C
(115,33,60)
#641D34
(100,29,52)
#55192C
(85,25,44)
#461524
(70,21,36)
#37111C
(55,17,28)
#280D14
(40,13,20)
#19090C
(25,9,12)
#000000
(0,0,0)

Tints of #AF315C

#AF315C
(175,49,92)
#B6436A
(182,67,106)
#BD5578
(189,85,120)
#C46786
(196,103,134)
#CB7994
(203,121,148)
#D28BA2
(210,139,162)
#D99DB0
(217,157,176)
#E0AFBE
(224,175,190)
#E7C1CC
(231,193,204)
#EED3DA
(238,211,218)
#F5E5E8
(245,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF315C; }

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

This text font color is #AF315C.


Background Color

.myBgColor { background-color: #AF315C; }

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

This div background color is #AF315C.


Border color

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

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

This div border color is #AF315C.


Opacity

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

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

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

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

This text has shadow with #AF315C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF315C on black background.


Color preview on white background

This text has color #AF315C on white background.



Black color preview on #AF315C background

This text has black color on #AF315C background.


White color preview on #AF315C background

This text has white color on #AF315C background.