COLOR #AF6CC4

HEX: #AF6CC4 RGB: (175,108,196)

Color info

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

RGB color model

#AF6CC4 color RGB value is (175,108,196).

RGB: (175,108,196) (69%, 42%, 77%)

RGB channels and saturation

R 175 of 255 = 69%
G 108 of 255 = 42%
B 196 of 255 = 77%

175
108
196

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

Portions of RGB colors in percentages

R + G + B = 175 + 108 + 196 = 479 (100%)
R 175 of 479 ~ 36.53%
G 108 of 479 ~ 22.55%
B 196 of 479 ~ 40.92'%

%36.53
%22.55
%40.92

CMYK color model

#AF6CC4 color CMYK value is (11,45,0,23).

  • cyan value is 10.71%
  • magenta value is 44.90%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (11,45,0,23)
C11M45Y0K23 (11%, 45%, 0%, 23%)
(0.11 / 0.45 / 0.00 / 0.23)

CMYK percentages

%10.71
%44.9
%0
%23.14

Codes

Color #AF6CC4 in popluar color models

AF 6C C4
RGB 175 108 196
HSL 286° 42.72% 59.61%
HSB/HSV 286° 44.90% 76.86%
CMYK 10.71% 44.90% 0.00%
23.14%

Color #AF6CC4 in popluar number systems.

HEX AF 6C C4
Decimal 175 108 196
Binary 10101111 1101100 11000100
Octal 257 154 304

Shades and tints

Shades of #AF6CC4

#AF6CC4
(175,108,196)
#A063B3
(160,99,179)
#915AA2
(145,90,162)
#825191
(130,81,145)
#734880
(115,72,128)
#643F6F
(100,63,111)
#55365E
(85,54,94)
#462D4D
(70,45,77)
#37243C
(55,36,60)
#281B2B
(40,27,43)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #AF6CC4

#AF6CC4
(175,108,196)
#B679C9
(182,121,201)
#BD86CE
(189,134,206)
#C493D3
(196,147,211)
#CBA0D8
(203,160,216)
#D2ADDD
(210,173,221)
#D9BAE2
(217,186,226)
#E0C7E7
(224,199,231)
#E7D4EC
(231,212,236)
#EEE1F1
(238,225,241)
#F5EEF6
(245,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6CC4 color. Also use rgb(175,108,196) instead hex code.

Text Font Color

.myTextColor { color: #AF6CC4; }

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

This text font color is #AF6CC4.

Background Color

.myBgColor { background-color: #AF6CC4; }

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

This div background color is #AF6CC4.

Border color

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

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

This div border color is #AF6CC4.

Opacity

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

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

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

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

This text has shadow with #AF6CC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF6CC4.

Preview

Color preview on black background

This text has color #AF6CC4 on black background.


Color preview on white background

This text has color #AF6CC4 on white background.


Black color preview on #AF6CC4 background

This text has black color on #AF6CC4 background.


White color preview on #AF6CC4 background

This text has white color on #AF6CC4 background.


Related colors

Complementary color

Complementary color for #hex is #50933B.


I love getcolorcode.com

Triadic colors

1 #C4AF6C and #6CC4AF with #AF6CC4 are triadic colors.

2 #C46CAF and #6CAFC4 with #AF6CC4 are triadic colors.