COLOR #AF37A1

HEX: #AF37A1 RGB: (175,55,161)

Color info

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

RGB color model

#AF37A1 color RGB value is (175,55,161).

RGB: (175,55,161) (69%, 22%, 63%)

RGB channels and saturation

R 175 of 255 = 69%
G 55 of 255 = 22%
B 161 of 255 = 63%

175
55
161

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

Portions of RGB colors in percentages

R + G + B = 175 + 55 + 161 = 391 (100%)
R 175 of 391 ~ 44.76%
G 55 of 391 ~ 14.07%
B 161 of 391 ~ 41.18'%

%44.76
%14.07
%41.18

CMYK color model

#AF37A1 color CMYK value is (0,69,8,31).

  • cyan value is 0.00%
  • magenta value is 68.57%
  • yellow value is 8.00%
  • key color value is 31.37%
CMYK: (0,69,8,31) C0M69Y8K31 (0%,69%,8%,31%) (0.00/0.69/0.08/0.31) 

CMYK percentages

%0
%68.57
%8
%31.37

Codes

Color #AF37A1 in popluar color models

AF 37 A1
RGB 175 55 161
HSL 307° 52.17% 45.10%
HSB/HSV 307° 68.57% 68.63%
CMYK 0.00% 68.57% 8.00%
31.37%

Color #AF37A1 in popluar number systems.

HEX AF 37 A1
Decimal 175 55 161
Binary 10101111 110111 10100001
Octal 257 67 241

Shades and tints

Shades of #AF37A1

#AF37A1
(175,55,161)
#A03293
(160,50,147)
#912D85
(145,45,133)
#822877
(130,40,119)
#732369
(115,35,105)
#641E5B
(100,30,91)
#55194D
(85,25,77)
#46143F
(70,20,63)
#370F31
(55,15,49)
#280A23
(40,10,35)
#190515
(25,5,21)
#000000
(0,0,0)

Tints of #AF37A1

#AF37A1
(175,55,161)
#B649A9
(182,73,169)
#BD5BB1
(189,91,177)
#C46DB9
(196,109,185)
#CB7FC1
(203,127,193)
#D291C9
(210,145,201)
#D9A3D1
(217,163,209)
#E0B5D9
(224,181,217)
#E7C7E1
(231,199,225)
#EED9E9
(238,217,233)
#F5EBF1
(245,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF37A1 color. Also use rgb(175,55,161) instead hex code.

Text Font Color

.myTextColor { color: #AF37A1; }

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

This text font color is #AF37A1.

Background Color

.myBgColor { background-color: #AF37A1; }

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

This div background color is #AF37A1.

Border color

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

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

This div border color is #AF37A1.

Opacity

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

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

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

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

This text has shadow with #AF37A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF37A1.

Preview

Color preview on black background

This text has color #AF37A1 on black background.


Color preview on white background

This text has color #AF37A1 on white background.


Black color preview on #AF37A1 background

This text has black color on #AF37A1 background.


White color preview on #AF37A1 background

This text has white color on #AF37A1 background.


Related colors

Complementary color

Complementary color for #hex is #50C85E.


I love getcolorcode.com

Triadic colors

1 #A1AF37 and #37A1AF with #AF37A1 are triadic colors.

2 #A137AF and #37AFA1 with #AF37A1 are triadic colors.