COLOR #AF1E77

HEX: #AF1E77 RGB: (175,30,119)

Color info

#AF1E77 contains mainly red and blue colors. Web safe color of #AF1E77 is #993366 (or #936).

RGB color model

#AF1E77 color RGB value is (175,30,119).

RGB: (175,30,119) (69%, 12%, 47%)

RGB channels and saturation

R 175 of 255 = 69%
G 30 of 255 = 12%
B 119 of 255 = 47%

175
30
119

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

Portions of RGB colors in percentages

R + G + B = 175 + 30 + 119 = 324 (100%)
R 175 of 324 ~ 54.01%
G 30 of 324 ~ 9.26%
B 119 of 324 ~ 36.73'%

%54.01
%36.73

CMYK color model

#AF1E77 color CMYK value is (0,83,32,31).

  • cyan value is 0.00%
  • magenta value is 82.86%
  • yellow value is 32.00%
  • key color value is 31.37%

CMYK: (0,83,32,31)
C0M83Y32K31 (0%, 83%, 32%, 31%)
(0.00 / 0.83 / 0.32 / 0.31)

CMYK percentages

%0
%82.86
%32
%31.37

Codes

Color #AF1E77 in popluar color models

AF 1E 77
RGB 175 30 119
HSL 323° 70.73% 40.20%
HSB/HSV 323° 82.86% 68.63%
CMYK 0.00% 82.86% 32.00%
31.37%

Color #AF1E77 in popluar number systems.

HEX AF 1E 77
Decimal 175 30 119
Binary 10101111 11110 1110111
Octal 257 36 167

Shades and tints

Shades of #AF1E77

#AF1E77
(175,30,119)
#A01C6D
(160,28,109)
#911A63
(145,26,99)
#821859
(130,24,89)
#73164F
(115,22,79)
#641445
(100,20,69)
#55123B
(85,18,59)
#461031
(70,16,49)
#370E27
(55,14,39)
#280C1D
(40,12,29)
#190A13
(25,10,19)
#000000
(0,0,0)

Tints of #AF1E77

#AF1E77
(175,30,119)
#B63283
(182,50,131)
#BD468F
(189,70,143)
#C45A9B
(196,90,155)
#CB6EA7
(203,110,167)
#D282B3
(210,130,179)
#D996BF
(217,150,191)
#E0AACB
(224,170,203)
#E7BED7
(231,190,215)
#EED2E3
(238,210,227)
#F5E6EF
(245,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF1E77 color. Also use rgb(175,30,119) instead hex code.

Text Font Color

.myTextColor { color: #AF1E77; }

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

This text font color is #AF1E77.

Background Color

.myBgColor { background-color: #AF1E77; }

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

This div background color is #AF1E77.

Border color

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

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

This div border color is #AF1E77.

Opacity

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

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

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

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

This text has shadow with #AF1E77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF1E77.

Preview

Color preview on black background

This text has color #AF1E77 on black background.


Color preview on white background

This text has color #AF1E77 on white background.


Black color preview on #AF1E77 background

This text has black color on #AF1E77 background.


White color preview on #AF1E77 background

This text has white color on #AF1E77 background.


Related colors

Complementary color

Complementary color for #hex is #50E188.


I love getcolorcode.com

Triadic colors

1 #77AF1E and #1E77AF with #AF1E77 are triadic colors.

2 #771EAF and #1EAF77 with #AF1E77 are triadic colors.