COLOR #AF278B

HEX: #AF278B
RGB: (175,39,139)

Color info

#AF278B contains mainly red and blue colors. Web safe color of #AF278B is #993399 (or #939).

RGB color model

#AF278B color RGB value is (175,39,139).

  • red value is 175;
  • green value is 39;
  • blue value is 139.
RGB:
(175,39,139)
(69%,15%,55%)

RGB channels and saturation

R 175 of 255 = 69%
G 39 of 255 = 15%
B 139 of 255 = 55%

175
39
139

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

Portions of RGB colors in percentages

R + G + B =
175 + 39 + 139 = 353 (100%)
R 175 of 353 ~ 49.58%
G 39 of 353 ~ 11.05%
B 139 of 353 ~ 39.38%

%49.58
%11.05
%39.38

CMYK color model

#AF278B color CMYK value is (0,78,21,31).

  • cyan value is 0.00%
  • magenta value is 77.71%
  • yellow value is 20.57%
  • key color value is 31.37%
CMYK:
(0,78,21,31)
C0M78Y21K31 
(0%,78%,21%,31%)
(0.00/0.78/0.21/0.31)	

CMYK percentages

%0
%77.71
%20.57
%31.37

Codes

Color #AF278B in popluar color models

AF278B
RGB17539139
HSL316°63.55%41.96%
HSB/HSV316°77.71%68.63%
CMYK0.00%77.71%20.57%
31.37%

Color #AF278B in popluar number systems.

HEXAF278B
Decimal17539139
Binary1010111110011110001011
Octal25747213

Shades and tints

Shades of #AF278B

#AF278B
(175,39,139)
#A0247F
(160,36,127)
#912173
(145,33,115)
#821E67
(130,30,103)
#731B5B
(115,27,91)
#64184F
(100,24,79)
#551543
(85,21,67)
#461237
(70,18,55)
#370F2B
(55,15,43)
#280C1F
(40,12,31)
#190913
(25,9,19)
#000000
(0,0,0)

Tints of #AF278B

#AF278B
(175,39,139)
#B63A95
(182,58,149)
#BD4D9F
(189,77,159)
#C460A9
(196,96,169)
#CB73B3
(203,115,179)
#D286BD
(210,134,189)
#D999C7
(217,153,199)
#E0ACD1
(224,172,209)
#E7BFDB
(231,191,219)
#EED2E5
(238,210,229)
#F5E5EF
(245,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF278B color. Also use rgb(175,39,139) instead hex code.

Text Font Color

.myTextColor { color: #AF278B; }

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

This text font color is #AF278B.


Background Color

.myBgColor { background-color: #AF278B; }

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

This div background color is #AF278B.


Border color

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

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

This div border color is #AF278B.


Opacity

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

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

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

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

This text has shadow with #AF278B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF278B on black background.


Color preview on white background

This text has color #AF278B on white background.



Black color preview on #AF278B background

This text has black color on #AF278B background.


White color preview on #AF278B background

This text has white color on #AF278B background.