COLOR #AF7BC1

HEX: #AF7BC1 RGB: (175,123,193)

Color info

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

RGB color model

#AF7BC1 color RGB value is (175,123,193).

RGB: (175,123,193) (69%, 48%, 76%)

RGB channels and saturation

R 175 of 255 = 69%
G 123 of 255 = 48%
B 193 of 255 = 76%

175
123
193

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

Portions of RGB colors in percentages

R + G + B = 175 + 123 + 193 = 491 (100%)
R 175 of 491 ~ 35.64%
G 123 of 491 ~ 25.05%
B 193 of 491 ~ 39.31'%

%35.64
%25.05
%39.31

CMYK color model

#AF7BC1 color CMYK value is (9,36,0,24).

  • cyan value is 9.33%
  • magenta value is 36.27%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (9,36,0,24)
C9M36Y0K24 (9%, 36%, 0%, 24%)
(0.09 / 0.36 / 0.00 / 0.24)

CMYK percentages

%9.33
%36.27
%0
%24.31

Codes

Color #AF7BC1 in popluar color models

AF 7B C1
RGB 175 123 193
HSL 285° 36.08% 61.96%
HSB/HSV 285° 36.27% 75.69%
CMYK 9.33% 36.27% 0.00%
24.31%

Color #AF7BC1 in popluar number systems.

HEX AF 7B C1
Decimal 175 123 193
Binary 10101111 1111011 11000001
Octal 257 173 301

Shades and tints

Shades of #AF7BC1

#AF7BC1
(175,123,193)
#A070B0
(160,112,176)
#91659F
(145,101,159)
#825A8E
(130,90,142)
#734F7D
(115,79,125)
#64446C
(100,68,108)
#55395B
(85,57,91)
#462E4A
(70,46,74)
#372339
(55,35,57)
#281828
(40,24,40)
#190D17
(25,13,23)
#000000
(0,0,0)

Tints of #AF7BC1

#AF7BC1
(175,123,193)
#B687C6
(182,135,198)
#BD93CB
(189,147,203)
#C49FD0
(196,159,208)
#CBABD5
(203,171,213)
#D2B7DA
(210,183,218)
#D9C3DF
(217,195,223)
#E0CFE4
(224,207,228)
#E7DBE9
(231,219,233)
#EEE7EE
(238,231,238)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7BC1; }

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

This text font color is #AF7BC1.

Background Color

.myBgColor { background-color: #AF7BC1; }

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

This div background color is #AF7BC1.

Border color

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

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

This div border color is #AF7BC1.

Opacity

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

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

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

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

This text has shadow with #AF7BC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7BC1.

Preview

Color preview on black background

This text has color #AF7BC1 on black background.


Color preview on white background

This text has color #AF7BC1 on white background.


Black color preview on #AF7BC1 background

This text has black color on #AF7BC1 background.


White color preview on #AF7BC1 background

This text has white color on #AF7BC1 background.


Related colors

Complementary color

Complementary color for #hex is #50843E.


I love getcolorcode.com

Triadic colors

1 #C1AF7B and #7BC1AF with #AF7BC1 are triadic colors.

2 #C17BAF and #7BAFC1 with #AF7BC1 are triadic colors.