COLOR #AF648D

HEX: #AF648D
RGB: (175,100,141)

Color info

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

RGB color model

#AF648D color RGB value is (175,100,141).

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

RGB channels and saturation

R 175 of 255 = 69%
G 100 of 255 = 39%
B 141 of 255 = 55%

175
100
141

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

Portions of RGB colors in percentages

R + G + B =
175 + 100 + 141 = 416 (100%)
R 175 of 416 ~ 42.07%
G 100 of 416 ~ 24.04%
B 141 of 416 ~ 33.89%

%42.07
%24.04
%33.89

CMYK color model

#AF648D color CMYK value is (0,43,19,31).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 19.43%
  • key color value is 31.37%
CMYK:
(0,43,19,31)
C0M43Y19K31 
(0%,43%,19%,31%)
(0.00/0.43/0.19/0.31)	

CMYK percentages

%0
%42.86
%19.43
%31.37

Codes

Color #AF648D in popluar color models

AF648D
RGB175100141
HSL327°31.91%53.92%
HSB/HSV327°42.86%68.63%
CMYK0.00%42.86%19.43%
31.37%

Color #AF648D in popluar number systems.

HEXAF648D
Decimal175100141
Binary10101111110010010001101
Octal257144215

Shades and tints

Shades of #AF648D

#AF648D
(175,100,141)
#A05B81
(160,91,129)
#915275
(145,82,117)
#824969
(130,73,105)
#73405D
(115,64,93)
#643751
(100,55,81)
#552E45
(85,46,69)
#462539
(70,37,57)
#371C2D
(55,28,45)
#281321
(40,19,33)
#190A15
(25,10,21)
#000000
(0,0,0)

Tints of #AF648D

#AF648D
(175,100,141)
#B67297
(182,114,151)
#BD80A1
(189,128,161)
#C48EAB
(196,142,171)
#CB9CB5
(203,156,181)
#D2AABF
(210,170,191)
#D9B8C9
(217,184,201)
#E0C6D3
(224,198,211)
#E7D4DD
(231,212,221)
#EEE2E7
(238,226,231)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF648D; }

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

This text font color is #AF648D.


Background Color

.myBgColor { background-color: #AF648D; }

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

This div background color is #AF648D.


Border color

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

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

This div border color is #AF648D.


Opacity

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

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

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

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

This text has shadow with #AF648D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF648D on black background.


Color preview on white background

This text has color #AF648D on white background.



Black color preview on #AF648D background

This text has black color on #AF648D background.


White color preview on #AF648D background

This text has white color on #AF648D background.