COLOR #AF4CA2

HEX: #AF4CA2
RGB: (175,76,162)

Color info

#AF4CA2 contains mainly red and blue colors. Web safe color of #AF4CA2 is #993399 (or #939).

RGB color model

#AF4CA2 color RGB value is (175,76,162).

  • red value is 175;
  • green value is 76;
  • blue value is 162.
RGB:
(175,76,162)
(69%,30%,64%)

RGB channels and saturation

R 175 of 255 = 69%
G 76 of 255 = 30%
B 162 of 255 = 64%

175
76
162

R + G + B ~ 54%. #AF4CA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 76 + 162 = 413 (100%)
R 175 of 413 ~ 42.37%
G 76 of 413 ~ 18.4%
B 162 of 413 ~ 39.23%

%42.37
%18.4
%39.23

CMYK color model

#AF4CA2 color CMYK value is (0,57,7,31).

  • cyan value is 0.00%
  • magenta value is 56.57%
  • yellow value is 7.43%
  • key color value is 31.37%
CMYK:
(0,57,7,31)
C0M57Y7K31 
(0%,57%,7%,31%)
(0.00/0.57/0.07/0.31)	

CMYK percentages

%0
%56.57
%7.43
%31.37

Codes

Color #AF4CA2 in popluar color models

AF4CA2
RGB17576162
HSL308°39.44%49.22%
HSB/HSV308°56.57%68.63%
CMYK0.00%56.57%7.43%
31.37%

Color #AF4CA2 in popluar number systems.

HEXAF4CA2
Decimal17576162
Binary10101111100110010100010
Octal257114242

Shades and tints

Shades of #AF4CA2

#AF4CA2
(175,76,162)
#A04694
(160,70,148)
#914086
(145,64,134)
#823A78
(130,58,120)
#73346A
(115,52,106)
#642E5C
(100,46,92)
#55284E
(85,40,78)
#462240
(70,34,64)
#371C32
(55,28,50)
#281624
(40,22,36)
#191016
(25,16,22)
#000000
(0,0,0)

Tints of #AF4CA2

#AF4CA2
(175,76,162)
#B65CAA
(182,92,170)
#BD6CB2
(189,108,178)
#C47CBA
(196,124,186)
#CB8CC2
(203,140,194)
#D29CCA
(210,156,202)
#D9ACD2
(217,172,210)
#E0BCDA
(224,188,218)
#E7CCE2
(231,204,226)
#EEDCEA
(238,220,234)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF4CA2 color. Also use rgb(175,76,162) instead hex code.

Text Font Color

.myTextColor { color: #AF4CA2; }

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

This text font color is #AF4CA2.


Background Color

.myBgColor { background-color: #AF4CA2; }

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

This div background color is #AF4CA2.


Border color

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

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

This div border color is #AF4CA2.


Opacity

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

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

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

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

This text has shadow with #AF4CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF4CA2 on black background.


Color preview on white background

This text has color #AF4CA2 on white background.



Black color preview on #AF4CA2 background

This text has black color on #AF4CA2 background.


White color preview on #AF4CA2 background

This text has white color on #AF4CA2 background.