COLOR #AF69C8

HEX: #AF69C8
RGB: (175,105,200)

Color info

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

RGB color model

#AF69C8 color RGB value is (175,105,200).

  • red value is 175;
  • green value is 105;
  • blue value is 200.
RGB:
(175,105,200)
(69%,41%,78%)

RGB channels and saturation

R 175 of 255 = 69%
G 105 of 255 = 41%
B 200 of 255 = 78%

175
105
200

R + G + B ~ 63%. #AF69C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 105 + 200 = 480 (100%)
R 175 of 480 ~ 36.46%
G 105 of 480 ~ 21.88%
B 200 of 480 ~ 41.67%

%36.46
%21.88
%41.67

CMYK color model

#AF69C8 color CMYK value is (13,48,0,22).

  • cyan value is 12.50%
  • magenta value is 47.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(13,48,0,22)
C13M48Y0K22 
(13%,48%,0%,22%)
(0.13/0.48/0.00/0.22)	

CMYK percentages

%12.5
%47.5
%0
%21.57

Codes

Color #AF69C8 in popluar color models

AF69C8
RGB175105200
HSL284°46.34%59.80%
HSB/HSV284°47.50%78.43%
CMYK12.50%47.50%0.00%
21.57%

Color #AF69C8 in popluar number systems.

HEXAF69C8
Decimal175105200
Binary10101111110100111001000
Octal257151310

Shades and tints

Shades of #AF69C8

#AF69C8
(175,105,200)
#A060B6
(160,96,182)
#9157A4
(145,87,164)
#824E92
(130,78,146)
#734580
(115,69,128)
#643C6E
(100,60,110)
#55335C
(85,51,92)
#462A4A
(70,42,74)
#372138
(55,33,56)
#281826
(40,24,38)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #AF69C8

#AF69C8
(175,105,200)
#B676CD
(182,118,205)
#BD83D2
(189,131,210)
#C490D7
(196,144,215)
#CB9DDC
(203,157,220)
#D2AAE1
(210,170,225)
#D9B7E6
(217,183,230)
#E0C4EB
(224,196,235)
#E7D1F0
(231,209,240)
#EEDEF5
(238,222,245)
#F5EBFA
(245,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF69C8; }

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

This text font color is #AF69C8.


Background Color

.myBgColor { background-color: #AF69C8; }

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

This div background color is #AF69C8.


Border color

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

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

This div border color is #AF69C8.


Opacity

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

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

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

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

This text has shadow with #AF69C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF69C8 on black background.


Color preview on white background

This text has color #AF69C8 on white background.



Black color preview on #AF69C8 background

This text has black color on #AF69C8 background.


White color preview on #AF69C8 background

This text has white color on #AF69C8 background.