COLOR #AF6CBE

HEX: #AF6CBE
RGB: (175,108,190)

Color info

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

RGB color model

#AF6CBE color RGB value is (175,108,190).

  • red value is 175;
  • green value is 108;
  • blue value is 190.
RGB:
(175,108,190)
(69%,42%,75%)

RGB channels and saturation

R 175 of 255 = 69%
G 108 of 255 = 42%
B 190 of 255 = 75%

175
108
190

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

Portions of RGB colors in percentages

R + G + B =
175 + 108 + 190 = 473 (100%)
R 175 of 473 ~ 37%
G 108 of 473 ~ 22.83%
B 190 of 473 ~ 40.17%

%37
%22.83
%40.17

CMYK color model

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

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

CMYK percentages

%7.89
%43.16
%0
%25.49

Codes

Color #AF6CBE in popluar color models

AF6CBE
RGB175108190
HSL289°38.68%58.43%
HSB/HSV289°43.16%74.51%
CMYK7.89%43.16%0.00%
25.49%

Color #AF6CBE in popluar number systems.

HEXAF6CBE
Decimal175108190
Binary10101111110110010111110
Octal257154276

Shades and tints

Shades of #AF6CBE

#AF6CBE
(175,108,190)
#A063AD
(160,99,173)
#915A9C
(145,90,156)
#82518B
(130,81,139)
#73487A
(115,72,122)
#643F69
(100,63,105)
#553658
(85,54,88)
#462D47
(70,45,71)
#372436
(55,36,54)
#281B25
(40,27,37)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #AF6CBE

#AF6CBE
(175,108,190)
#B679C3
(182,121,195)
#BD86C8
(189,134,200)
#C493CD
(196,147,205)
#CBA0D2
(203,160,210)
#D2ADD7
(210,173,215)
#D9BADC
(217,186,220)
#E0C7E1
(224,199,225)
#E7D4E6
(231,212,230)
#EEE1EB
(238,225,235)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6CBE color. Also use rgb(175,108,190) instead hex code.

Text Font Color

.myTextColor { color: #AF6CBE; }

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

This text font color is #AF6CBE.


Background Color

.myBgColor { background-color: #AF6CBE; }

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

This div background color is #AF6CBE.


Border color

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

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

This div border color is #AF6CBE.


Opacity

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

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

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

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

This text has shadow with #AF6CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6CBE on black background.


Color preview on white background

This text has color #AF6CBE on white background.



Black color preview on #AF6CBE background

This text has black color on #AF6CBE background.


White color preview on #AF6CBE background

This text has white color on #AF6CBE background.