COLOR #AF03A9

HEX: #AF03A9
RGB: (175,3,169)

Color info

#AF03A9 contains mainly red and blue colors. Web safe color of #AF03A9 is #990099 (or #909).

RGB color model

#AF03A9 color RGB value is (175,3,169).

  • red value is 175;
  • green value is 3;
  • blue value is 169.
RGB:
(175,3,169)
(69%,1%,66%)

RGB channels and saturation

R 175 of 255 = 69%
G 3 of 255 = 1%
B 169 of 255 = 66%

175
3
169

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

Portions of RGB colors in percentages

R + G + B =
175 + 3 + 169 = 347 (100%)
R 175 of 347 ~ 50.43%
G 3 of 347 ~ 0.86%
B 169 of 347 ~ 48.7%

%50.43
%48.7

CMYK color model

#AF03A9 color CMYK value is (0,98,3,31).

  • cyan value is 0.00%
  • magenta value is 98.29%
  • yellow value is 3.43%
  • key color value is 31.37%
CMYK:
(0,98,3,31)
C0M98Y3K31 
(0%,98%,3%,31%)
(0.00/0.98/0.03/0.31)	

CMYK percentages

%0
%98.29
%3.43
%31.37

Codes

Color #AF03A9 in popluar color models

AF03A9
RGB1753169
HSL302°96.63%34.90%
HSB/HSV302°98.29%68.63%
CMYK0.00%98.29%3.43%
31.37%

Color #AF03A9 in popluar number systems.

HEXAF03A9
Decimal1753169
Binary101011111110101001
Octal2573251

Shades and tints

Shades of #AF03A9

#AF03A9
(175,3,169)
#A0039A
(160,3,154)
#91038B
(145,3,139)
#82037C
(130,3,124)
#73036D
(115,3,109)
#64035E
(100,3,94)
#55034F
(85,3,79)
#460340
(70,3,64)
#370331
(55,3,49)
#280322
(40,3,34)
#190313
(25,3,19)
#000000
(0,0,0)

Tints of #AF03A9

#AF03A9
(175,3,169)
#B619B0
(182,25,176)
#BD2FB7
(189,47,183)
#C445BE
(196,69,190)
#CB5BC5
(203,91,197)
#D271CC
(210,113,204)
#D987D3
(217,135,211)
#E09DDA
(224,157,218)
#E7B3E1
(231,179,225)
#EEC9E8
(238,201,232)
#F5DFEF
(245,223,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF03A9 color. Also use rgb(175,3,169) instead hex code.

Text Font Color

.myTextColor { color: #AF03A9; }

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

This text font color is #AF03A9.


Background Color

.myBgColor { background-color: #AF03A9; }

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

This div background color is #AF03A9.


Border color

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

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

This div border color is #AF03A9.


Opacity

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

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

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

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

This text has shadow with #AF03A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF03A9 on black background.


Color preview on white background

This text has color #AF03A9 on white background.



Black color preview on #AF03A9 background

This text has black color on #AF03A9 background.


White color preview on #AF03A9 background

This text has white color on #AF03A9 background.