COLOR #AF5ABC

HEX: #AF5ABC
RGB: (175,90,188)

Color info

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

RGB color model

#AF5ABC color RGB value is (175,90,188).

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

RGB channels and saturation

R 175 of 255 = 69%
G 90 of 255 = 35%
B 188 of 255 = 74%

175
90
188

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

Portions of RGB colors in percentages

R + G + B =
175 + 90 + 188 = 453 (100%)
R 175 of 453 ~ 38.63%
G 90 of 453 ~ 19.87%
B 188 of 453 ~ 41.5%

%38.63
%19.87
%41.5

CMYK color model

#AF5ABC color CMYK value is (7,52,0,26).

  • cyan value is 6.91%
  • magenta value is 52.13%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(7,52,0,26)
C7M52Y0K26 
(7%,52%,0%,26%)
(0.07/0.52/0.00/0.26)	

CMYK percentages

%6.91
%52.13
%0
%26.27

Codes

Color #AF5ABC in popluar color models

AF5ABC
RGB17590188
HSL292°42.24%54.51%
HSB/HSV292°52.13%73.73%
CMYK6.91%52.13%0.00%
26.27%

Color #AF5ABC in popluar number systems.

HEXAF5ABC
Decimal17590188
Binary10101111101101010111100
Octal257132274

Shades and tints

Shades of #AF5ABC

#AF5ABC
(175,90,188)
#A052AB
(160,82,171)
#914A9A
(145,74,154)
#824289
(130,66,137)
#733A78
(115,58,120)
#643267
(100,50,103)
#552A56
(85,42,86)
#462245
(70,34,69)
#371A34
(55,26,52)
#281223
(40,18,35)
#190A12
(25,10,18)
#000000
(0,0,0)

Tints of #AF5ABC

#AF5ABC
(175,90,188)
#B669C2
(182,105,194)
#BD78C8
(189,120,200)
#C487CE
(196,135,206)
#CB96D4
(203,150,212)
#D2A5DA
(210,165,218)
#D9B4E0
(217,180,224)
#E0C3E6
(224,195,230)
#E7D2EC
(231,210,236)
#EEE1F2
(238,225,242)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF5ABC; }

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

This text font color is #AF5ABC.


Background Color

.myBgColor { background-color: #AF5ABC; }

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

This div background color is #AF5ABC.


Border color

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

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

This div border color is #AF5ABC.


Opacity

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

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

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

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

This text has shadow with #AF5ABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5ABC on black background.


Color preview on white background

This text has color #AF5ABC on white background.



Black color preview on #AF5ABC background

This text has black color on #AF5ABC background.


White color preview on #AF5ABC background

This text has white color on #AF5ABC background.