COLOR #AF67C3

HEX: #AF67C3
RGB: (175,103,195)

Color info

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

RGB color model

#AF67C3 color RGB value is (175,103,195).

  • red value is 175;
  • green value is 103;
  • blue value is 195.
RGB:
(175,103,195)
(69%,40%,76%)

RGB channels and saturation

R 175 of 255 = 69%
G 103 of 255 = 40%
B 195 of 255 = 76%

175
103
195

R + G + B ~ 62%. #AF67C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 103 + 195 = 473 (100%)
R 175 of 473 ~ 37%
G 103 of 473 ~ 21.78%
B 195 of 473 ~ 41.23%

%37
%21.78
%41.23

CMYK color model

#AF67C3 color CMYK value is (10,47,0,24).

  • cyan value is 10.26%
  • magenta value is 47.18%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(10,47,0,24)
C10M47Y0K24 
(10%,47%,0%,24%)
(0.10/0.47/0.00/0.24)	

CMYK percentages

%10.26
%47.18
%0
%23.53

Codes

Color #AF67C3 in popluar color models

AF67C3
RGB175103195
HSL287°43.40%58.43%
HSB/HSV287°47.18%76.47%
CMYK10.26%47.18%0.00%
23.53%

Color #AF67C3 in popluar number systems.

HEXAF67C3
Decimal175103195
Binary10101111110011111000011
Octal257147303

Shades and tints

Shades of #AF67C3

#AF67C3
(175,103,195)
#A05EB2
(160,94,178)
#9155A1
(145,85,161)
#824C90
(130,76,144)
#73437F
(115,67,127)
#643A6E
(100,58,110)
#55315D
(85,49,93)
#46284C
(70,40,76)
#371F3B
(55,31,59)
#28162A
(40,22,42)
#190D19
(25,13,25)
#000000
(0,0,0)

Tints of #AF67C3

#AF67C3
(175,103,195)
#B674C8
(182,116,200)
#BD81CD
(189,129,205)
#C48ED2
(196,142,210)
#CB9BD7
(203,155,215)
#D2A8DC
(210,168,220)
#D9B5E1
(217,181,225)
#E0C2E6
(224,194,230)
#E7CFEB
(231,207,235)
#EEDCF0
(238,220,240)
#F5E9F5
(245,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF67C3 color. Also use rgb(175,103,195) instead hex code.

Text Font Color

.myTextColor { color: #AF67C3; }

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

This text font color is #AF67C3.


Background Color

.myBgColor { background-color: #AF67C3; }

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

This div background color is #AF67C3.


Border color

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

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

This div border color is #AF67C3.


Opacity

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

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

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

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

This text has shadow with #AF67C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF67C3 on black background.


Color preview on white background

This text has color #AF67C3 on white background.



Black color preview on #AF67C3 background

This text has black color on #AF67C3 background.


White color preview on #AF67C3 background

This text has white color on #AF67C3 background.