COLOR #AF33A8

HEX: #AF33A8
RGB: (175,51,168)

Color info

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

RGB color model

#AF33A8 color RGB value is (175,51,168).

  • red value is 175;
  • green value is 51;
  • blue value is 168.
RGB:
(175,51,168)
(69%,20%,66%)

RGB channels and saturation

R 175 of 255 = 69%
G 51 of 255 = 20%
B 168 of 255 = 66%

175
51
168

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

Portions of RGB colors in percentages

R + G + B =
175 + 51 + 168 = 394 (100%)
R 175 of 394 ~ 44.42%
G 51 of 394 ~ 12.94%
B 168 of 394 ~ 42.64%

%44.42
%12.94
%42.64

CMYK color model

#AF33A8 color CMYK value is (0,71,4,31).

  • cyan value is 0.00%
  • magenta value is 70.86%
  • yellow value is 4.00%
  • key color value is 31.37%
CMYK:
(0,71,4,31)
C0M71Y4K31 
(0%,71%,4%,31%)
(0.00/0.71/0.04/0.31)	

CMYK percentages

%0
%70.86
%4
%31.37

Codes

Color #AF33A8 in popluar color models

AF33A8
RGB17551168
HSL303°54.87%44.31%
HSB/HSV303°70.86%68.63%
CMYK0.00%70.86%4.00%
31.37%

Color #AF33A8 in popluar number systems.

HEXAF33A8
Decimal17551168
Binary1010111111001110101000
Octal25763250

Shades and tints

Shades of #AF33A8

#AF33A8
(175,51,168)
#A02F99
(160,47,153)
#912B8A
(145,43,138)
#82277B
(130,39,123)
#73236C
(115,35,108)
#641F5D
(100,31,93)
#551B4E
(85,27,78)
#46173F
(70,23,63)
#371330
(55,19,48)
#280F21
(40,15,33)
#190B12
(25,11,18)
#000000
(0,0,0)

Tints of #AF33A8

#AF33A8
(175,51,168)
#B645AF
(182,69,175)
#BD57B6
(189,87,182)
#C469BD
(196,105,189)
#CB7BC4
(203,123,196)
#D28DCB
(210,141,203)
#D99FD2
(217,159,210)
#E0B1D9
(224,177,217)
#E7C3E0
(231,195,224)
#EED5E7
(238,213,231)
#F5E7EE
(245,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF33A8 color. Also use rgb(175,51,168) instead hex code.

Text Font Color

.myTextColor { color: #AF33A8; }

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

This text font color is #AF33A8.


Background Color

.myBgColor { background-color: #AF33A8; }

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

This div background color is #AF33A8.


Border color

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

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

This div border color is #AF33A8.


Opacity

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

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

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

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

This text has shadow with #AF33A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF33A8 on black background.


Color preview on white background

This text has color #AF33A8 on white background.



Black color preview on #AF33A8 background

This text has black color on #AF33A8 background.


White color preview on #AF33A8 background

This text has white color on #AF33A8 background.