COLOR #AF60A4

HEX: #AF60A4
RGB: (175,96,164)

Color info

#AF60A4 contains mainly red and blue colors. Web safe color of #AF60A4 is #996699 (or #969).

RGB color model

#AF60A4 color RGB value is (175,96,164).

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

RGB channels and saturation

R 175 of 255 = 69%
G 96 of 255 = 38%
B 164 of 255 = 64%

175
96
164

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

Portions of RGB colors in percentages

R + G + B =
175 + 96 + 164 = 435 (100%)
R 175 of 435 ~ 40.23%
G 96 of 435 ~ 22.07%
B 164 of 435 ~ 37.7%

%40.23
%22.07
%37.7

CMYK color model

#AF60A4 color CMYK value is (0,45,6,31).

  • cyan value is 0.00%
  • magenta value is 45.14%
  • yellow value is 6.29%
  • key color value is 31.37%
CMYK:
(0,45,6,31)
C0M45Y6K31 
(0%,45%,6%,31%)
(0.00/0.45/0.06/0.31)	

CMYK percentages

%0
%45.14
%6.29
%31.37

Codes

Color #AF60A4 in popluar color models

AF60A4
RGB17596164
HSL308°33.05%53.14%
HSB/HSV308°45.14%68.63%
CMYK0.00%45.14%6.29%
31.37%

Color #AF60A4 in popluar number systems.

HEXAF60A4
Decimal17596164
Binary10101111110000010100100
Octal257140244

Shades and tints

Shades of #AF60A4

#AF60A4
(175,96,164)
#A05896
(160,88,150)
#915088
(145,80,136)
#82487A
(130,72,122)
#73406C
(115,64,108)
#64385E
(100,56,94)
#553050
(85,48,80)
#462842
(70,40,66)
#372034
(55,32,52)
#281826
(40,24,38)
#191018
(25,16,24)
#000000
(0,0,0)

Tints of #AF60A4

#AF60A4
(175,96,164)
#B66EAC
(182,110,172)
#BD7CB4
(189,124,180)
#C48ABC
(196,138,188)
#CB98C4
(203,152,196)
#D2A6CC
(210,166,204)
#D9B4D4
(217,180,212)
#E0C2DC
(224,194,220)
#E7D0E4
(231,208,228)
#EEDEEC
(238,222,236)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF60A4; }

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

This text font color is #AF60A4.


Background Color

.myBgColor { background-color: #AF60A4; }

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

This div background color is #AF60A4.


Border color

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

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

This div border color is #AF60A4.


Opacity

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

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

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

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

This text has shadow with #AF60A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF60A4 on black background.


Color preview on white background

This text has color #AF60A4 on white background.



Black color preview on #AF60A4 background

This text has black color on #AF60A4 background.


White color preview on #AF60A4 background

This text has white color on #AF60A4 background.