COLOR #AF6DBF

HEX: #AF6DBF RGB: (175,109,191)

Color info

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

RGB color model

#AF6DBF color RGB value is (175,109,191).

RGB: (175,109,191) (69%, 43%, 75%)

RGB channels and saturation

R 175 of 255 = 69%
G 109 of 255 = 43%
B 191 of 255 = 75%

175
109
191

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

Portions of RGB colors in percentages

R + G + B = 175 + 109 + 191 = 475 (100%)
R 175 of 475 ~ 36.84%
G 109 of 475 ~ 22.95%
B 191 of 475 ~ 40.21'%

%36.84
%22.95
%40.21

CMYK color model

#AF6DBF color CMYK value is (8,43,0,25).

  • cyan value is 8.38%
  • magenta value is 42.93%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (8,43,0,25) C8M43Y0K25 (8%,43%,0%,25%) (0.08/0.43/0.00/0.25) 

CMYK percentages

%8.38
%42.93
%0
%25.1

Codes

Color #AF6DBF in popluar color models

AF 6D BF
RGB 175 109 191
HSL 288° 39.05% 58.82%
HSB/HSV 288° 42.93% 74.90%
CMYK 8.38% 42.93% 0.00%
25.10%

Color #AF6DBF in popluar number systems.

HEX AF 6D BF
Decimal 175 109 191
Binary 10101111 1101101 10111111
Octal 257 155 277

Shades and tints

Shades of #AF6DBF

#AF6DBF
(175,109,191)
#A064AE
(160,100,174)
#915B9D
(145,91,157)
#82528C
(130,82,140)
#73497B
(115,73,123)
#64406A
(100,64,106)
#553759
(85,55,89)
#462E48
(70,46,72)
#372537
(55,37,55)
#281C26
(40,28,38)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #AF6DBF

#AF6DBF
(175,109,191)
#B67AC4
(182,122,196)
#BD87C9
(189,135,201)
#C494CE
(196,148,206)
#CBA1D3
(203,161,211)
#D2AED8
(210,174,216)
#D9BBDD
(217,187,221)
#E0C8E2
(224,200,226)
#E7D5E7
(231,213,231)
#EEE2EC
(238,226,236)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6DBF color. Also use rgb(175,109,191) instead hex code.

Text Font Color

.myTextColor { color: #AF6DBF; }

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

This text font color is #AF6DBF.

Background Color

.myBgColor { background-color: #AF6DBF; }

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

This div background color is #AF6DBF.

Border color

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

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

This div border color is #AF6DBF.

Opacity

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

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

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

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

This text has shadow with #AF6DBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF6DBF.

Preview

Color preview on black background

This text has color #AF6DBF on black background.


Color preview on white background

This text has color #AF6DBF on white background.


Black color preview on #AF6DBF background

This text has black color on #AF6DBF background.


White color preview on #AF6DBF background

This text has white color on #AF6DBF background.


Related colors

Complementary color

Complementary color for #hex is #509240.


I love getcolorcode.com

Triadic colors

1 #BFAF6D and #6DBFAF with #AF6DBF are triadic colors.

2 #BF6DAF and #6DAFBF with #AF6DBF are triadic colors.