COLOR #AF2659

HEX: #AF2659
RGB: (175,38,89)

Color info

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

RGB color model

#AF2659 color RGB value is (175,38,89).

  • red value is 175;
  • green value is 38;
  • blue value is 89.
RGB:
(175,38,89)
(69%,15%,35%)

RGB channels and saturation

R 175 of 255 = 69%
G 38 of 255 = 15%
B 89 of 255 = 35%

175
38
89

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

Portions of RGB colors in percentages

R + G + B =
175 + 38 + 89 = 302 (100%)
R 175 of 302 ~ 57.95%
G 38 of 302 ~ 12.58%
B 89 of 302 ~ 29.47%

%57.95
%12.58
%29.47

CMYK color model

#AF2659 color CMYK value is (0,78,49,31).

  • cyan value is 0.00%
  • magenta value is 78.29%
  • yellow value is 49.14%
  • key color value is 31.37%
CMYK:
(0,78,49,31)
C0M78Y49K31 
(0%,78%,49%,31%)
(0.00/0.78/0.49/0.31)	

CMYK percentages

%0
%78.29
%49.14
%31.37

Codes

Color #AF2659 in popluar color models

AF2659
RGB1753889
HSL338°64.32%41.76%
HSB/HSV338°78.29%68.63%
CMYK0.00%78.29%49.14%
31.37%

Color #AF2659 in popluar number systems.

HEXAF2659
Decimal1753889
Binary101011111001101011001
Octal25746131

Shades and tints

Shades of #AF2659

#AF2659
(175,38,89)
#A02351
(160,35,81)
#912049
(145,32,73)
#821D41
(130,29,65)
#731A39
(115,26,57)
#641731
(100,23,49)
#551429
(85,20,41)
#461121
(70,17,33)
#370E19
(55,14,25)
#280B11
(40,11,17)
#190809
(25,8,9)
#000000
(0,0,0)

Tints of #AF2659

#AF2659
(175,38,89)
#B63968
(182,57,104)
#BD4C77
(189,76,119)
#C45F86
(196,95,134)
#CB7295
(203,114,149)
#D285A4
(210,133,164)
#D998B3
(217,152,179)
#E0ABC2
(224,171,194)
#E7BED1
(231,190,209)
#EED1E0
(238,209,224)
#F5E4EF
(245,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF2659 color. Also use rgb(175,38,89) instead hex code.

Text Font Color

.myTextColor { color: #AF2659; }

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

This text font color is #AF2659.


Background Color

.myBgColor { background-color: #AF2659; }

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

This div background color is #AF2659.


Border color

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

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

This div border color is #AF2659.


Opacity

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

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

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

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

This text has shadow with #AF2659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF2659 on black background.


Color preview on white background

This text has color #AF2659 on white background.



Black color preview on #AF2659 background

This text has black color on #AF2659 background.


White color preview on #AF2659 background

This text has white color on #AF2659 background.