COLOR #AF3050

HEX: #AF3050 RGB: (175,48,80)

Color info

#AF3050 contains mainly red color. Web safe color of #AF3050 is #993366 (or #936).

RGB color model

#AF3050 color RGB value is (175,48,80).

RGB: (175,48,80) (69%, 19%, 31%)

RGB channels and saturation

R 175 of 255 = 69%
G 48 of 255 = 19%
B 80 of 255 = 31%

175
48
80

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

Portions of RGB colors in percentages

R + G + B = 175 + 48 + 80 = 303 (100%)
R 175 of 303 ~ 57.76%
G 48 of 303 ~ 15.84%
B 80 of 303 ~ 26.4'%

%57.76
%15.84
%26.4

CMYK color model

#AF3050 color CMYK value is (0,73,54,31).

  • cyan value is 0.00%
  • magenta value is 72.57%
  • yellow value is 54.29%
  • key color value is 31.37%

CMYK: (0,73,54,31)
C0M73Y54K31 (0%, 73%, 54%, 31%)
(0.00 / 0.73 / 0.54 / 0.31)

CMYK percentages

%0
%72.57
%54.29
%31.37

Codes

Color #AF3050 in popluar color models

AF 30 50
RGB 175 48 80
HSL 345° 56.95% 43.73%
HSB/HSV 345° 72.57% 68.63%
CMYK 0.00% 72.57% 54.29%
31.37%

Color #AF3050 in popluar number systems.

HEX AF 30 50
Decimal 175 48 80
Binary 10101111 110000 1010000
Octal 257 60 120

Shades and tints

Shades of #AF3050

#AF3050
(175,48,80)
#A02C49
(160,44,73)
#912842
(145,40,66)
#82243B
(130,36,59)
#732034
(115,32,52)
#641C2D
(100,28,45)
#551826
(85,24,38)
#46141F
(70,20,31)
#371018
(55,16,24)
#280C11
(40,12,17)
#19080A
(25,8,10)
#000000
(0,0,0)

Tints of #AF3050

#AF3050
(175,48,80)
#B6425F
(182,66,95)
#BD546E
(189,84,110)
#C4667D
(196,102,125)
#CB788C
(203,120,140)
#D28A9B
(210,138,155)
#D99CAA
(217,156,170)
#E0AEB9
(224,174,185)
#E7C0C8
(231,192,200)
#EED2D7
(238,210,215)
#F5E4E6
(245,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF3050 color. Also use rgb(175,48,80) instead hex code.

Text Font Color

.myTextColor { color: #AF3050; }

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

This text font color is #AF3050.

Background Color

.myBgColor { background-color: #AF3050; }

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

This div background color is #AF3050.

Border color

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

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

This div border color is #AF3050.

Opacity

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

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

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

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

This text has shadow with #AF3050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF3050.

Preview

Color preview on black background

This text has color #AF3050 on black background.


Color preview on white background

This text has color #AF3050 on white background.


Black color preview on #AF3050 background

This text has black color on #AF3050 background.


White color preview on #AF3050 background

This text has white color on #AF3050 background.


Related colors

Complementary color

Complementary color for #hex is #50CFAF.


I love getcolorcode.com

Triadic colors

1 #50AF30 and #3050AF with #AF3050 are triadic colors.

2 #5030AF and #30AF50 with #AF3050 are triadic colors.