COLOR #AF5EC2

HEX: #AF5EC2 RGB: (175,94,194)

Color info

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

RGB color model

#AF5EC2 color RGB value is (175,94,194).

RGB: (175,94,194) (69%, 37%, 76%)

RGB channels and saturation

R 175 of 255 = 69%
G 94 of 255 = 37%
B 194 of 255 = 76%

175
94
194

R + G + B ~ 61%. #AF5EC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 94 + 194 = 463 (100%)
R 175 of 463 ~ 37.8%
G 94 of 463 ~ 20.3%
B 194 of 463 ~ 41.9'%

%37.8
%20.3
%41.9

CMYK color model

#AF5EC2 color CMYK value is (10,52,0,24).

  • cyan value is 9.79%
  • magenta value is 51.55%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (10,52,0,24) C10M52Y0K24 (10%,52%,0%,24%) (0.10/0.52/0.00/0.24) 

CMYK percentages

%9.79
%51.55
%0
%23.92

Codes

Color #AF5EC2 in popluar color models

AF 5E C2
RGB 175 94 194
HSL 289° 45.05% 56.47%
HSB/HSV 289° 51.55% 76.08%
CMYK 9.79% 51.55% 0.00%
23.92%

Color #AF5EC2 in popluar number systems.

HEX AF 5E C2
Decimal 175 94 194
Binary 10101111 1011110 11000010
Octal 257 136 302

Shades and tints

Shades of #AF5EC2

#AF5EC2
(175,94,194)
#A056B1
(160,86,177)
#914EA0
(145,78,160)
#82468F
(130,70,143)
#733E7E
(115,62,126)
#64366D
(100,54,109)
#552E5C
(85,46,92)
#46264B
(70,38,75)
#371E3A
(55,30,58)
#281629
(40,22,41)
#190E18
(25,14,24)
#000000
(0,0,0)

Tints of #AF5EC2

#AF5EC2
(175,94,194)
#B66CC7
(182,108,199)
#BD7ACC
(189,122,204)
#C488D1
(196,136,209)
#CB96D6
(203,150,214)
#D2A4DB
(210,164,219)
#D9B2E0
(217,178,224)
#E0C0E5
(224,192,229)
#E7CEEA
(231,206,234)
#EEDCEF
(238,220,239)
#F5EAF4
(245,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF5EC2 color. Also use rgb(175,94,194) instead hex code.

Text Font Color

.myTextColor { color: #AF5EC2; }

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

This text font color is #AF5EC2.

Background Color

.myBgColor { background-color: #AF5EC2; }

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

This div background color is #AF5EC2.

Border color

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

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

This div border color is #AF5EC2.

Opacity

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

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

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

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

This text has shadow with #AF5EC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF5EC2.

Preview

Color preview on black background

This text has color #AF5EC2 on black background.


Color preview on white background

This text has color #AF5EC2 on white background.


Black color preview on #AF5EC2 background

This text has black color on #AF5EC2 background.


White color preview on #AF5EC2 background

This text has white color on #AF5EC2 background.


Related colors

Complementary color

Complementary color for #hex is #50A13D.


I love getcolorcode.com

Triadic colors

1 #C2AF5E and #5EC2AF with #AF5EC2 are triadic colors.

2 #C25EAF and #5EAFC2 with #AF5EC2 are triadic colors.