COLOR #AF64AE

HEX: #AF64AE
RGB: (175,100,174)

Color info

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

RGB color model

#AF64AE color RGB value is (175,100,174).

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

RGB channels and saturation

R 175 of 255 = 69%
G 100 of 255 = 39%
B 174 of 255 = 68%

175
100
174

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

Portions of RGB colors in percentages

R + G + B =
175 + 100 + 174 = 449 (100%)
R 175 of 449 ~ 38.98%
G 100 of 449 ~ 22.27%
B 174 of 449 ~ 38.75%

%38.98
%22.27
%38.75

CMYK color model

#AF64AE color CMYK value is (0,43,1,31).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 0.57%
  • key color value is 31.37%
CMYK:
(0,43,1,31)
C0M43Y1K31 
(0%,43%,1%,31%)
(0.00/0.43/0.01/0.31)	

CMYK percentages

%0
%42.86
%0.57
%31.37

Codes

Color #AF64AE in popluar color models

AF64AE
RGB175100174
HSL301°31.91%53.92%
HSB/HSV301°42.86%68.63%
CMYK0.00%42.86%0.57%
31.37%

Color #AF64AE in popluar number systems.

HEXAF64AE
Decimal175100174
Binary10101111110010010101110
Octal257144256

Shades and tints

Shades of #AF64AE

#AF64AE
(175,100,174)
#A05B9F
(160,91,159)
#915290
(145,82,144)
#824981
(130,73,129)
#734072
(115,64,114)
#643763
(100,55,99)
#552E54
(85,46,84)
#462545
(70,37,69)
#371C36
(55,28,54)
#281327
(40,19,39)
#190A18
(25,10,24)
#000000
(0,0,0)

Tints of #AF64AE

#AF64AE
(175,100,174)
#B672B5
(182,114,181)
#BD80BC
(189,128,188)
#C48EC3
(196,142,195)
#CB9CCA
(203,156,202)
#D2AAD1
(210,170,209)
#D9B8D8
(217,184,216)
#E0C6DF
(224,198,223)
#E7D4E6
(231,212,230)
#EEE2ED
(238,226,237)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF64AE; }

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

This text font color is #AF64AE.


Background Color

.myBgColor { background-color: #AF64AE; }

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

This div background color is #AF64AE.


Border color

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

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

This div border color is #AF64AE.


Opacity

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

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

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

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

This text has shadow with #AF64AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF64AE on black background.


Color preview on white background

This text has color #AF64AE on white background.



Black color preview on #AF64AE background

This text has black color on #AF64AE background.


White color preview on #AF64AE background

This text has white color on #AF64AE background.