COLOR #AF64AC

HEX: #AF64AC
RGB: (175,100,172)

Color info

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

RGB color model

#AF64AC color RGB value is (175,100,172).

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

RGB channels and saturation

R 175 of 255 = 69%
G 100 of 255 = 39%
B 172 of 255 = 67%

175
100
172

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

Portions of RGB colors in percentages

R + G + B =
175 + 100 + 172 = 447 (100%)
R 175 of 447 ~ 39.15%
G 100 of 447 ~ 22.37%
B 172 of 447 ~ 38.48%

%39.15
%22.37
%38.48

CMYK color model

#AF64AC color CMYK value is (0,43,2,31).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 1.71%
  • key color value is 31.37%
CMYK:
(0,43,2,31)
C0M43Y2K31 
(0%,43%,2%,31%)
(0.00/0.43/0.02/0.31)	

CMYK percentages

%0
%42.86
%1.71
%31.37

Codes

Color #AF64AC in popluar color models

AF64AC
RGB175100172
HSL302°31.91%53.92%
HSB/HSV302°42.86%68.63%
CMYK0.00%42.86%1.71%
31.37%

Color #AF64AC in popluar number systems.

HEXAF64AC
Decimal175100172
Binary10101111110010010101100
Octal257144254

Shades and tints

Shades of #AF64AC

#AF64AC
(175,100,172)
#A05B9D
(160,91,157)
#91528E
(145,82,142)
#82497F
(130,73,127)
#734070
(115,64,112)
#643761
(100,55,97)
#552E52
(85,46,82)
#462543
(70,37,67)
#371C34
(55,28,52)
#281325
(40,19,37)
#190A16
(25,10,22)
#000000
(0,0,0)

Tints of #AF64AC

#AF64AC
(175,100,172)
#B672B3
(182,114,179)
#BD80BA
(189,128,186)
#C48EC1
(196,142,193)
#CB9CC8
(203,156,200)
#D2AACF
(210,170,207)
#D9B8D6
(217,184,214)
#E0C6DD
(224,198,221)
#E7D4E4
(231,212,228)
#EEE2EB
(238,226,235)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF64AC; }

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

This text font color is #AF64AC.


Background Color

.myBgColor { background-color: #AF64AC; }

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

This div background color is #AF64AC.


Border color

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

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

This div border color is #AF64AC.


Opacity

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

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

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

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

This text has shadow with #AF64AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF64AC on black background.


Color preview on white background

This text has color #AF64AC on white background.



Black color preview on #AF64AC background

This text has black color on #AF64AC background.


White color preview on #AF64AC background

This text has white color on #AF64AC background.