COLOR #AF68CC

HEX: #AF68CC RGB: (175,104,204)

Color info

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

RGB color model

#AF68CC color RGB value is (175,104,204).

RGB: (175,104,204) (69%, 41%, 80%)

RGB channels and saturation

R 175 of 255 = 69%
G 104 of 255 = 41%
B 204 of 255 = 80%

175
104
204

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

Portions of RGB colors in percentages

R + G + B = 175 + 104 + 204 = 483 (100%)
R 175 of 483 ~ 36.23%
G 104 of 483 ~ 21.53%
B 204 of 483 ~ 42.24'%

%36.23
%21.53
%42.24

CMYK color model

#AF68CC color CMYK value is (14,49,0,20).

  • cyan value is 14.22%
  • magenta value is 49.02%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (14,49,0,20)
C14M49Y0K20 (14%, 49%, 0%, 20%)
(0.14 / 0.49 / 0.00 / 0.20)

CMYK percentages

%14.22
%49.02
%0
%20

Codes

Color #AF68CC in popluar color models

AF 68 CC
RGB 175 104 204
HSL 283° 49.50% 60.39%
HSB/HSV 283° 49.02% 80.00%
CMYK 14.22% 49.02% 0.00%
20.00%

Color #AF68CC in popluar number systems.

HEX AF 68 CC
Decimal 175 104 204
Binary 10101111 1101000 11001100
Octal 257 150 314

Shades and tints

Shades of #AF68CC

#AF68CC
(175,104,204)
#A05FBA
(160,95,186)
#9156A8
(145,86,168)
#824D96
(130,77,150)
#734484
(115,68,132)
#643B72
(100,59,114)
#553260
(85,50,96)
#46294E
(70,41,78)
#37203C
(55,32,60)
#28172A
(40,23,42)
#190E18
(25,14,24)
#000000
(0,0,0)

Tints of #AF68CC

#AF68CC
(175,104,204)
#B675D0
(182,117,208)
#BD82D4
(189,130,212)
#C48FD8
(196,143,216)
#CB9CDC
(203,156,220)
#D2A9E0
(210,169,224)
#D9B6E4
(217,182,228)
#E0C3E8
(224,195,232)
#E7D0EC
(231,208,236)
#EEDDF0
(238,221,240)
#F5EAF4
(245,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF68CC color. Also use rgb(175,104,204) instead hex code.

Text Font Color

.myTextColor { color: #AF68CC; }

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

This text font color is #AF68CC.

Background Color

.myBgColor { background-color: #AF68CC; }

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

This div background color is #AF68CC.

Border color

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

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

This div border color is #AF68CC.

Opacity

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

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

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

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

This text has shadow with #AF68CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF68CC.

Preview

Color preview on black background

This text has color #AF68CC on black background.


Color preview on white background

This text has color #AF68CC on white background.


Black color preview on #AF68CC background

This text has black color on #AF68CC background.


White color preview on #AF68CC background

This text has white color on #AF68CC background.


Related colors

Complementary color

Complementary color for #hex is #509733.


I love getcolorcode.com

Triadic colors

1 #CCAF68 and #68CCAF with #AF68CC are triadic colors.

2 #CC68AF and #68AFCC with #AF68CC are triadic colors.