COLOR #AF7CBB

HEX: #AF7CBB RGB: (175,124,187)

Color info

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

RGB color model

#AF7CBB color RGB value is (175,124,187).

RGB: (175,124,187) (69%, 49%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 124 of 255 = 49%
B 187 of 255 = 73%

175
124
187

R + G + B ~ 64%. #AF7CBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 124 + 187 = 486 (100%)
R 175 of 486 ~ 36.01%
G 124 of 486 ~ 25.51%
B 187 of 486 ~ 38.48'%

%36.01
%25.51
%38.48

CMYK color model

#AF7CBB color CMYK value is (6,34,0,27).

  • cyan value is 6.42%
  • magenta value is 33.69%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (6,34,0,27)
C6M34Y0K27 (6%, 34%, 0%, 27%)
(0.06 / 0.34 / 0.00 / 0.27)

CMYK percentages

%6.42
%33.69
%0
%26.67

Codes

Color #AF7CBB in popluar color models

AF 7C BB
RGB 175 124 187
HSL 289° 31.66% 60.98%
HSB/HSV 289° 33.69% 73.33%
CMYK 6.42% 33.69% 0.00%
26.67%

Color #AF7CBB in popluar number systems.

HEX AF 7C BB
Decimal 175 124 187
Binary 10101111 1111100 10111011
Octal 257 174 273

Shades and tints

Shades of #AF7CBB

#AF7CBB
(175,124,187)
#A071AA
(160,113,170)
#916699
(145,102,153)
#825B88
(130,91,136)
#735077
(115,80,119)
#644566
(100,69,102)
#553A55
(85,58,85)
#462F44
(70,47,68)
#372433
(55,36,51)
#281922
(40,25,34)
#190E11
(25,14,17)
#000000
(0,0,0)

Tints of #AF7CBB

#AF7CBB
(175,124,187)
#B687C1
(182,135,193)
#BD92C7
(189,146,199)
#C49DCD
(196,157,205)
#CBA8D3
(203,168,211)
#D2B3D9
(210,179,217)
#D9BEDF
(217,190,223)
#E0C9E5
(224,201,229)
#E7D4EB
(231,212,235)
#EEDFF1
(238,223,241)
#F5EAF7
(245,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7CBB; }

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

This text font color is #AF7CBB.

Background Color

.myBgColor { background-color: #AF7CBB; }

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

This div background color is #AF7CBB.

Border color

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

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

This div border color is #AF7CBB.

Opacity

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

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

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

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

This text has shadow with #AF7CBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7CBB.

Preview

Color preview on black background

This text has color #AF7CBB on black background.


Color preview on white background

This text has color #AF7CBB on white background.


Black color preview on #AF7CBB background

This text has black color on #AF7CBB background.


White color preview on #AF7CBB background

This text has white color on #AF7CBB background.


Related colors

Complementary color

Complementary color for #hex is #508344.


I love getcolorcode.com

Triadic colors

1 #BBAF7C and #7CBBAF with #AF7CBB are triadic colors.

2 #BB7CAF and #7CAFBB with #AF7CBB are triadic colors.