COLOR #AF65BF

HEX: #AF65BF
RGB: (175,101,191)

Color info

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

RGB color model

#AF65BF color RGB value is (175,101,191).

  • red value is 175;
  • green value is 101;
  • blue value is 191.
RGB:
(175,101,191)
(69%,40%,75%)

RGB channels and saturation

R 175 of 255 = 69%
G 101 of 255 = 40%
B 191 of 255 = 75%

175
101
191

R + G + B ~ 61%. #AF65BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 101 + 191 = 467 (100%)
R 175 of 467 ~ 37.47%
G 101 of 467 ~ 21.63%
B 191 of 467 ~ 40.9%

%37.47
%21.63
%40.9

CMYK color model

#AF65BF color CMYK value is (8,47,0,25).

  • cyan value is 8.38%
  • magenta value is 47.12%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(8,47,0,25)
C8M47Y0K25 
(8%,47%,0%,25%)
(0.08/0.47/0.00/0.25)	

CMYK percentages

%8.38
%47.12
%0
%25.1

Codes

Color #AF65BF in popluar color models

AF65BF
RGB175101191
HSL289°41.28%57.25%
HSB/HSV289°47.12%74.90%
CMYK8.38%47.12%0.00%
25.10%

Color #AF65BF in popluar number systems.

HEXAF65BF
Decimal175101191
Binary10101111110010110111111
Octal257145277

Shades and tints

Shades of #AF65BF

#AF65BF
(175,101,191)
#A05CAE
(160,92,174)
#91539D
(145,83,157)
#824A8C
(130,74,140)
#73417B
(115,65,123)
#64386A
(100,56,106)
#552F59
(85,47,89)
#462648
(70,38,72)
#371D37
(55,29,55)
#281426
(40,20,38)
#190B15
(25,11,21)
#000000
(0,0,0)

Tints of #AF65BF

#AF65BF
(175,101,191)
#B673C4
(182,115,196)
#BD81C9
(189,129,201)
#C48FCE
(196,143,206)
#CB9DD3
(203,157,211)
#D2ABD8
(210,171,216)
#D9B9DD
(217,185,221)
#E0C7E2
(224,199,226)
#E7D5E7
(231,213,231)
#EEE3EC
(238,227,236)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF65BF color. Also use rgb(175,101,191) instead hex code.

Text Font Color

.myTextColor { color: #AF65BF; }

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

This text font color is #AF65BF.


Background Color

.myBgColor { background-color: #AF65BF; }

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

This div background color is #AF65BF.


Border color

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

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

This div border color is #AF65BF.


Opacity

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

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

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

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

This text has shadow with #AF65BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF65BF on black background.


Color preview on white background

This text has color #AF65BF on white background.



Black color preview on #AF65BF background

This text has black color on #AF65BF background.


White color preview on #AF65BF background

This text has white color on #AF65BF background.