COLOR #AF76BD

HEX: #AF76BD
RGB: (175,118,189)

Color info

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

RGB color model

#AF76BD color RGB value is (175,118,189).

  • red value is 175;
  • green value is 118;
  • blue value is 189.
RGB:
(175,118,189)
(69%,46%,74%)

RGB channels and saturation

R 175 of 255 = 69%
G 118 of 255 = 46%
B 189 of 255 = 74%

175
118
189

R + G + B ~ 63%. #AF76BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 118 + 189 = 482 (100%)
R 175 of 482 ~ 36.31%
G 118 of 482 ~ 24.48%
B 189 of 482 ~ 39.21%

%36.31
%24.48
%39.21

CMYK color model

#AF76BD color CMYK value is (7,38,0,26).

  • cyan value is 7.41%
  • magenta value is 37.57%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(7,38,0,26)
C7M38Y0K26 
(7%,38%,0%,26%)
(0.07/0.38/0.00/0.26)	

CMYK percentages

%7.41
%37.57
%0
%25.88

Codes

Color #AF76BD in popluar color models

AF76BD
RGB175118189
HSL288°34.98%60.20%
HSB/HSV288°37.57%74.12%
CMYK7.41%37.57%0.00%
25.88%

Color #AF76BD in popluar number systems.

HEXAF76BD
Decimal175118189
Binary10101111111011010111101
Octal257166275

Shades and tints

Shades of #AF76BD

#AF76BD
(175,118,189)
#A06CAC
(160,108,172)
#91629B
(145,98,155)
#82588A
(130,88,138)
#734E79
(115,78,121)
#644468
(100,68,104)
#553A57
(85,58,87)
#463046
(70,48,70)
#372635
(55,38,53)
#281C24
(40,28,36)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #AF76BD

#AF76BD
(175,118,189)
#B682C3
(182,130,195)
#BD8EC9
(189,142,201)
#C49ACF
(196,154,207)
#CBA6D5
(203,166,213)
#D2B2DB
(210,178,219)
#D9BEE1
(217,190,225)
#E0CAE7
(224,202,231)
#E7D6ED
(231,214,237)
#EEE2F3
(238,226,243)
#F5EEF9
(245,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF76BD color. Also use rgb(175,118,189) instead hex code.

Text Font Color

.myTextColor { color: #AF76BD; }

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

This text font color is #AF76BD.


Background Color

.myBgColor { background-color: #AF76BD; }

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

This div background color is #AF76BD.


Border color

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

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

This div border color is #AF76BD.


Opacity

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

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

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

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

This text has shadow with #AF76BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF76BD on black background.


Color preview on white background

This text has color #AF76BD on white background.



Black color preview on #AF76BD background

This text has black color on #AF76BD background.


White color preview on #AF76BD background

This text has white color on #AF76BD background.