COLOR #AF8ABA

HEX: #AF8ABA RGB: (175,138,186)

Color info

#AF8ABA contains red, green and blue colors in about the same proportion. Web safe color of #AF8ABA is #9999CC (or #99C).

RGB color model

#AF8ABA color RGB value is (175,138,186).

RGB: (175,138,186) (69%, 54%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 138 of 255 = 54%
B 186 of 255 = 73%

175
138
186

R + G + B ~ 65%. #AF8ABA is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 138 + 186 = 499 (100%)
R 175 of 499 ~ 35.07%
G 138 of 499 ~ 27.66%
B 186 of 499 ~ 37.27'%

%35.07
%27.66
%37.27

CMYK color model

#AF8ABA color CMYK value is (6,26,0,27).

  • cyan value is 5.91%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (6,26,0,27) C6M26Y0K27 (6%,26%,0%,27%) (0.06/0.26/0.00/0.27) 

CMYK percentages

%5.91
%25.81
%0
%27.06

Codes

Color #AF8ABA in popluar color models

AF 8A BA
RGB 175 138 186
HSL 286° 25.81% 63.53%
HSB/HSV 286° 25.81% 72.94%
CMYK 5.91% 25.81% 0.00%
27.06%

Color #AF8ABA in popluar number systems.

HEX AF 8A BA
Decimal 175 138 186
Binary 10101111 10001010 10111010
Octal 257 212 272

Shades and tints

Shades of #AF8ABA

#AF8ABA
(175,138,186)
#A07EAA
(160,126,170)
#91729A
(145,114,154)
#82668A
(130,102,138)
#735A7A
(115,90,122)
#644E6A
(100,78,106)
#55425A
(85,66,90)
#46364A
(70,54,74)
#372A3A
(55,42,58)
#281E2A
(40,30,42)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #AF8ABA

#AF8ABA
(175,138,186)
#B694C0
(182,148,192)
#BD9EC6
(189,158,198)
#C4A8CC
(196,168,204)
#CBB2D2
(203,178,210)
#D2BCD8
(210,188,216)
#D9C6DE
(217,198,222)
#E0D0E4
(224,208,228)
#E7DAEA
(231,218,234)
#EEE4F0
(238,228,240)
#F5EEF6
(245,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8ABA color. Also use rgb(175,138,186) instead hex code.

Text Font Color

.myTextColor { color: #AF8ABA; }

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

This text font color is #AF8ABA.

Background Color

.myBgColor { background-color: #AF8ABA; }

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

This div background color is #AF8ABA.

Border color

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

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

This div border color is #AF8ABA.

Opacity

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

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

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

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

This text has shadow with #AF8ABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8ABA.

Preview

Color preview on black background

This text has color #AF8ABA on black background.


Color preview on white background

This text has color #AF8ABA on white background.


Black color preview on #AF8ABA background

This text has black color on #AF8ABA background.


White color preview on #AF8ABA background

This text has white color on #AF8ABA background.


Related colors

Complementary color

Complementary color for #hex is #507545.


I love getcolorcode.com

Triadic colors

1 #BAAF8A and #8ABAAF with #AF8ABA are triadic colors.

2 #BA8AAF and #8AAFBA with #AF8ABA are triadic colors.