COLOR #AF6A9B

HEX: #AF6A9B
RGB: (175,106,155)

Color info

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

RGB color model

#AF6A9B color RGB value is (175,106,155).

  • red value is 175;
  • green value is 106;
  • blue value is 155.
RGB:
(175,106,155)
(69%,42%,61%)

RGB channels and saturation

R 175 of 255 = 69%
G 106 of 255 = 42%
B 155 of 255 = 61%

175
106
155

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

Portions of RGB colors in percentages

R + G + B =
175 + 106 + 155 = 436 (100%)
R 175 of 436 ~ 40.14%
G 106 of 436 ~ 24.31%
B 155 of 436 ~ 35.55%

%40.14
%24.31
%35.55

CMYK color model

#AF6A9B color CMYK value is (0,39,11,31).

  • cyan value is 0.00%
  • magenta value is 39.43%
  • yellow value is 11.43%
  • key color value is 31.37%
CMYK:
(0,39,11,31)
C0M39Y11K31 
(0%,39%,11%,31%)
(0.00/0.39/0.11/0.31)	

CMYK percentages

%0
%39.43
%11.43
%31.37

Codes

Color #AF6A9B in popluar color models

AF6A9B
RGB175106155
HSL317°30.13%55.10%
HSB/HSV317°39.43%68.63%
CMYK0.00%39.43%11.43%
31.37%

Color #AF6A9B in popluar number systems.

HEXAF6A9B
Decimal175106155
Binary10101111110101010011011
Octal257152233

Shades and tints

Shades of #AF6A9B

#AF6A9B
(175,106,155)
#A0618D
(160,97,141)
#91587F
(145,88,127)
#824F71
(130,79,113)
#734663
(115,70,99)
#643D55
(100,61,85)
#553447
(85,52,71)
#462B39
(70,43,57)
#37222B
(55,34,43)
#28191D
(40,25,29)
#19100F
(25,16,15)
#000000
(0,0,0)

Tints of #AF6A9B

#AF6A9B
(175,106,155)
#B677A4
(182,119,164)
#BD84AD
(189,132,173)
#C491B6
(196,145,182)
#CB9EBF
(203,158,191)
#D2ABC8
(210,171,200)
#D9B8D1
(217,184,209)
#E0C5DA
(224,197,218)
#E7D2E3
(231,210,227)
#EEDFEC
(238,223,236)
#F5ECF5
(245,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6A9B color. Also use rgb(175,106,155) instead hex code.

Text Font Color

.myTextColor { color: #AF6A9B; }

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

This text font color is #AF6A9B.


Background Color

.myBgColor { background-color: #AF6A9B; }

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

This div background color is #AF6A9B.


Border color

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

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

This div border color is #AF6A9B.


Opacity

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

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

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

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

This text has shadow with #AF6A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6A9B on black background.


Color preview on white background

This text has color #AF6A9B on white background.



Black color preview on #AF6A9B background

This text has black color on #AF6A9B background.


White color preview on #AF6A9B background

This text has white color on #AF6A9B background.