COLOR #AF7CB0

HEX: #AF7CB0
RGB: (175,124,176)

Color info

#AF7CB0 contains red, green and blue colors in about the same proportion. Web safe color of #AF7CB0 is #996699 (or #969).

RGB color model

#AF7CB0 color RGB value is (175,124,176).

  • red value is 175;
  • green value is 124;
  • blue value is 176.
RGB:
(175,124,176)
(69%,49%,69%)

RGB channels and saturation

R 175 of 255 = 69%
G 124 of 255 = 49%
B 176 of 255 = 69%

175
124
176

R + G + B ~ 62%. #AF7CB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 124 + 176 = 475 (100%)
R 175 of 475 ~ 36.84%
G 124 of 475 ~ 26.11%
B 176 of 475 ~ 37.05%

%36.84
%26.11
%37.05

CMYK color model

#AF7CB0 color CMYK value is (1,30,0,31).

  • cyan value is 0.57%
  • magenta value is 29.55%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(1,30,0,31)
C1M30Y0K31 
(1%,30%,0%,31%)
(0.01/0.30/0.00/0.31)	

CMYK percentages

%0.57
%29.55
%0
%30.98

Codes

Color #AF7CB0 in popluar color models

AF7CB0
RGB175124176
HSL299°24.76%58.82%
HSB/HSV299°29.55%69.02%
CMYK0.57%29.55%0.00%
30.98%

Color #AF7CB0 in popluar number systems.

HEXAF7CB0
Decimal175124176
Binary10101111111110010110000
Octal257174260

Shades and tints

Shades of #AF7CB0

#AF7CB0
(175,124,176)
#A071A0
(160,113,160)
#916690
(145,102,144)
#825B80
(130,91,128)
#735070
(115,80,112)
#644560
(100,69,96)
#553A50
(85,58,80)
#462F40
(70,47,64)
#372430
(55,36,48)
#281920
(40,25,32)
#190E10
(25,14,16)
#000000
(0,0,0)

Tints of #AF7CB0

#AF7CB0
(175,124,176)
#B687B7
(182,135,183)
#BD92BE
(189,146,190)
#C49DC5
(196,157,197)
#CBA8CC
(203,168,204)
#D2B3D3
(210,179,211)
#D9BEDA
(217,190,218)
#E0C9E1
(224,201,225)
#E7D4E8
(231,212,232)
#EEDFEF
(238,223,239)
#F5EAF6
(245,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7CB0; }

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

This text font color is #AF7CB0.


Background Color

.myBgColor { background-color: #AF7CB0; }

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

This div background color is #AF7CB0.


Border color

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

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

This div border color is #AF7CB0.


Opacity

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

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

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

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

This text has shadow with #AF7CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7CB0 on black background.


Color preview on white background

This text has color #AF7CB0 on white background.



Black color preview on #AF7CB0 background

This text has black color on #AF7CB0 background.


White color preview on #AF7CB0 background

This text has white color on #AF7CB0 background.