COLOR #AF70A8

HEX: #AF70A8 RGB: (175,112,168)

Color info

#AF70A8 contains mainly red and blue colors. Web safe color of #AF70A8 is #996699 (or #969).

RGB color model

#AF70A8 color RGB value is (175,112,168).

RGB: (175,112,168) (69%, 44%, 66%)

RGB channels and saturation

R 175 of 255 = 69%
G 112 of 255 = 44%
B 168 of 255 = 66%

175
112
168

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

Portions of RGB colors in percentages

R + G + B = 175 + 112 + 168 = 455 (100%)
R 175 of 455 ~ 38.46%
G 112 of 455 ~ 24.62%
B 168 of 455 ~ 36.92'%

%38.46
%24.62
%36.92

CMYK color model

#AF70A8 color CMYK value is (0,36,4,31).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 4.00%
  • key color value is 31.37%

CMYK: (0,36,4,31)
C0M36Y4K31 (0%, 36%, 4%, 31%)
(0.00 / 0.36 / 0.04 / 0.31)

CMYK percentages

%0
%36
%4
%31.37

Codes

Color #AF70A8 in popluar color models

AF 70 A8
RGB 175 112 168
HSL 307° 28.25% 56.27%
HSB/HSV 307° 36.00% 68.63%
CMYK 0.00% 36.00% 4.00%
31.37%

Color #AF70A8 in popluar number systems.

HEX AF 70 A8
Decimal 175 112 168
Binary 10101111 1110000 10101000
Octal 257 160 250

Shades and tints

Shades of #AF70A8

#AF70A8
(175,112,168)
#A06699
(160,102,153)
#915C8A
(145,92,138)
#82527B
(130,82,123)
#73486C
(115,72,108)
#643E5D
(100,62,93)
#55344E
(85,52,78)
#462A3F
(70,42,63)
#372030
(55,32,48)
#281621
(40,22,33)
#190C12
(25,12,18)
#000000
(0,0,0)

Tints of #AF70A8

#AF70A8
(175,112,168)
#B67DAF
(182,125,175)
#BD8AB6
(189,138,182)
#C497BD
(196,151,189)
#CBA4C4
(203,164,196)
#D2B1CB
(210,177,203)
#D9BED2
(217,190,210)
#E0CBD9
(224,203,217)
#E7D8E0
(231,216,224)
#EEE5E7
(238,229,231)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF70A8 color. Also use rgb(175,112,168) instead hex code.

Text Font Color

.myTextColor { color: #AF70A8; }

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

This text font color is #AF70A8.

Background Color

.myBgColor { background-color: #AF70A8; }

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

This div background color is #AF70A8.

Border color

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

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

This div border color is #AF70A8.

Opacity

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

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

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

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

This text has shadow with #AF70A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF70A8.

Preview

Color preview on black background

This text has color #AF70A8 on black background.


Color preview on white background

This text has color #AF70A8 on white background.


Black color preview on #AF70A8 background

This text has black color on #AF70A8 background.


White color preview on #AF70A8 background

This text has white color on #AF70A8 background.


Related colors

Complementary color

Complementary color for #hex is #508F57.


I love getcolorcode.com

Triadic colors

1 #A8AF70 and #70A8AF with #AF70A8 are triadic colors.

2 #A870AF and #70AFA8 with #AF70A8 are triadic colors.