COLOR #AF66BA

HEX: #AF66BA
RGB: (175,102,186)

Color info

#AF66BA contains mainly red and blue colors. Web safe color of #AF66BA is #9966CC (or #96C).

RGB color model

#AF66BA color RGB value is (175,102,186).

  • red value is 175;
  • green value is 102;
  • blue value is 186.
RGB:
(175,102,186)
(69%,40%,73%)

RGB channels and saturation

R 175 of 255 = 69%
G 102 of 255 = 40%
B 186 of 255 = 73%

175
102
186

R + G + B ~ 61%. #AF66BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 102 + 186 = 463 (100%)
R 175 of 463 ~ 37.8%
G 102 of 463 ~ 22.03%
B 186 of 463 ~ 40.17%

%37.8
%22.03
%40.17

CMYK color model

#AF66BA color CMYK value is (6,45,0,27).

  • cyan value is 5.91%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(6,45,0,27)
C6M45Y0K27 
(6%,45%,0%,27%)
(0.06/0.45/0.00/0.27)	

CMYK percentages

%5.91
%45.16
%0
%27.06

Codes

Color #AF66BA in popluar color models

AF66BA
RGB175102186
HSL292°37.84%56.47%
HSB/HSV292°45.16%72.94%
CMYK5.91%45.16%0.00%
27.06%

Color #AF66BA in popluar number systems.

HEXAF66BA
Decimal175102186
Binary10101111110011010111010
Octal257146272

Shades and tints

Shades of #AF66BA

#AF66BA
(175,102,186)
#A05DAA
(160,93,170)
#91549A
(145,84,154)
#824B8A
(130,75,138)
#73427A
(115,66,122)
#64396A
(100,57,106)
#55305A
(85,48,90)
#46274A
(70,39,74)
#371E3A
(55,30,58)
#28152A
(40,21,42)
#190C1A
(25,12,26)
#000000
(0,0,0)

Tints of #AF66BA

#AF66BA
(175,102,186)
#B673C0
(182,115,192)
#BD80C6
(189,128,198)
#C48DCC
(196,141,204)
#CB9AD2
(203,154,210)
#D2A7D8
(210,167,216)
#D9B4DE
(217,180,222)
#E0C1E4
(224,193,228)
#E7CEEA
(231,206,234)
#EEDBF0
(238,219,240)
#F5E8F6
(245,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF66BA color. Also use rgb(175,102,186) instead hex code.

Text Font Color

.myTextColor { color: #AF66BA; }

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

This text font color is #AF66BA.


Background Color

.myBgColor { background-color: #AF66BA; }

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

This div background color is #AF66BA.


Border color

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

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

This div border color is #AF66BA.


Opacity

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

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

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

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

This text has shadow with #AF66BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF66BA on black background.


Color preview on white background

This text has color #AF66BA on white background.



Black color preview on #AF66BA background

This text has black color on #AF66BA background.


White color preview on #AF66BA background

This text has white color on #AF66BA background.