COLOR #AF5ABB

HEX: #AF5ABB
RGB: (175,90,187)

Color info

#AF5ABB contains mainly red and blue colors. Web safe color of #AF5ABB is #9966CC (or #96C).

RGB color model

#AF5ABB color RGB value is (175,90,187).

  • red value is 175;
  • green value is 90;
  • blue value is 187.
RGB:
(175,90,187)
(69%,35%,73%)

RGB channels and saturation

R 175 of 255 = 69%
G 90 of 255 = 35%
B 187 of 255 = 73%

175
90
187

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

Portions of RGB colors in percentages

R + G + B =
175 + 90 + 187 = 452 (100%)
R 175 of 452 ~ 38.72%
G 90 of 452 ~ 19.91%
B 187 of 452 ~ 41.37%

%38.72
%19.91
%41.37

CMYK color model

#AF5ABB color CMYK value is (6,52,0,27).

  • cyan value is 6.42%
  • magenta value is 51.87%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(6,52,0,27)
C6M52Y0K27 
(6%,52%,0%,27%)
(0.06/0.52/0.00/0.27)	

CMYK percentages

%6.42
%51.87
%0
%26.67

Codes

Color #AF5ABB in popluar color models

AF5ABB
RGB17590187
HSL293°41.63%54.31%
HSB/HSV293°51.87%73.33%
CMYK6.42%51.87%0.00%
26.67%

Color #AF5ABB in popluar number systems.

HEXAF5ABB
Decimal17590187
Binary10101111101101010111011
Octal257132273

Shades and tints

Shades of #AF5ABB

#AF5ABB
(175,90,187)
#A052AA
(160,82,170)
#914A99
(145,74,153)
#824288
(130,66,136)
#733A77
(115,58,119)
#643266
(100,50,102)
#552A55
(85,42,85)
#462244
(70,34,68)
#371A33
(55,26,51)
#281222
(40,18,34)
#190A11
(25,10,17)
#000000
(0,0,0)

Tints of #AF5ABB

#AF5ABB
(175,90,187)
#B669C1
(182,105,193)
#BD78C7
(189,120,199)
#C487CD
(196,135,205)
#CB96D3
(203,150,211)
#D2A5D9
(210,165,217)
#D9B4DF
(217,180,223)
#E0C3E5
(224,195,229)
#E7D2EB
(231,210,235)
#EEE1F1
(238,225,241)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF5ABB color. Also use rgb(175,90,187) instead hex code.

Text Font Color

.myTextColor { color: #AF5ABB; }

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

This text font color is #AF5ABB.


Background Color

.myBgColor { background-color: #AF5ABB; }

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

This div background color is #AF5ABB.


Border color

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

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

This div border color is #AF5ABB.


Opacity

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

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

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

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

This text has shadow with #AF5ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5ABB on black background.


Color preview on white background

This text has color #AF5ABB on white background.



Black color preview on #AF5ABB background

This text has black color on #AF5ABB background.


White color preview on #AF5ABB background

This text has white color on #AF5ABB background.