COLOR #AF6EB0

HEX: #AF6EB0
RGB: (175,110,176)

Color info

#AF6EB0 contains mainly red and blue colors. Web safe color of #AF6EB0 is #996699 (or #969).

RGB color model

#AF6EB0 color RGB value is (175,110,176).

  • red value is 175;
  • green value is 110;
  • blue value is 176.
RGB:
(175,110,176)
(69%,43%,69%)

RGB channels and saturation

R 175 of 255 = 69%
G 110 of 255 = 43%
B 176 of 255 = 69%

175
110
176

R + G + B ~ 60%. #AF6EB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 110 + 176 = 461 (100%)
R 175 of 461 ~ 37.96%
G 110 of 461 ~ 23.86%
B 176 of 461 ~ 38.18%

%37.96
%23.86
%38.18

CMYK color model

#AF6EB0 color CMYK value is (1,38,0,31).

  • cyan value is 0.57%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(1,38,0,31)
C1M38Y0K31 
(1%,38%,0%,31%)
(0.01/0.38/0.00/0.31)	

CMYK percentages

%0.57
%37.5
%0
%30.98

Codes

Color #AF6EB0 in popluar color models

AF6EB0
RGB175110176
HSL299°29.46%56.08%
HSB/HSV299°37.50%69.02%
CMYK0.57%37.50%0.00%
30.98%

Color #AF6EB0 in popluar number systems.

HEXAF6EB0
Decimal175110176
Binary10101111110111010110000
Octal257156260

Shades and tints

Shades of #AF6EB0

#AF6EB0
(175,110,176)
#A064A0
(160,100,160)
#915A90
(145,90,144)
#825080
(130,80,128)
#734670
(115,70,112)
#643C60
(100,60,96)
#553250
(85,50,80)
#462840
(70,40,64)
#371E30
(55,30,48)
#281420
(40,20,32)
#190A10
(25,10,16)
#000000
(0,0,0)

Tints of #AF6EB0

#AF6EB0
(175,110,176)
#B67BB7
(182,123,183)
#BD88BE
(189,136,190)
#C495C5
(196,149,197)
#CBA2CC
(203,162,204)
#D2AFD3
(210,175,211)
#D9BCDA
(217,188,218)
#E0C9E1
(224,201,225)
#E7D6E8
(231,214,232)
#EEE3EF
(238,227,239)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6EB0 color. Also use rgb(175,110,176) instead hex code.

Text Font Color

.myTextColor { color: #AF6EB0; }

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

This text font color is #AF6EB0.


Background Color

.myBgColor { background-color: #AF6EB0; }

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

This div background color is #AF6EB0.


Border color

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

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

This div border color is #AF6EB0.


Opacity

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

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

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

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

This text has shadow with #AF6EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6EB0 on black background.


Color preview on white background

This text has color #AF6EB0 on white background.



Black color preview on #AF6EB0 background

This text has black color on #AF6EB0 background.


White color preview on #AF6EB0 background

This text has white color on #AF6EB0 background.