COLOR #AF6AB3

HEX: #AF6AB3
RGB: (175,106,179)

Color info

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

RGB color model

#AF6AB3 color RGB value is (175,106,179).

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

RGB channels and saturation

R 175 of 255 = 69%
G 106 of 255 = 42%
B 179 of 255 = 70%

175
106
179

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

Portions of RGB colors in percentages

R + G + B =
175 + 106 + 179 = 460 (100%)
R 175 of 460 ~ 38.04%
G 106 of 460 ~ 23.04%
B 179 of 460 ~ 38.91%

%38.04
%23.04
%38.91

CMYK color model

#AF6AB3 color CMYK value is (2,41,0,30).

  • cyan value is 2.23%
  • magenta value is 40.78%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(2,41,0,30)
C2M41Y0K30 
(2%,41%,0%,30%)
(0.02/0.41/0.00/0.30)	

CMYK percentages

%2.23
%40.78
%0
%29.8

Codes

Color #AF6AB3 in popluar color models

AF6AB3
RGB175106179
HSL297°32.44%55.88%
HSB/HSV297°40.78%70.20%
CMYK2.23%40.78%0.00%
29.80%

Color #AF6AB3 in popluar number systems.

HEXAF6AB3
Decimal175106179
Binary10101111110101010110011
Octal257152263

Shades and tints

Shades of #AF6AB3

#AF6AB3
(175,106,179)
#A061A3
(160,97,163)
#915893
(145,88,147)
#824F83
(130,79,131)
#734673
(115,70,115)
#643D63
(100,61,99)
#553453
(85,52,83)
#462B43
(70,43,67)
#372233
(55,34,51)
#281923
(40,25,35)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #AF6AB3

#AF6AB3
(175,106,179)
#B677B9
(182,119,185)
#BD84BF
(189,132,191)
#C491C5
(196,145,197)
#CB9ECB
(203,158,203)
#D2ABD1
(210,171,209)
#D9B8D7
(217,184,215)
#E0C5DD
(224,197,221)
#E7D2E3
(231,210,227)
#EEDFE9
(238,223,233)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6AB3; }

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

This text font color is #AF6AB3.


Background Color

.myBgColor { background-color: #AF6AB3; }

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

This div background color is #AF6AB3.


Border color

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

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

This div border color is #AF6AB3.


Opacity

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

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

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

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

This text has shadow with #AF6AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6AB3 on black background.


Color preview on white background

This text has color #AF6AB3 on white background.



Black color preview on #AF6AB3 background

This text has black color on #AF6AB3 background.


White color preview on #AF6AB3 background

This text has white color on #AF6AB3 background.