COLOR #AF117E

HEX: #AF117E
RGB: (175,17,126)

Color info

#AF117E contains mainly red and blue colors. Web safe color of #AF117E is #990066 (or #906).

RGB color model

#AF117E color RGB value is (175,17,126).

  • red value is 175;
  • green value is 17;
  • blue value is 126.
RGB:
(175,17,126)
(69%,7%,49%)

RGB channels and saturation

R 175 of 255 = 69%
G 17 of 255 = 7%
B 126 of 255 = 49%

175
17
126

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

Portions of RGB colors in percentages

R + G + B =
175 + 17 + 126 = 318 (100%)
R 175 of 318 ~ 55.03%
G 17 of 318 ~ 5.35%
B 126 of 318 ~ 39.62%

%55.03
%39.62

CMYK color model

#AF117E color CMYK value is (0,90,28,31).

  • cyan value is 0.00%
  • magenta value is 90.29%
  • yellow value is 28.00%
  • key color value is 31.37%
CMYK:
(0,90,28,31)
C0M90Y28K31 
(0%,90%,28%,31%)
(0.00/0.90/0.28/0.31)	

CMYK percentages

%0
%90.29
%28
%31.37

Codes

Color #AF117E in popluar color models

AF117E
RGB17517126
HSL319°82.29%37.65%
HSB/HSV319°90.29%68.63%
CMYK0.00%90.29%28.00%
31.37%

Color #AF117E in popluar number systems.

HEXAF117E
Decimal17517126
Binary10101111100011111110
Octal25721176

Shades and tints

Shades of #AF117E

#AF117E
(175,17,126)
#A01073
(160,16,115)
#910F68
(145,15,104)
#820E5D
(130,14,93)
#730D52
(115,13,82)
#640C47
(100,12,71)
#550B3C
(85,11,60)
#460A31
(70,10,49)
#370926
(55,9,38)
#28081B
(40,8,27)
#190710
(25,7,16)
#000000
(0,0,0)

Tints of #AF117E

#AF117E
(175,17,126)
#B62689
(182,38,137)
#BD3B94
(189,59,148)
#C4509F
(196,80,159)
#CB65AA
(203,101,170)
#D27AB5
(210,122,181)
#D98FC0
(217,143,192)
#E0A4CB
(224,164,203)
#E7B9D6
(231,185,214)
#EECEE1
(238,206,225)
#F5E3EC
(245,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF117E color. Also use rgb(175,17,126) instead hex code.

Text Font Color

.myTextColor { color: #AF117E; }

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

This text font color is #AF117E.


Background Color

.myBgColor { background-color: #AF117E; }

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

This div background color is #AF117E.


Border color

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

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

This div border color is #AF117E.


Opacity

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

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

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

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

This text has shadow with #AF117E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF117E on black background.


Color preview on white background

This text has color #AF117E on white background.



Black color preview on #AF117E background

This text has black color on #AF117E background.


White color preview on #AF117E background

This text has white color on #AF117E background.