COLOR #AF3288

HEX: #AF3288
RGB: (175,50,136)

Color info

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

RGB color model

#AF3288 color RGB value is (175,50,136).

  • red value is 175;
  • green value is 50;
  • blue value is 136.
RGB:
(175,50,136)
(69%,20%,53%)

RGB channels and saturation

R 175 of 255 = 69%
G 50 of 255 = 20%
B 136 of 255 = 53%

175
50
136

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

Portions of RGB colors in percentages

R + G + B =
175 + 50 + 136 = 361 (100%)
R 175 of 361 ~ 48.48%
G 50 of 361 ~ 13.85%
B 136 of 361 ~ 37.67%

%48.48
%13.85
%37.67

CMYK color model

#AF3288 color CMYK value is (0,71,22,31).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 22.29%
  • key color value is 31.37%
CMYK:
(0,71,22,31)
C0M71Y22K31 
(0%,71%,22%,31%)
(0.00/0.71/0.22/0.31)	

CMYK percentages

%0
%71.43
%22.29
%31.37

Codes

Color #AF3288 in popluar color models

AF3288
RGB17550136
HSL319°55.56%44.12%
HSB/HSV319°71.43%68.63%
CMYK0.00%71.43%22.29%
31.37%

Color #AF3288 in popluar number systems.

HEXAF3288
Decimal17550136
Binary1010111111001010001000
Octal25762210

Shades and tints

Shades of #AF3288

#AF3288
(175,50,136)
#A02E7C
(160,46,124)
#912A70
(145,42,112)
#822664
(130,38,100)
#732258
(115,34,88)
#641E4C
(100,30,76)
#551A40
(85,26,64)
#461634
(70,22,52)
#371228
(55,18,40)
#280E1C
(40,14,28)
#190A10
(25,10,16)
#000000
(0,0,0)

Tints of #AF3288

#AF3288
(175,50,136)
#B64492
(182,68,146)
#BD569C
(189,86,156)
#C468A6
(196,104,166)
#CB7AB0
(203,122,176)
#D28CBA
(210,140,186)
#D99EC4
(217,158,196)
#E0B0CE
(224,176,206)
#E7C2D8
(231,194,216)
#EED4E2
(238,212,226)
#F5E6EC
(245,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF3288 color. Also use rgb(175,50,136) instead hex code.

Text Font Color

.myTextColor { color: #AF3288; }

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

This text font color is #AF3288.


Background Color

.myBgColor { background-color: #AF3288; }

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

This div background color is #AF3288.


Border color

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

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

This div border color is #AF3288.


Opacity

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

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

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

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

This text has shadow with #AF3288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF3288 on black background.


Color preview on white background

This text has color #AF3288 on white background.



Black color preview on #AF3288 background

This text has black color on #AF3288 background.


White color preview on #AF3288 background

This text has white color on #AF3288 background.