COLOR #AF2B6C

HEX: #AF2B6C
RGB: (175,43,108)

Color info

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

RGB color model

#AF2B6C color RGB value is (175,43,108).

  • red value is 175;
  • green value is 43;
  • blue value is 108.
RGB:
(175,43,108)
(69%,17%,42%)

RGB channels and saturation

R 175 of 255 = 69%
G 43 of 255 = 17%
B 108 of 255 = 42%

175
43
108

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

Portions of RGB colors in percentages

R + G + B =
175 + 43 + 108 = 326 (100%)
R 175 of 326 ~ 53.68%
G 43 of 326 ~ 13.19%
B 108 of 326 ~ 33.13%

%53.68
%13.19
%33.13

CMYK color model

#AF2B6C color CMYK value is (0,75,38,31).

  • cyan value is 0.00%
  • magenta value is 75.43%
  • yellow value is 38.29%
  • key color value is 31.37%
CMYK:
(0,75,38,31)
C0M75Y38K31 
(0%,75%,38%,31%)
(0.00/0.75/0.38/0.31)	

CMYK percentages

%0
%75.43
%38.29
%31.37

Codes

Color #AF2B6C in popluar color models

AF2B6C
RGB17543108
HSL330°60.55%42.75%
HSB/HSV330°75.43%68.63%
CMYK0.00%75.43%38.29%
31.37%

Color #AF2B6C in popluar number systems.

HEXAF2B6C
Decimal17543108
Binary101011111010111101100
Octal25753154

Shades and tints

Shades of #AF2B6C

#AF2B6C
(175,43,108)
#A02863
(160,40,99)
#91255A
(145,37,90)
#822251
(130,34,81)
#731F48
(115,31,72)
#641C3F
(100,28,63)
#551936
(85,25,54)
#46162D
(70,22,45)
#371324
(55,19,36)
#28101B
(40,16,27)
#190D12
(25,13,18)
#000000
(0,0,0)

Tints of #AF2B6C

#AF2B6C
(175,43,108)
#B63E79
(182,62,121)
#BD5186
(189,81,134)
#C46493
(196,100,147)
#CB77A0
(203,119,160)
#D28AAD
(210,138,173)
#D99DBA
(217,157,186)
#E0B0C7
(224,176,199)
#E7C3D4
(231,195,212)
#EED6E1
(238,214,225)
#F5E9EE
(245,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF2B6C color. Also use rgb(175,43,108) instead hex code.

Text Font Color

.myTextColor { color: #AF2B6C; }

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

This text font color is #AF2B6C.


Background Color

.myBgColor { background-color: #AF2B6C; }

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

This div background color is #AF2B6C.


Border color

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

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

This div border color is #AF2B6C.


Opacity

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

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

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

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

This text has shadow with #AF2B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF2B6C on black background.


Color preview on white background

This text has color #AF2B6C on white background.



Black color preview on #AF2B6C background

This text has black color on #AF2B6C background.


White color preview on #AF2B6C background

This text has white color on #AF2B6C background.