COLOR #AF92B0

HEX: #AF92B0 RGB: (175,146,176)

Color info

#AF92B0 contains red, green and blue colors in about the same proportion. Web safe color of #AF92B0 is #999999 (or #999).

RGB color model

#AF92B0 color RGB value is (175,146,176).

RGB: (175,146,176) (69%, 57%, 69%)

RGB channels and saturation

R 175 of 255 = 69%
G 146 of 255 = 57%
B 176 of 255 = 69%

175
146
176

R + G + B ~ 65%. #AF92B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 146 + 176 = 497 (100%)
R 175 of 497 ~ 35.21%
G 146 of 497 ~ 29.38%
B 176 of 497 ~ 35.41'%

%35.21
%29.38
%35.41

CMYK color model

#AF92B0 color CMYK value is (1,17,0,31).

  • cyan value is 0.57%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (1,17,0,31)
C1M17Y0K31 (1%, 17%, 0%, 31%)
(0.01 / 0.17 / 0.00 / 0.31)

CMYK percentages

%0.57
%17.05
%0
%30.98

Codes

Color #AF92B0 in popluar color models

AF 92 B0
RGB 175 146 176
HSL 298° 15.96% 63.14%
HSB/HSV 298° 17.05% 69.02%
CMYK 0.57% 17.05% 0.00%
30.98%

Color #AF92B0 in popluar number systems.

HEX AF 92 B0
Decimal 175 146 176
Binary 10101111 10010010 10110000
Octal 257 222 260

Shades and tints

Shades of #AF92B0

#AF92B0
(175,146,176)
#A085A0
(160,133,160)
#917890
(145,120,144)
#826B80
(130,107,128)
#735E70
(115,94,112)
#645160
(100,81,96)
#554450
(85,68,80)
#463740
(70,55,64)
#372A30
(55,42,48)
#281D20
(40,29,32)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #AF92B0

#AF92B0
(175,146,176)
#B69BB7
(182,155,183)
#BDA4BE
(189,164,190)
#C4ADC5
(196,173,197)
#CBB6CC
(203,182,204)
#D2BFD3
(210,191,211)
#D9C8DA
(217,200,218)
#E0D1E1
(224,209,225)
#E7DAE8
(231,218,232)
#EEE3EF
(238,227,239)
#F5ECF6
(245,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF92B0 color. Also use rgb(175,146,176) instead hex code.

Text Font Color

.myTextColor { color: #AF92B0; }

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

This text font color is #AF92B0.

Background Color

.myBgColor { background-color: #AF92B0; }

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

This div background color is #AF92B0.

Border color

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

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

This div border color is #AF92B0.

Opacity

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

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

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

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

This text has shadow with #AF92B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF92B0.

Preview

Color preview on black background

This text has color #AF92B0 on black background.


Color preview on white background

This text has color #AF92B0 on white background.


Black color preview on #AF92B0 background

This text has black color on #AF92B0 background.


White color preview on #AF92B0 background

This text has white color on #AF92B0 background.


Related colors

Complementary color

Complementary color for #hex is #506D4F.


I love getcolorcode.com

Triadic colors

1 #B0AF92 and #92B0AF with #AF92B0 are triadic colors.

2 #B092AF and #92AFB0 with #AF92B0 are triadic colors.