COLOR #AF649E

HEX: #AF649E
RGB: (175,100,158)

Color info

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

RGB color model

#AF649E color RGB value is (175,100,158).

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

RGB channels and saturation

R 175 of 255 = 69%
G 100 of 255 = 39%
B 158 of 255 = 62%

175
100
158

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

Portions of RGB colors in percentages

R + G + B =
175 + 100 + 158 = 433 (100%)
R 175 of 433 ~ 40.42%
G 100 of 433 ~ 23.09%
B 158 of 433 ~ 36.49%

%40.42
%23.09
%36.49

CMYK color model

#AF649E color CMYK value is (0,43,10,31).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 9.71%
  • key color value is 31.37%
CMYK:
(0,43,10,31)
C0M43Y10K31 
(0%,43%,10%,31%)
(0.00/0.43/0.10/0.31)	

CMYK percentages

%0
%42.86
%9.71
%31.37

Codes

Color #AF649E in popluar color models

AF649E
RGB175100158
HSL314°31.91%53.92%
HSB/HSV314°42.86%68.63%
CMYK0.00%42.86%9.71%
31.37%

Color #AF649E in popluar number systems.

HEXAF649E
Decimal175100158
Binary10101111110010010011110
Octal257144236

Shades and tints

Shades of #AF649E

#AF649E
(175,100,158)
#A05B90
(160,91,144)
#915282
(145,82,130)
#824974
(130,73,116)
#734066
(115,64,102)
#643758
(100,55,88)
#552E4A
(85,46,74)
#46253C
(70,37,60)
#371C2E
(55,28,46)
#281320
(40,19,32)
#190A12
(25,10,18)
#000000
(0,0,0)

Tints of #AF649E

#AF649E
(175,100,158)
#B672A6
(182,114,166)
#BD80AE
(189,128,174)
#C48EB6
(196,142,182)
#CB9CBE
(203,156,190)
#D2AAC6
(210,170,198)
#D9B8CE
(217,184,206)
#E0C6D6
(224,198,214)
#E7D4DE
(231,212,222)
#EEE2E6
(238,226,230)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF649E; }

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

This text font color is #AF649E.


Background Color

.myBgColor { background-color: #AF649E; }

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

This div background color is #AF649E.


Border color

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

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

This div border color is #AF649E.


Opacity

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

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

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

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

This text has shadow with #AF649E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF649E on black background.


Color preview on white background

This text has color #AF649E on white background.



Black color preview on #AF649E background

This text has black color on #AF649E background.


White color preview on #AF649E background

This text has white color on #AF649E background.