COLOR #AF7BDD

HEX: #AF7BDD
RGB: (175,123,221)

Color info

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

RGB color model

#AF7BDD color RGB value is (175,123,221).

  • red value is 175;
  • green value is 123;
  • blue value is 221.
RGB:
(175,123,221)
(69%,48%,87%)

RGB channels and saturation

R 175 of 255 = 69%
G 123 of 255 = 48%
B 221 of 255 = 87%

175
123
221

R + G + B ~ 68%. #AF7BDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 123 + 221 = 519 (100%)
R 175 of 519 ~ 33.72%
G 123 of 519 ~ 23.7%
B 221 of 519 ~ 42.58%

%33.72
%23.7
%42.58

CMYK color model

#AF7BDD color CMYK value is (21,44,0,13).

  • cyan value is 20.81%
  • magenta value is 44.34%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(21,44,0,13)
C21M44Y0K13 
(21%,44%,0%,13%)
(0.21/0.44/0.00/0.13)	

CMYK percentages

%20.81
%44.34
%0
%13.33

Codes

Color #AF7BDD in popluar color models

AF7BDD
RGB175123221
HSL272°59.04%67.45%
HSB/HSV272°44.34%86.67%
CMYK20.81%44.34%0.00%
13.33%

Color #AF7BDD in popluar number systems.

HEXAF7BDD
Decimal175123221
Binary10101111111101111011101
Octal257173335

Shades and tints

Shades of #AF7BDD

#AF7BDD
(175,123,221)
#A070C9
(160,112,201)
#9165B5
(145,101,181)
#825AA1
(130,90,161)
#734F8D
(115,79,141)
#644479
(100,68,121)
#553965
(85,57,101)
#462E51
(70,46,81)
#37233D
(55,35,61)
#281829
(40,24,41)
#190D15
(25,13,21)
#000000
(0,0,0)

Tints of #AF7BDD

#AF7BDD
(175,123,221)
#B687E0
(182,135,224)
#BD93E3
(189,147,227)
#C49FE6
(196,159,230)
#CBABE9
(203,171,233)
#D2B7EC
(210,183,236)
#D9C3EF
(217,195,239)
#E0CFF2
(224,207,242)
#E7DBF5
(231,219,245)
#EEE7F8
(238,231,248)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7BDD color. Also use rgb(175,123,221) instead hex code.

Text Font Color

.myTextColor { color: #AF7BDD; }

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

This text font color is #AF7BDD.


Background Color

.myBgColor { background-color: #AF7BDD; }

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

This div background color is #AF7BDD.


Border color

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

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

This div border color is #AF7BDD.


Opacity

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

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

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

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

This text has shadow with #AF7BDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7BDD on black background.


Color preview on white background

This text has color #AF7BDD on white background.



Black color preview on #AF7BDD background

This text has black color on #AF7BDD background.


White color preview on #AF7BDD background

This text has white color on #AF7BDD background.