COLOR #AF60B6

HEX: #AF60B6
RGB: (175,96,182)

Color info

#AF60B6 contains mainly red and blue colors. Web safe color of #AF60B6 is #9966CC (or #96C).

RGB color model

#AF60B6 color RGB value is (175,96,182).

  • red value is 175;
  • green value is 96;
  • blue value is 182.
RGB:
(175,96,182)
(69%,38%,71%)

RGB channels and saturation

R 175 of 255 = 69%
G 96 of 255 = 38%
B 182 of 255 = 71%

175
96
182

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

Portions of RGB colors in percentages

R + G + B =
175 + 96 + 182 = 453 (100%)
R 175 of 453 ~ 38.63%
G 96 of 453 ~ 21.19%
B 182 of 453 ~ 40.18%

%38.63
%21.19
%40.18

CMYK color model

#AF60B6 color CMYK value is (4,47,0,29).

  • cyan value is 3.85%
  • magenta value is 47.25%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(4,47,0,29)
C4M47Y0K29 
(4%,47%,0%,29%)
(0.04/0.47/0.00/0.29)	

CMYK percentages

%3.85
%47.25
%0
%28.63

Codes

Color #AF60B6 in popluar color models

AF60B6
RGB17596182
HSL295°37.07%54.51%
HSB/HSV295°47.25%71.37%
CMYK3.85%47.25%0.00%
28.63%

Color #AF60B6 in popluar number systems.

HEXAF60B6
Decimal17596182
Binary10101111110000010110110
Octal257140266

Shades and tints

Shades of #AF60B6

#AF60B6
(175,96,182)
#A058A6
(160,88,166)
#915096
(145,80,150)
#824886
(130,72,134)
#734076
(115,64,118)
#643866
(100,56,102)
#553056
(85,48,86)
#462846
(70,40,70)
#372036
(55,32,54)
#281826
(40,24,38)
#191016
(25,16,22)
#000000
(0,0,0)

Tints of #AF60B6

#AF60B6
(175,96,182)
#B66EBC
(182,110,188)
#BD7CC2
(189,124,194)
#C48AC8
(196,138,200)
#CB98CE
(203,152,206)
#D2A6D4
(210,166,212)
#D9B4DA
(217,180,218)
#E0C2E0
(224,194,224)
#E7D0E6
(231,208,230)
#EEDEEC
(238,222,236)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF60B6 color. Also use rgb(175,96,182) instead hex code.

Text Font Color

.myTextColor { color: #AF60B6; }

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

This text font color is #AF60B6.


Background Color

.myBgColor { background-color: #AF60B6; }

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

This div background color is #AF60B6.


Border color

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

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

This div border color is #AF60B6.


Opacity

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

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

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

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

This text has shadow with #AF60B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF60B6 on black background.


Color preview on white background

This text has color #AF60B6 on white background.



Black color preview on #AF60B6 background

This text has black color on #AF60B6 background.


White color preview on #AF60B6 background

This text has white color on #AF60B6 background.