COLOR #AF6AC5

HEX: #AF6AC5
RGB: (175,106,197)

Color info

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

RGB color model

#AF6AC5 color RGB value is (175,106,197).

  • red value is 175;
  • green value is 106;
  • blue value is 197.
RGB:
(175,106,197)
(69%,42%,77%)

RGB channels and saturation

R 175 of 255 = 69%
G 106 of 255 = 42%
B 197 of 255 = 77%

175
106
197

R + G + B ~ 63%. #AF6AC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 106 + 197 = 478 (100%)
R 175 of 478 ~ 36.61%
G 106 of 478 ~ 22.18%
B 197 of 478 ~ 41.21%

%36.61
%22.18
%41.21

CMYK color model

#AF6AC5 color CMYK value is (11,46,0,23).

  • cyan value is 11.17%
  • magenta value is 46.19%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(11,46,0,23)
C11M46Y0K23 
(11%,46%,0%,23%)
(0.11/0.46/0.00/0.23)	

CMYK percentages

%11.17
%46.19
%0
%22.75

Codes

Color #AF6AC5 in popluar color models

AF6AC5
RGB175106197
HSL285°43.96%59.41%
HSB/HSV285°46.19%77.25%
CMYK11.17%46.19%0.00%
22.75%

Color #AF6AC5 in popluar number systems.

HEXAF6AC5
Decimal175106197
Binary10101111110101011000101
Octal257152305

Shades and tints

Shades of #AF6AC5

#AF6AC5
(175,106,197)
#A061B4
(160,97,180)
#9158A3
(145,88,163)
#824F92
(130,79,146)
#734681
(115,70,129)
#643D70
(100,61,112)
#55345F
(85,52,95)
#462B4E
(70,43,78)
#37223D
(55,34,61)
#28192C
(40,25,44)
#19101B
(25,16,27)
#000000
(0,0,0)

Tints of #AF6AC5

#AF6AC5
(175,106,197)
#B677CA
(182,119,202)
#BD84CF
(189,132,207)
#C491D4
(196,145,212)
#CB9ED9
(203,158,217)
#D2ABDE
(210,171,222)
#D9B8E3
(217,184,227)
#E0C5E8
(224,197,232)
#E7D2ED
(231,210,237)
#EEDFF2
(238,223,242)
#F5ECF7
(245,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6AC5 color. Also use rgb(175,106,197) instead hex code.

Text Font Color

.myTextColor { color: #AF6AC5; }

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

This text font color is #AF6AC5.


Background Color

.myBgColor { background-color: #AF6AC5; }

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

This div background color is #AF6AC5.


Border color

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

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

This div border color is #AF6AC5.


Opacity

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

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

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

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

This text has shadow with #AF6AC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6AC5 on black background.


Color preview on white background

This text has color #AF6AC5 on white background.



Black color preview on #AF6AC5 background

This text has black color on #AF6AC5 background.


White color preview on #AF6AC5 background

This text has white color on #AF6AC5 background.