COLOR #AF42A0

HEX: #AF42A0
RGB: (175,66,160)

Color info

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

RGB color model

#AF42A0 color RGB value is (175,66,160).

  • red value is 175;
  • green value is 66;
  • blue value is 160.
RGB:
(175,66,160)
(69%,26%,63%)

RGB channels and saturation

R 175 of 255 = 69%
G 66 of 255 = 26%
B 160 of 255 = 63%

175
66
160

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

Portions of RGB colors in percentages

R + G + B =
175 + 66 + 160 = 401 (100%)
R 175 of 401 ~ 43.64%
G 66 of 401 ~ 16.46%
B 160 of 401 ~ 39.9%

%43.64
%16.46
%39.9

CMYK color model

#AF42A0 color CMYK value is (0,62,9,31).

  • cyan value is 0.00%
  • magenta value is 62.29%
  • yellow value is 8.57%
  • key color value is 31.37%
CMYK:
(0,62,9,31)
C0M62Y9K31 
(0%,62%,9%,31%)
(0.00/0.62/0.09/0.31)	

CMYK percentages

%0
%62.29
%8.57
%31.37

Codes

Color #AF42A0 in popluar color models

AF42A0
RGB17566160
HSL308°45.23%47.25%
HSB/HSV308°62.29%68.63%
CMYK0.00%62.29%8.57%
31.37%

Color #AF42A0 in popluar number systems.

HEXAF42A0
Decimal17566160
Binary10101111100001010100000
Octal257102240

Shades and tints

Shades of #AF42A0

#AF42A0
(175,66,160)
#A03C92
(160,60,146)
#913684
(145,54,132)
#823076
(130,48,118)
#732A68
(115,42,104)
#64245A
(100,36,90)
#551E4C
(85,30,76)
#46183E
(70,24,62)
#371230
(55,18,48)
#280C22
(40,12,34)
#190614
(25,6,20)
#000000
(0,0,0)

Tints of #AF42A0

#AF42A0
(175,66,160)
#B653A8
(182,83,168)
#BD64B0
(189,100,176)
#C475B8
(196,117,184)
#CB86C0
(203,134,192)
#D297C8
(210,151,200)
#D9A8D0
(217,168,208)
#E0B9D8
(224,185,216)
#E7CAE0
(231,202,224)
#EEDBE8
(238,219,232)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF42A0 color. Also use rgb(175,66,160) instead hex code.

Text Font Color

.myTextColor { color: #AF42A0; }

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

This text font color is #AF42A0.


Background Color

.myBgColor { background-color: #AF42A0; }

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

This div background color is #AF42A0.


Border color

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

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

This div border color is #AF42A0.


Opacity

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

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

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

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

This text has shadow with #AF42A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF42A0 on black background.


Color preview on white background

This text has color #AF42A0 on white background.



Black color preview on #AF42A0 background

This text has black color on #AF42A0 background.


White color preview on #AF42A0 background

This text has white color on #AF42A0 background.