COLOR #AF41A4

HEX: #AF41A4
RGB: (175,65,164)

Color info

#AF41A4 contains mainly red and blue colors. Web safe color of #AF41A4 is #993399 (or #939).

RGB color model

#AF41A4 color RGB value is (175,65,164).

  • red value is 175;
  • green value is 65;
  • blue value is 164.
RGB:
(175,65,164)
(69%,25%,64%)

RGB channels and saturation

R 175 of 255 = 69%
G 65 of 255 = 25%
B 164 of 255 = 64%

175
65
164

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

Portions of RGB colors in percentages

R + G + B =
175 + 65 + 164 = 404 (100%)
R 175 of 404 ~ 43.32%
G 65 of 404 ~ 16.09%
B 164 of 404 ~ 40.59%

%43.32
%16.09
%40.59

CMYK color model

#AF41A4 color CMYK value is (0,63,6,31).

  • cyan value is 0.00%
  • magenta value is 62.86%
  • yellow value is 6.29%
  • key color value is 31.37%
CMYK:
(0,63,6,31)
C0M63Y6K31 
(0%,63%,6%,31%)
(0.00/0.63/0.06/0.31)	

CMYK percentages

%0
%62.86
%6.29
%31.37

Codes

Color #AF41A4 in popluar color models

AF41A4
RGB17565164
HSL306°45.83%47.06%
HSB/HSV306°62.86%68.63%
CMYK0.00%62.86%6.29%
31.37%

Color #AF41A4 in popluar number systems.

HEXAF41A4
Decimal17565164
Binary10101111100000110100100
Octal257101244

Shades and tints

Shades of #AF41A4

#AF41A4
(175,65,164)
#A03C96
(160,60,150)
#913788
(145,55,136)
#82327A
(130,50,122)
#732D6C
(115,45,108)
#64285E
(100,40,94)
#552350
(85,35,80)
#461E42
(70,30,66)
#371934
(55,25,52)
#281426
(40,20,38)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #AF41A4

#AF41A4
(175,65,164)
#B652AC
(182,82,172)
#BD63B4
(189,99,180)
#C474BC
(196,116,188)
#CB85C4
(203,133,196)
#D296CC
(210,150,204)
#D9A7D4
(217,167,212)
#E0B8DC
(224,184,220)
#E7C9E4
(231,201,228)
#EEDAEC
(238,218,236)
#F5EBF4
(245,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF41A4 color. Also use rgb(175,65,164) instead hex code.

Text Font Color

.myTextColor { color: #AF41A4; }

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

This text font color is #AF41A4.


Background Color

.myBgColor { background-color: #AF41A4; }

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

This div background color is #AF41A4.


Border color

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

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

This div border color is #AF41A4.


Opacity

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

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

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

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

This text has shadow with #AF41A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF41A4 on black background.


Color preview on white background

This text has color #AF41A4 on white background.



Black color preview on #AF41A4 background

This text has black color on #AF41A4 background.


White color preview on #AF41A4 background

This text has white color on #AF41A4 background.