COLOR #AF7AD9

HEX: #AF7AD9 RGB: (175,122,217)

Color info

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

RGB color model

#AF7AD9 color RGB value is (175,122,217).

RGB: (175,122,217) (69%, 48%, 85%)

RGB channels and saturation

R 175 of 255 = 69%
G 122 of 255 = 48%
B 217 of 255 = 85%

175
122
217

R + G + B ~ 67%. #AF7AD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 122 + 217 = 514 (100%)
R 175 of 514 ~ 34.05%
G 122 of 514 ~ 23.74%
B 217 of 514 ~ 42.22'%

%34.05
%23.74
%42.22

CMYK color model

#AF7AD9 color CMYK value is (19,44,0,15).

  • cyan value is 19.35%
  • magenta value is 43.78%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (19,44,0,15)
C19M44Y0K15 (19%, 44%, 0%, 15%)
(0.19 / 0.44 / 0.00 / 0.15)

CMYK percentages

%19.35
%43.78
%0
%14.9

Codes

Color #AF7AD9 in popluar color models

AF 7A D9
RGB 175 122 217
HSL 273° 55.56% 66.47%
HSB/HSV 273° 43.78% 85.10%
CMYK 19.35% 43.78% 0.00%
14.90%

Color #AF7AD9 in popluar number systems.

HEX AF 7A D9
Decimal 175 122 217
Binary 10101111 1111010 11011001
Octal 257 172 331

Shades and tints

Shades of #AF7AD9

#AF7AD9
(175,122,217)
#A06FC6
(160,111,198)
#9164B3
(145,100,179)
#8259A0
(130,89,160)
#734E8D
(115,78,141)
#64437A
(100,67,122)
#553867
(85,56,103)
#462D54
(70,45,84)
#372241
(55,34,65)
#28172E
(40,23,46)
#190C1B
(25,12,27)
#000000
(0,0,0)

Tints of #AF7AD9

#AF7AD9
(175,122,217)
#B686DC
(182,134,220)
#BD92DF
(189,146,223)
#C49EE2
(196,158,226)
#CBAAE5
(203,170,229)
#D2B6E8
(210,182,232)
#D9C2EB
(217,194,235)
#E0CEEE
(224,206,238)
#E7DAF1
(231,218,241)
#EEE6F4
(238,230,244)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7AD9; }

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

This text font color is #AF7AD9.

Background Color

.myBgColor { background-color: #AF7AD9; }

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

This div background color is #AF7AD9.

Border color

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

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

This div border color is #AF7AD9.

Opacity

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

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

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

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

This text has shadow with #AF7AD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7AD9.

Preview

Color preview on black background

This text has color #AF7AD9 on black background.


Color preview on white background

This text has color #AF7AD9 on white background.


Black color preview on #AF7AD9 background

This text has black color on #AF7AD9 background.


White color preview on #AF7AD9 background

This text has white color on #AF7AD9 background.


Related colors

Complementary color

Complementary color for #hex is #508526.


I love getcolorcode.com

Triadic colors

1 #D9AF7A and #7AD9AF with #AF7AD9 are triadic colors.

2 #D97AAF and #7AAFD9 with #AF7AD9 are triadic colors.