COLOR #AF368F

HEX: #AF368F RGB: (175,54,143)

Color info

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

RGB color model

#AF368F color RGB value is (175,54,143).

RGB: (175,54,143) (69%, 21%, 56%)

RGB channels and saturation

R 175 of 255 = 69%
G 54 of 255 = 21%
B 143 of 255 = 56%

175
54
143

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

Portions of RGB colors in percentages

R + G + B = 175 + 54 + 143 = 372 (100%)
R 175 of 372 ~ 47.04%
G 54 of 372 ~ 14.52%
B 143 of 372 ~ 38.44'%

%47.04
%14.52
%38.44

CMYK color model

#AF368F color CMYK value is (0,69,18,31).

  • cyan value is 0.00%
  • magenta value is 69.14%
  • yellow value is 18.29%
  • key color value is 31.37%

CMYK: (0,69,18,31)
C0M69Y18K31 (0%, 69%, 18%, 31%)
(0.00 / 0.69 / 0.18 / 0.31)

CMYK percentages

%0
%69.14
%18.29
%31.37

Codes

Color #AF368F in popluar color models

AF 36 8F
RGB 175 54 143
HSL 316° 52.84% 44.90%
HSB/HSV 316° 69.14% 68.63%
CMYK 0.00% 69.14% 18.29%
31.37%

Color #AF368F in popluar number systems.

HEX AF 36 8F
Decimal 175 54 143
Binary 10101111 110110 10001111
Octal 257 66 217

Shades and tints

Shades of #AF368F

#AF368F
(175,54,143)
#A03282
(160,50,130)
#912E75
(145,46,117)
#822A68
(130,42,104)
#73265B
(115,38,91)
#64224E
(100,34,78)
#551E41
(85,30,65)
#461A34
(70,26,52)
#371627
(55,22,39)
#28121A
(40,18,26)
#190E0D
(25,14,13)
#000000
(0,0,0)

Tints of #AF368F

#AF368F
(175,54,143)
#B64899
(182,72,153)
#BD5AA3
(189,90,163)
#C46CAD
(196,108,173)
#CB7EB7
(203,126,183)
#D290C1
(210,144,193)
#D9A2CB
(217,162,203)
#E0B4D5
(224,180,213)
#E7C6DF
(231,198,223)
#EED8E9
(238,216,233)
#F5EAF3
(245,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF368F color. Also use rgb(175,54,143) instead hex code.

Text Font Color

.myTextColor { color: #AF368F; }

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

This text font color is #AF368F.

Background Color

.myBgColor { background-color: #AF368F; }

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

This div background color is #AF368F.

Border color

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

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

This div border color is #AF368F.

Opacity

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

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

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

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

This text has shadow with #AF368F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF368F.

Preview

Color preview on black background

This text has color #AF368F on black background.


Color preview on white background

This text has color #AF368F on white background.


Black color preview on #AF368F background

This text has black color on #AF368F background.


White color preview on #AF368F background

This text has white color on #AF368F background.


Related colors

Complementary color

Complementary color for #hex is #50C970.


I love getcolorcode.com

Triadic colors

1 #8FAF36 and #368FAF with #AF368F are triadic colors.

2 #8F36AF and #36AF8F with #AF368F are triadic colors.