COLOR #AF59AC

HEX: #AF59AC
RGB: (175,89,172)

Color info

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

RGB color model

#AF59AC color RGB value is (175,89,172).

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

RGB channels and saturation

R 175 of 255 = 69%
G 89 of 255 = 35%
B 172 of 255 = 67%

175
89
172

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

Portions of RGB colors in percentages

R + G + B =
175 + 89 + 172 = 436 (100%)
R 175 of 436 ~ 40.14%
G 89 of 436 ~ 20.41%
B 172 of 436 ~ 39.45%

%40.14
%20.41
%39.45

CMYK color model

#AF59AC color CMYK value is (0,49,2,31).

  • cyan value is 0.00%
  • magenta value is 49.14%
  • yellow value is 1.71%
  • key color value is 31.37%
CMYK:
(0,49,2,31)
C0M49Y2K31 
(0%,49%,2%,31%)
(0.00/0.49/0.02/0.31)	

CMYK percentages

%0
%49.14
%1.71
%31.37

Codes

Color #AF59AC in popluar color models

AF59AC
RGB17589172
HSL302°34.96%51.76%
HSB/HSV302°49.14%68.63%
CMYK0.00%49.14%1.71%
31.37%

Color #AF59AC in popluar number systems.

HEXAF59AC
Decimal17589172
Binary10101111101100110101100
Octal257131254

Shades and tints

Shades of #AF59AC

#AF59AC
(175,89,172)
#A0519D
(160,81,157)
#91498E
(145,73,142)
#82417F
(130,65,127)
#733970
(115,57,112)
#643161
(100,49,97)
#552952
(85,41,82)
#462143
(70,33,67)
#371934
(55,25,52)
#281125
(40,17,37)
#190916
(25,9,22)
#000000
(0,0,0)

Tints of #AF59AC

#AF59AC
(175,89,172)
#B668B3
(182,104,179)
#BD77BA
(189,119,186)
#C486C1
(196,134,193)
#CB95C8
(203,149,200)
#D2A4CF
(210,164,207)
#D9B3D6
(217,179,214)
#E0C2DD
(224,194,221)
#E7D1E4
(231,209,228)
#EEE0EB
(238,224,235)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF59AC; }

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

This text font color is #AF59AC.


Background Color

.myBgColor { background-color: #AF59AC; }

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

This div background color is #AF59AC.


Border color

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

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

This div border color is #AF59AC.


Opacity

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

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

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

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

This text has shadow with #AF59AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF59AC on black background.


Color preview on white background

This text has color #AF59AC on white background.



Black color preview on #AF59AC background

This text has black color on #AF59AC background.


White color preview on #AF59AC background

This text has white color on #AF59AC background.