COLOR #AF7AC2

HEX: #AF7AC2 RGB: (175,122,194)

Color info

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

RGB color model

#AF7AC2 color RGB value is (175,122,194).

RGB: (175,122,194) (69%, 48%, 76%)

RGB channels and saturation

R 175 of 255 = 69%
G 122 of 255 = 48%
B 194 of 255 = 76%

175
122
194

R + G + B ~ 64%. #AF7AC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 122 + 194 = 491 (100%)
R 175 of 491 ~ 35.64%
G 122 of 491 ~ 24.85%
B 194 of 491 ~ 39.51'%

%35.64
%24.85
%39.51

CMYK color model

#AF7AC2 color CMYK value is (10,37,0,24).

  • cyan value is 9.79%
  • magenta value is 37.11%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (10,37,0,24)
C10M37Y0K24 (10%, 37%, 0%, 24%)
(0.10 / 0.37 / 0.00 / 0.24)

CMYK percentages

%9.79
%37.11
%0
%23.92

Codes

Color #AF7AC2 in popluar color models

AF 7A C2
RGB 175 122 194
HSL 284° 37.11% 61.96%
HSB/HSV 284° 37.11% 76.08%
CMYK 9.79% 37.11% 0.00%
23.92%

Color #AF7AC2 in popluar number systems.

HEX AF 7A C2
Decimal 175 122 194
Binary 10101111 1111010 11000010
Octal 257 172 302

Shades and tints

Shades of #AF7AC2

#AF7AC2
(175,122,194)
#A06FB1
(160,111,177)
#9164A0
(145,100,160)
#82598F
(130,89,143)
#734E7E
(115,78,126)
#64436D
(100,67,109)
#55385C
(85,56,92)
#462D4B
(70,45,75)
#37223A
(55,34,58)
#281729
(40,23,41)
#190C18
(25,12,24)
#000000
(0,0,0)

Tints of #AF7AC2

#AF7AC2
(175,122,194)
#B686C7
(182,134,199)
#BD92CC
(189,146,204)
#C49ED1
(196,158,209)
#CBAAD6
(203,170,214)
#D2B6DB
(210,182,219)
#D9C2E0
(217,194,224)
#E0CEE5
(224,206,229)
#E7DAEA
(231,218,234)
#EEE6EF
(238,230,239)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7AC2; }

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

This text font color is #AF7AC2.

Background Color

.myBgColor { background-color: #AF7AC2; }

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

This div background color is #AF7AC2.

Border color

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

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

This div border color is #AF7AC2.

Opacity

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

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

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

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

This text has shadow with #AF7AC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7AC2.

Preview

Color preview on black background

This text has color #AF7AC2 on black background.


Color preview on white background

This text has color #AF7AC2 on white background.


Black color preview on #AF7AC2 background

This text has black color on #AF7AC2 background.


White color preview on #AF7AC2 background

This text has white color on #AF7AC2 background.


Related colors

Complementary color

Complementary color for #hex is #50853D.


I love getcolorcode.com

Triadic colors

1 #C2AF7A and #7AC2AF with #AF7AC2 are triadic colors.

2 #C27AAF and #7AAFC2 with #AF7AC2 are triadic colors.