COLOR #AF61B9

HEX: #AF61B9 RGB: (175,97,185)

Color info

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

RGB color model

#AF61B9 color RGB value is (175,97,185).

RGB: (175,97,185) (69%, 38%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 97 of 255 = 38%
B 185 of 255 = 73%

175
97
185

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

Portions of RGB colors in percentages

R + G + B = 175 + 97 + 185 = 457 (100%)
R 175 of 457 ~ 38.29%
G 97 of 457 ~ 21.23%
B 185 of 457 ~ 40.48'%

%38.29
%21.23
%40.48

CMYK color model

#AF61B9 color CMYK value is (5,48,0,27).

  • cyan value is 5.41%
  • magenta value is 47.57%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (5,48,0,27)
C5M48Y0K27 (5%, 48%, 0%, 27%)
(0.05 / 0.48 / 0.00 / 0.27)

CMYK percentages

%5.41
%47.57
%0
%27.45

Codes

Color #AF61B9 in popluar color models

AF 61 B9
RGB 175 97 185
HSL 293° 38.60% 55.29%
HSB/HSV 293° 47.57% 72.55%
CMYK 5.41% 47.57% 0.00%
27.45%

Color #AF61B9 in popluar number systems.

HEX AF 61 B9
Decimal 175 97 185
Binary 10101111 1100001 10111001
Octal 257 141 271

Shades and tints

Shades of #AF61B9

#AF61B9
(175,97,185)
#A059A9
(160,89,169)
#915199
(145,81,153)
#824989
(130,73,137)
#734179
(115,65,121)
#643969
(100,57,105)
#553159
(85,49,89)
#462949
(70,41,73)
#372139
(55,33,57)
#281929
(40,25,41)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #AF61B9

#AF61B9
(175,97,185)
#B66FBF
(182,111,191)
#BD7DC5
(189,125,197)
#C48BCB
(196,139,203)
#CB99D1
(203,153,209)
#D2A7D7
(210,167,215)
#D9B5DD
(217,181,221)
#E0C3E3
(224,195,227)
#E7D1E9
(231,209,233)
#EEDFEF
(238,223,239)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF61B9 color. Also use rgb(175,97,185) instead hex code.

Text Font Color

.myTextColor { color: #AF61B9; }

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

This text font color is #AF61B9.

Background Color

.myBgColor { background-color: #AF61B9; }

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

This div background color is #AF61B9.

Border color

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

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

This div border color is #AF61B9.

Opacity

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

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

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

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

This text has shadow with #AF61B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF61B9.

Preview

Color preview on black background

This text has color #AF61B9 on black background.


Color preview on white background

This text has color #AF61B9 on white background.


Black color preview on #AF61B9 background

This text has black color on #AF61B9 background.


White color preview on #AF61B9 background

This text has white color on #AF61B9 background.


Related colors

Complementary color

Complementary color for #hex is #509E46.


I love getcolorcode.com

Triadic colors

1 #B9AF61 and #61B9AF with #AF61B9 are triadic colors.

2 #B961AF and #61AFB9 with #AF61B9 are triadic colors.