COLOR #AF60B5

HEX: #AF60B5
RGB: (175,96,181)

Color info

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

RGB color model

#AF60B5 color RGB value is (175,96,181).

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

RGB channels and saturation

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

175
96
181

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

Portions of RGB colors in percentages

R + G + B =
175 + 96 + 181 = 452 (100%)
R 175 of 452 ~ 38.72%
G 96 of 452 ~ 21.24%
B 181 of 452 ~ 40.04%

%38.72
%21.24
%40.04

CMYK color model

#AF60B5 color CMYK value is (3,47,0,29).

  • cyan value is 3.31%
  • magenta value is 46.96%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(3,47,0,29)
C3M47Y0K29 
(3%,47%,0%,29%)
(0.03/0.47/0.00/0.29)	

CMYK percentages

%3.31
%46.96
%0
%29.02

Codes

Color #AF60B5 in popluar color models

AF60B5
RGB17596181
HSL296°36.48%54.31%
HSB/HSV296°46.96%70.98%
CMYK3.31%46.96%0.00%
29.02%

Color #AF60B5 in popluar number systems.

HEXAF60B5
Decimal17596181
Binary10101111110000010110101
Octal257140265

Shades and tints

Shades of #AF60B5

#AF60B5
(175,96,181)
#A058A5
(160,88,165)
#915095
(145,80,149)
#824885
(130,72,133)
#734075
(115,64,117)
#643865
(100,56,101)
#553055
(85,48,85)
#462845
(70,40,69)
#372035
(55,32,53)
#281825
(40,24,37)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #AF60B5

#AF60B5
(175,96,181)
#B66EBB
(182,110,187)
#BD7CC1
(189,124,193)
#C48AC7
(196,138,199)
#CB98CD
(203,152,205)
#D2A6D3
(210,166,211)
#D9B4D9
(217,180,217)
#E0C2DF
(224,194,223)
#E7D0E5
(231,208,229)
#EEDEEB
(238,222,235)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF60B5; }

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

This text font color is #AF60B5.


Background Color

.myBgColor { background-color: #AF60B5; }

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

This div background color is #AF60B5.


Border color

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

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

This div border color is #AF60B5.


Opacity

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

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

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

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

This text has shadow with #AF60B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF60B5 on black background.


Color preview on white background

This text has color #AF60B5 on white background.



Black color preview on #AF60B5 background

This text has black color on #AF60B5 background.


White color preview on #AF60B5 background

This text has white color on #AF60B5 background.