COLOR #AF387E

HEX: #AF387E
RGB: (175,56,126)

Color info

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

RGB color model

#AF387E color RGB value is (175,56,126).

  • red value is 175;
  • green value is 56;
  • blue value is 126.
RGB:
(175,56,126)
(69%,22%,49%)

RGB channels and saturation

R 175 of 255 = 69%
G 56 of 255 = 22%
B 126 of 255 = 49%

175
56
126

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

Portions of RGB colors in percentages

R + G + B =
175 + 56 + 126 = 357 (100%)
R 175 of 357 ~ 49.02%
G 56 of 357 ~ 15.69%
B 126 of 357 ~ 35.29%

%49.02
%15.69
%35.29

CMYK color model

#AF387E color CMYK value is (0,68,28,31).

  • cyan value is 0.00%
  • magenta value is 68.00%
  • yellow value is 28.00%
  • key color value is 31.37%
CMYK:
(0,68,28,31)
C0M68Y28K31 
(0%,68%,28%,31%)
(0.00/0.68/0.28/0.31)	

CMYK percentages

%0
%68
%28
%31.37

Codes

Color #AF387E in popluar color models

AF387E
RGB17556126
HSL325°51.52%45.29%
HSB/HSV325°68.00%68.63%
CMYK0.00%68.00%28.00%
31.37%

Color #AF387E in popluar number systems.

HEXAF387E
Decimal17556126
Binary101011111110001111110
Octal25770176

Shades and tints

Shades of #AF387E

#AF387E
(175,56,126)
#A03373
(160,51,115)
#912E68
(145,46,104)
#82295D
(130,41,93)
#732452
(115,36,82)
#641F47
(100,31,71)
#551A3C
(85,26,60)
#461531
(70,21,49)
#371026
(55,16,38)
#280B1B
(40,11,27)
#190610
(25,6,16)
#000000
(0,0,0)

Tints of #AF387E

#AF387E
(175,56,126)
#B64A89
(182,74,137)
#BD5C94
(189,92,148)
#C46E9F
(196,110,159)
#CB80AA
(203,128,170)
#D292B5
(210,146,181)
#D9A4C0
(217,164,192)
#E0B6CB
(224,182,203)
#E7C8D6
(231,200,214)
#EEDAE1
(238,218,225)
#F5ECEC
(245,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF387E color. Also use rgb(175,56,126) instead hex code.

Text Font Color

.myTextColor { color: #AF387E; }

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

This text font color is #AF387E.


Background Color

.myBgColor { background-color: #AF387E; }

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

This div background color is #AF387E.


Border color

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

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

This div border color is #AF387E.


Opacity

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

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

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

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

This text has shadow with #AF387E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF387E on black background.


Color preview on white background

This text has color #AF387E on white background.



Black color preview on #AF387E background

This text has black color on #AF387E background.


White color preview on #AF387E background

This text has white color on #AF387E background.