COLOR #AF50CA

HEX: #AF50CA
RGB: (175,80,202)

Color info

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

RGB color model

#AF50CA color RGB value is (175,80,202).

  • red value is 175;
  • green value is 80;
  • blue value is 202.
RGB:
(175,80,202)
(69%,31%,79%)

RGB channels and saturation

R 175 of 255 = 69%
G 80 of 255 = 31%
B 202 of 255 = 79%

175
80
202

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

Portions of RGB colors in percentages

R + G + B =
175 + 80 + 202 = 457 (100%)
R 175 of 457 ~ 38.29%
G 80 of 457 ~ 17.51%
B 202 of 457 ~ 44.2%

%38.29
%17.51
%44.2

CMYK color model

#AF50CA color CMYK value is (13,60,0,21).

  • cyan value is 13.37%
  • magenta value is 60.40%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(13,60,0,21)
C13M60Y0K21 
(13%,60%,0%,21%)
(0.13/0.60/0.00/0.21)	

CMYK percentages

%13.37
%60.4
%0
%20.78

Codes

Color #AF50CA in popluar color models

AF50CA
RGB17580202
HSL287°53.51%55.29%
HSB/HSV287°60.40%79.22%
CMYK13.37%60.40%0.00%
20.78%

Color #AF50CA in popluar number systems.

HEXAF50CA
Decimal17580202
Binary10101111101000011001010
Octal257120312

Shades and tints

Shades of #AF50CA

#AF50CA
(175,80,202)
#A049B8
(160,73,184)
#9142A6
(145,66,166)
#823B94
(130,59,148)
#733482
(115,52,130)
#642D70
(100,45,112)
#55265E
(85,38,94)
#461F4C
(70,31,76)
#37183A
(55,24,58)
#281128
(40,17,40)
#190A16
(25,10,22)
#000000
(0,0,0)

Tints of #AF50CA

#AF50CA
(175,80,202)
#B65FCE
(182,95,206)
#BD6ED2
(189,110,210)
#C47DD6
(196,125,214)
#CB8CDA
(203,140,218)
#D29BDE
(210,155,222)
#D9AAE2
(217,170,226)
#E0B9E6
(224,185,230)
#E7C8EA
(231,200,234)
#EED7EE
(238,215,238)
#F5E6F2
(245,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF50CA color. Also use rgb(175,80,202) instead hex code.

Text Font Color

.myTextColor { color: #AF50CA; }

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

This text font color is #AF50CA.


Background Color

.myBgColor { background-color: #AF50CA; }

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

This div background color is #AF50CA.


Border color

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

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

This div border color is #AF50CA.


Opacity

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

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

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

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

This text has shadow with #AF50CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF50CA on black background.


Color preview on white background

This text has color #AF50CA on white background.



Black color preview on #AF50CA background

This text has black color on #AF50CA background.


White color preview on #AF50CA background

This text has white color on #AF50CA background.