COLOR #AF7ADA

HEX: #AF7ADA RGB: (175,122,218)

Color info

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

RGB color model

#AF7ADA color RGB value is (175,122,218).

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

RGB channels and saturation

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

175
122
218

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

Portions of RGB colors in percentages

R + G + B = 175 + 122 + 218 = 515 (100%)
R 175 of 515 ~ 33.98%
G 122 of 515 ~ 23.69%
B 218 of 515 ~ 42.33'%

%33.98
%23.69
%42.33

CMYK color model

#AF7ADA color CMYK value is (20,44,0,15).

  • cyan value is 19.72%
  • magenta value is 44.04%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (20,44,0,15)
C20M44Y0K15 (20%, 44%, 0%, 15%)
(0.20 / 0.44 / 0.00 / 0.15)

CMYK percentages

%19.72
%44.04
%0
%14.51

Codes

Color #AF7ADA in popluar color models

AF 7A DA
RGB 175 122 218
HSL 273° 56.47% 66.67%
HSB/HSV 273° 44.04% 85.49%
CMYK 19.72% 44.04% 0.00%
14.51%

Color #AF7ADA in popluar number systems.

HEX AF 7A DA
Decimal 175 122 218
Binary 10101111 1111010 11011010
Octal 257 172 332

Shades and tints

Shades of #AF7ADA

#AF7ADA
(175,122,218)
#A06FC7
(160,111,199)
#9164B4
(145,100,180)
#8259A1
(130,89,161)
#734E8E
(115,78,142)
#64437B
(100,67,123)
#553868
(85,56,104)
#462D55
(70,45,85)
#372242
(55,34,66)
#28172F
(40,23,47)
#190C1C
(25,12,28)
#000000
(0,0,0)

Tints of #AF7ADA

#AF7ADA
(175,122,218)
#B686DD
(182,134,221)
#BD92E0
(189,146,224)
#C49EE3
(196,158,227)
#CBAAE6
(203,170,230)
#D2B6E9
(210,182,233)
#D9C2EC
(217,194,236)
#E0CEEF
(224,206,239)
#E7DAF2
(231,218,242)
#EEE6F5
(238,230,245)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7ADA; }

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

This text font color is #AF7ADA.

Background Color

.myBgColor { background-color: #AF7ADA; }

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

This div background color is #AF7ADA.

Border color

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

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

This div border color is #AF7ADA.

Opacity

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

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

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

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

This text has shadow with #AF7ADA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7ADA.

Preview

Color preview on black background

This text has color #AF7ADA on black background.


Color preview on white background

This text has color #AF7ADA on white background.


Black color preview on #AF7ADA background

This text has black color on #AF7ADA background.


White color preview on #AF7ADA background

This text has white color on #AF7ADA background.


Related colors

Complementary color

Complementary color for #hex is #508525.


I love getcolorcode.com

Triadic colors

1 #DAAF7A and #7ADAAF with #AF7ADA are triadic colors.

2 #DA7AAF and #7AAFDA with #AF7ADA are triadic colors.