COLOR #AF2EC3

HEX: #AF2EC3
RGB: (175,46,195)

Color info

#AF2EC3 contains mainly red and blue colors. Web safe color of #AF2EC3 is #9933CC (or #93C).

RGB color model

#AF2EC3 color RGB value is (175,46,195).

  • red value is 175;
  • green value is 46;
  • blue value is 195.
RGB:
(175,46,195)
(69%,18%,76%)

RGB channels and saturation

R 175 of 255 = 69%
G 46 of 255 = 18%
B 195 of 255 = 76%

175
46
195

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

Portions of RGB colors in percentages

R + G + B =
175 + 46 + 195 = 416 (100%)
R 175 of 416 ~ 42.07%
G 46 of 416 ~ 11.06%
B 195 of 416 ~ 46.88%

%42.07
%11.06
%46.88

CMYK color model

#AF2EC3 color CMYK value is (10,76,0,24).

  • cyan value is 10.26%
  • magenta value is 76.41%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(10,76,0,24)
C10M76Y0K24 
(10%,76%,0%,24%)
(0.10/0.76/0.00/0.24)	

CMYK percentages

%10.26
%76.41
%0
%23.53

Codes

Color #AF2EC3 in popluar color models

AF2EC3
RGB17546195
HSL292°61.83%47.25%
HSB/HSV292°76.41%76.47%
CMYK10.26%76.41%0.00%
23.53%

Color #AF2EC3 in popluar number systems.

HEXAF2EC3
Decimal17546195
Binary1010111110111011000011
Octal25756303

Shades and tints

Shades of #AF2EC3

#AF2EC3
(175,46,195)
#A02AB2
(160,42,178)
#9126A1
(145,38,161)
#822290
(130,34,144)
#731E7F
(115,30,127)
#641A6E
(100,26,110)
#55165D
(85,22,93)
#46124C
(70,18,76)
#370E3B
(55,14,59)
#280A2A
(40,10,42)
#190619
(25,6,25)
#000000
(0,0,0)

Tints of #AF2EC3

#AF2EC3
(175,46,195)
#B641C8
(182,65,200)
#BD54CD
(189,84,205)
#C467D2
(196,103,210)
#CB7AD7
(203,122,215)
#D28DDC
(210,141,220)
#D9A0E1
(217,160,225)
#E0B3E6
(224,179,230)
#E7C6EB
(231,198,235)
#EED9F0
(238,217,240)
#F5ECF5
(245,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF2EC3 color. Also use rgb(175,46,195) instead hex code.

Text Font Color

.myTextColor { color: #AF2EC3; }

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

This text font color is #AF2EC3.


Background Color

.myBgColor { background-color: #AF2EC3; }

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

This div background color is #AF2EC3.


Border color

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

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

This div border color is #AF2EC3.


Opacity

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

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

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

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

This text has shadow with #AF2EC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF2EC3 on black background.


Color preview on white background

This text has color #AF2EC3 on white background.



Black color preview on #AF2EC3 background

This text has black color on #AF2EC3 background.


White color preview on #AF2EC3 background

This text has white color on #AF2EC3 background.