COLOR #AF7BBC

HEX: #AF7BBC RGB: (175,123,188)

Color info

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

RGB color model

#AF7BBC color RGB value is (175,123,188).

RGB: (175,123,188) (69%, 48%, 74%)

RGB channels and saturation

R 175 of 255 = 69%
G 123 of 255 = 48%
B 188 of 255 = 74%

175
123
188

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

Portions of RGB colors in percentages

R + G + B = 175 + 123 + 188 = 486 (100%)
R 175 of 486 ~ 36.01%
G 123 of 486 ~ 25.31%
B 188 of 486 ~ 38.68'%

%36.01
%25.31
%38.68

CMYK color model

#AF7BBC color CMYK value is (7,35,0,26).

  • cyan value is 6.91%
  • magenta value is 34.57%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (7,35,0,26)
C7M35Y0K26 (7%, 35%, 0%, 26%)
(0.07 / 0.35 / 0.00 / 0.26)

CMYK percentages

%6.91
%34.57
%0
%26.27

Codes

Color #AF7BBC in popluar color models

AF 7B BC
RGB 175 123 188
HSL 288° 32.66% 60.98%
HSB/HSV 288° 34.57% 73.73%
CMYK 6.91% 34.57% 0.00%
26.27%

Color #AF7BBC in popluar number systems.

HEX AF 7B BC
Decimal 175 123 188
Binary 10101111 1111011 10111100
Octal 257 173 274

Shades and tints

Shades of #AF7BBC

#AF7BBC
(175,123,188)
#A070AB
(160,112,171)
#91659A
(145,101,154)
#825A89
(130,90,137)
#734F78
(115,79,120)
#644467
(100,68,103)
#553956
(85,57,86)
#462E45
(70,46,69)
#372334
(55,35,52)
#281823
(40,24,35)
#190D12
(25,13,18)
#000000
(0,0,0)

Tints of #AF7BBC

#AF7BBC
(175,123,188)
#B687C2
(182,135,194)
#BD93C8
(189,147,200)
#C49FCE
(196,159,206)
#CBABD4
(203,171,212)
#D2B7DA
(210,183,218)
#D9C3E0
(217,195,224)
#E0CFE6
(224,207,230)
#E7DBEC
(231,219,236)
#EEE7F2
(238,231,242)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7BBC color. Also use rgb(175,123,188) instead hex code.

Text Font Color

.myTextColor { color: #AF7BBC; }

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

This text font color is #AF7BBC.

Background Color

.myBgColor { background-color: #AF7BBC; }

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

This div background color is #AF7BBC.

Border color

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

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

This div border color is #AF7BBC.

Opacity

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

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

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

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

This text has shadow with #AF7BBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7BBC.

Preview

Color preview on black background

This text has color #AF7BBC on black background.


Color preview on white background

This text has color #AF7BBC on white background.


Black color preview on #AF7BBC background

This text has black color on #AF7BBC background.


White color preview on #AF7BBC background

This text has white color on #AF7BBC background.


Related colors

Complementary color

Complementary color for #hex is #508443.


I love getcolorcode.com

Triadic colors

1 #BCAF7B and #7BBCAF with #AF7BBC are triadic colors.

2 #BC7BAF and #7BAFBC with #AF7BBC are triadic colors.