COLOR #AF75DA

HEX: #AF75DA
RGB: (175,117,218)

Color info

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

RGB color model

#AF75DA color RGB value is (175,117,218).

  • red value is 175;
  • green value is 117;
  • blue value is 218.
RGB:
(175,117,218)
(69%,46%,85%)

RGB channels and saturation

R 175 of 255 = 69%
G 117 of 255 = 46%
B 218 of 255 = 85%

175
117
218

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

Portions of RGB colors in percentages

R + G + B =
175 + 117 + 218 = 510 (100%)
R 175 of 510 ~ 34.31%
G 117 of 510 ~ 22.94%
B 218 of 510 ~ 42.75%

%34.31
%22.94
%42.75

CMYK color model

#AF75DA color CMYK value is (20,46,0,15).

  • cyan value is 19.72%
  • magenta value is 46.33%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(20,46,0,15)
C20M46Y0K15 
(20%,46%,0%,15%)
(0.20/0.46/0.00/0.15)	

CMYK percentages

%19.72
%46.33
%0
%14.51

Codes

Color #AF75DA in popluar color models

AF75DA
RGB175117218
HSL274°57.71%65.69%
HSB/HSV274°46.33%85.49%
CMYK19.72%46.33%0.00%
14.51%

Color #AF75DA in popluar number systems.

HEXAF75DA
Decimal175117218
Binary10101111111010111011010
Octal257165332

Shades and tints

Shades of #AF75DA

#AF75DA
(175,117,218)
#A06BC7
(160,107,199)
#9161B4
(145,97,180)
#8257A1
(130,87,161)
#734D8E
(115,77,142)
#64437B
(100,67,123)
#553968
(85,57,104)
#462F55
(70,47,85)
#372542
(55,37,66)
#281B2F
(40,27,47)
#19111C
(25,17,28)
#000000
(0,0,0)

Tints of #AF75DA

#AF75DA
(175,117,218)
#B681DD
(182,129,221)
#BD8DE0
(189,141,224)
#C499E3
(196,153,227)
#CBA5E6
(203,165,230)
#D2B1E9
(210,177,233)
#D9BDEC
(217,189,236)
#E0C9EF
(224,201,239)
#E7D5F2
(231,213,242)
#EEE1F5
(238,225,245)
#F5EDF8
(245,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF75DA; }

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

This text font color is #AF75DA.


Background Color

.myBgColor { background-color: #AF75DA; }

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

This div background color is #AF75DA.


Border color

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

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

This div border color is #AF75DA.


Opacity

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

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

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

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

This text has shadow with #AF75DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF75DA on black background.


Color preview on white background

This text has color #AF75DA on white background.



Black color preview on #AF75DA background

This text has black color on #AF75DA background.


White color preview on #AF75DA background

This text has white color on #AF75DA background.