COLOR #AF69F2

HEX: #AF69F2 RGB: (175,105,242)

Color info

#AF69F2 contains mainly blue color. Web safe color of #AF69F2 is #9966FF (or #96F).

RGB color model

#AF69F2 color RGB value is (175,105,242).

RGB: (175,105,242) (69%, 41%, 95%)

RGB channels and saturation

R 175 of 255 = 69%
G 105 of 255 = 41%
B 242 of 255 = 95%

175
105
242

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

Portions of RGB colors in percentages

R + G + B = 175 + 105 + 242 = 522 (100%)
R 175 of 522 ~ 33.52%
G 105 of 522 ~ 20.11%
B 242 of 522 ~ 46.36'%

%33.52
%20.11
%46.36

CMYK color model

#AF69F2 color CMYK value is (28,57,0,5).

  • cyan value is 27.69%
  • magenta value is 56.61%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (28,57,0,5)
C28M57Y0K5 (28%, 57%, 0%, 5%)
(0.28 / 0.57 / 0.00 / 0.05)

CMYK percentages

%27.69
%56.61
%0
%5.1

Codes

Color #AF69F2 in popluar color models

AF 69 F2
RGB 175 105 242
HSL 271° 84.05% 68.04%
HSB/HSV 271° 56.61% 94.90%
CMYK 27.69% 56.61% 0.00%
5.10%

Color #AF69F2 in popluar number systems.

HEX AF 69 F2
Decimal 175 105 242
Binary 10101111 1101001 11110010
Octal 257 151 362

Shades and tints

Shades of #AF69F2

#AF69F2
(175,105,242)
#A060DC
(160,96,220)
#9157C6
(145,87,198)
#824EB0
(130,78,176)
#73459A
(115,69,154)
#643C84
(100,60,132)
#55336E
(85,51,110)
#462A58
(70,42,88)
#372142
(55,33,66)
#28182C
(40,24,44)
#190F16
(25,15,22)
#000000
(0,0,0)

Tints of #AF69F2

#AF69F2
(175,105,242)
#B676F3
(182,118,243)
#BD83F4
(189,131,244)
#C490F5
(196,144,245)
#CB9DF6
(203,157,246)
#D2AAF7
(210,170,247)
#D9B7F8
(217,183,248)
#E0C4F9
(224,196,249)
#E7D1FA
(231,209,250)
#EEDEFB
(238,222,251)
#F5EBFC
(245,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF69F2 color. Also use rgb(175,105,242) instead hex code.

Text Font Color

.myTextColor { color: #AF69F2; }

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

This text font color is #AF69F2.

Background Color

.myBgColor { background-color: #AF69F2; }

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

This div background color is #AF69F2.

Border color

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

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

This div border color is #AF69F2.

Opacity

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

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

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

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

This text has shadow with #AF69F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF69F2.

Preview

Color preview on black background

This text has color #AF69F2 on black background.


Color preview on white background

This text has color #AF69F2 on white background.


Black color preview on #AF69F2 background

This text has black color on #AF69F2 background.


White color preview on #AF69F2 background

This text has white color on #AF69F2 background.


Related colors

Complementary color

Complementary color for #hex is #50960D.


I love getcolorcode.com

Triadic colors

1 #F2AF69 and #69F2AF with #AF69F2 are triadic colors.

2 #F269AF and #69AFF2 with #AF69F2 are triadic colors.